搜索资源列表
作业调度11
- 由于在单道批处理系统中,作业一投入运行,它就占有计算机的一切资源直到作业完成为止,因此调度作业时不必考虑它所需要的资源是否得到满足,它所占用的CPU时限等因素。 每个作业由一个作业控制块JCB表示,JCB包括如下信息:作业名、提交时刻、所需运行时间、所需资源、作业状态、链指针等。 在程序开始时对用户提交的作业按作业调度算法排列,用链表形式存储,这里分别采用先来先服务、短作业、响应比高者优先调度算法对作业进行调度。这里为了操作者的方便,每个作业无论所需运行时间多少,都是每敲一次键盘就执行完一个作业
用c语言编写串口程序
- 用c语言编写串口程序 在当今,流行的编程软件种类繁多,它们编程方便、易于维护,但是在与硬 件直接打交道和编制系统软件时却束手无策,于是C语言就有了用武之地。C语言 作为汇编语言与高级语言之间的一种过渡语言,兼有汇编语言的高效和高级语言 的方便。 在通讯中,为了保证行运安全可靠,标准的串行口必须具有许多握手信号和 状态信息。这是因为通讯的各个计算机CPU速度不一样(这会导致“错帧”)以 及发送机发送数据速度比接收机接收速度快(这会导致“过冲”)。为解决这个 问
梦凌.NET网站自动更新系统t
- 梦凌.NET网站自动更新系统t.rar 来自网站www.code173.com-Meng Ling.NET system t.rar automatic updates from the website www.code173.com
哈夫曼译码
- [基本要求] 一个完整的系统应具有以下功能: (1)I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 (2)E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3)D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件T
访windows计算器
- 仿Windows的自带计算器,大家可以看看,是一家公司的笔试题-own imitation of the Windows calculator, we can see, is a test of T! !
Transform_test
- Required for Windows Form Designer support TODO: Add any constructor code after InitializeComponent call Clean up any resources being used.-Required for Windows Form Designer suppor t TODO : Add any constructor code after InitializeComp onent ca
ASP.NET树控件维护完美版
- ASP.NET树控件维护完美版 1.在sql server 2000新建一个tree数据库,到应用程序目录\"tree/sql语句\"底下,找到sql脚本生成数据库结构. 2.把tree控件设为虚拟目录即可.-ASP.NET tree controls to safeguard a perfect version. Sql server 2000 in a new t stalled database, application directory "tree / sql sta
EMPAddressRegister_src
- The control seems like the Microsoft Outlook Address Register Control (under Contacts) with a little bit more .NET-Style. I created this control due to my own need. I don t have enough time to create a big article about this control. You can easily a
Accout
- 一个简单的asp.net登陆验证系统 该代码适合才学基于C#的asp.net编程的初学着-a simple landing Asp. Net code verification system for the scholarship based on the C# asp.ne t beginners to programming
google9_3
- You are given a String[] grid representing a rectangular grid of letters. You are also given a String find, a word you are to find within the grid. The starting point may be anywhere in the grid. The path may move up, down, left, right, or diagonally
diantimonixitong
- [问题描述] 设计一个电梯模拟系统。这是一个离散的模拟程序,因为电梯系统是乘客和电梯等 “活动体”构成的集合,虽然他们彼此交互作用,但他们的行为是基本独立的。在离散的模拟中,以模拟时钟决定每个活动体的动作发生的时刻和顺序.系统在某个模拟瞬间处理有待完成的各种事情,然后把模拟时钟推进到某个动作预定要发生的下一个时刻。 [基本要求] (1) 模拟某校五层教学楼的电梯系统。该楼有一个自动电梯,能在每层停留。五个楼层由下至上依次称为地下层、第一层、第二层、第三层和第四层,其个第一
tushuxiaoshou
- 本系统(图书销售管理系统)在开发的过程中使用的是Microsoft .NET Framework + VS 2005+MS SQL Server 2000 ,由于本快内容是自学且时间不长,所以有些技术的问题并没有实现出来,应用于本次课程设计主要是一个学习的过程。-the system (book sales management system) in the process of developing the use of the Microsoft. NE T Framework VS 200
TracertMap
- The tracert tool displays the various IP Addresses in the route of a network packet as it travels to a destination IP address from a source. An article which describes how tracert works and which also presents a C# component to implement tracert func
Protel99SE-t
- 这是一个简单的计算器,可以简单的计算整数的加减.-This is a simple calculator, a simple calculation integer addition and subtraction.
MAX187FORMHU
- 这个是我写的MAX187驱动程序 unsigned char bdata Date,Adss unsigned char idata point,gew,shw sbit clk=P1^5 sbit cs187=P1^6 sbit dout=P1^7 sbit Abit=Adss^7 sbit Abit1=Adss^0 sbit Dbit=Date^7 sbit Dbit1=Date^0 -I wrote this is the MAX1
sta
- 设当前系统中有多个栈在工作,多栈模拟问题要求模拟当前系统中各栈的工作状态。 由文件input.txt给出输入数据。第1行是正整数n,表示有n个栈操作。接下来的n行, 每行给出一个栈操作指令。栈操作指令“PUSH A B”表示将正整数B加入编号为A的栈顶; 栈操作指令“POP A”表示输出编号为A的栈顶元素输入文件示例 输出文件示例 input.txt output.txt 7 PUSH 1 100 PUSH 1 200 PUSH 2 300 PUSH 2 40
xiaoliang1tuopu
- t拓扑排序 输入 顶点数 边数..... 进行拓扑排序-not topological sorting input vertices edge topology ranking
fib
- 定义:f0=f1=1, fn=fn-1+fn-2(n>=2)。{fi}称为Fibonacci数列。 输入n,求fn mod q。其中1<=q<=30000。 Input format: 第一行一个数T(1<=T<=10000)。 以下T行,每行两个数,n,q(n<=109, 1<=q<=30000)、 Output format: 文件包含T行,每行对应一个答案。
G729encoder
- ITU-T G.729语音压缩编码标准源代码,可用于各种语音通信应用
T+单据导入注册机案例
- T+12.1单据导入插件注册机,根据数据库名+机器码获取到插件注册码(The T+12.1 document is imported into the plug-in register machine, and the registration code of the plug-in is obtained based on the database name and machine code.)