Introduction - If you have any usage issues, please Google them yourself
○ design process 1 process control block PCB table structure, namely the number applies to the priority scheduling algorithm and the cycle of rotation scheduling algorithm. PCB structure typically includes the following information: process name, process priority number (or the rotation time slice), the process of occupying CPU time, the process of the state, such as the current queue pointer. According to the different scheduling algorithm, PCB content of the structure can be used for appropriate additions and deletions. ○ 2 to establish the process ready queue. Algorithm on two different procedures for the preparation into the chain. ○ 3 the process of the preparation of two scheduling algorithms: 1) priority scheduling 2) Round-Robin scheduling cycle.
Packet : 15883825diaodu.rar filelist
调度算法\Equeue.cpp
调度算法\pcb.cpp
调度算法\pcb.dsp
调度算法\pcb.dsw
调度算法\pcb.ncb
调度算法\pcb.opt
调度算法\pcb.plg
调度算法\调度算法.cpp
调度算法\调度算法.dsp
调度算法\调度算法.dsw
调度算法\调度算法.ncb
调度算法\调度算法.opt
调度算法\调度算法.plg
调度算法\Debug
调度算法