文件名称:OS
介绍说明--下载内容均来自于网络,请自行研究使用
时间片轮转算法完成进程的调度。
设计要求:
1) 进程的调度采用时间片轮转算法。
2) 设计三个链队列,分别用来表示运行队列、就绪队列和完成队列。
3) 用户输入进程标识符以及进程所需的时间,申请空间存放进程PCB信息。
4) 输出的格式和上面的运行结果分析中的格式相同。
5) 写出程序,调试通过,并进行运行结果分析。
-Time slice rotation algorithm to complete the process of scheduling.
The design requirements:
1) process scheduling using round robin algorithm.
2) design of three link queue, are used to refer to the run queue, the ready queue and queue to complete.
3) the user input required process identifier and the process time, application space for storing process PCB information.
4) the running result output formats and the above analysis, in the same format.
5) write procedures, debugging through, and the analysis of the operation results.
设计要求:
1) 进程的调度采用时间片轮转算法。
2) 设计三个链队列,分别用来表示运行队列、就绪队列和完成队列。
3) 用户输入进程标识符以及进程所需的时间,申请空间存放进程PCB信息。
4) 输出的格式和上面的运行结果分析中的格式相同。
5) 写出程序,调试通过,并进行运行结果分析。
-Time slice rotation algorithm to complete the process of scheduling.
The design requirements:
1) process scheduling using round robin algorithm.
2) design of three link queue, are used to refer to the run queue, the ready queue and queue to complete.
3) the user input required process identifier and the process time, application space for storing process PCB information.
4) the running result output formats and the above analysis, in the same format.
5) write procedures, debugging through, and the analysis of the operation results.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
OS.CPP