文件名称:diaodu
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-12-14
- 文件大小:
- 3kb
- 下载次数:
- 0次
- 提 供 者:
- 张*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
计算机处理机进程调度,1. 设定系统中有五个进程,每一个进程用一个进程控制块表示。 2. 输入每个进程的“优先数”和“要求运行时间”, 3. 为了调度方便,将五个进程按给定的优先数从大到小连成就绪队列。用一单元指出队列首进程,用指针指出队列的连接情况。 4. 处理机调度总是选队首进程运行。采用动态优先数算法,进程每运行一次优先数就减“1”,同时将运行时间减“1”。 5. 若要求运行时间为零,则将其状态置为“结束”,且退出队列。 6. 运行所设计程序,显示或打印逐次被选中进程的进程名以及进程控制块的动态变化过程-Computer processor process scheduling. Setting system has five processes, each process with a process control block, said. 2. Enter each process priority number required to run time. For scheduling convenience, according to the five processes given priority number from largest to smallest connected into the ready queue. A unit that the head of the queue process, with the the pointer pointed queue connection. 4. The processor scheduling always selected the team' s first process is running. The dynamic priority number algorithms process each time you run priority number less " 1" , while the running time less " 1" . 5. Requires run time zero, the status is set to " end" exit queue. 6. Run the design program, display or print the process name and process control block dynamic process of successive process is selected
(系统自动生成,下载前可以参看下载内容)
下载文件列表
diaodu\DiaoDu.java
......\DiaoDuPcb.java
diaodu