Description: 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.
To Search:
File list (Check if you may need any files):
OS.CPP