Introduction - If you have any usage issues, please Google them yourself
The process controls the state of each process in one of three states: ready, Run, or complete F (Finish).
In this experiment, the creation function creat of n processes was created by using C programming. The sort function of the ready process is inserted into the ready queue according to the priority number of the process; The function check of the printed ready process PCB information; And the undo function of the process.
-