文件名称:os_test1
介绍说明--下载内容均来自于网络,请自行研究使用
操作系统实验,进程调度
1.设计进程控制块 PCB 的结构,通常应包括如下信息:
进程名、进程优先数(或轮转时间片数)、进程已占用的 CPU 时间、进程到完成还需要的时间、进程的状态、当前队列指针等。
2.编写两种调度算法程序:
优先数调度算法程序
循环轮转调度算法程序
3.按要求输出结果。-Operating system experiment, the process scheduling
1. The structure of the design process control block PCB, generally should include the following information:
Process name, process priority number (or the number of cycle time slice), the process has the amount of CPU time and process to finish also need time and process condition, the current queue pointer, etc.
2. Write two scheduling algorithm program:
Priority scheduling algorithm
Cycle scheduling algorithm procedures
3. The output as required.
1.设计进程控制块 PCB 的结构,通常应包括如下信息:
进程名、进程优先数(或轮转时间片数)、进程已占用的 CPU 时间、进程到完成还需要的时间、进程的状态、当前队列指针等。
2.编写两种调度算法程序:
优先数调度算法程序
循环轮转调度算法程序
3.按要求输出结果。-Operating system experiment, the process scheduling
1. The structure of the design process control block PCB, generally should include the following information:
Process name, process priority number (or the number of cycle time slice), the process has the amount of CPU time and process to finish also need time and process condition, the current queue pointer, etc.
2. Write two scheduling algorithm program:
Priority scheduling algorithm
Cycle scheduling algorithm procedures
3. The output as required.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
os_test1.c