Introduction - If you have any usage issues, please Google them yourself
Computer Practicals: write and debug a simulation of the process scheduler, the highest priority number of priority scheduling algorithm on the five process scheduling. " The highest priority number of priority scheduling algorithm' s basic idea is to allocate the CPU ready queue priority number highest process. Static priority number is determined when the process is created, and does not change during the run of the entire process. Dynamic priority number, priority number refers to the process of the creation process can be given an initial value, and priority number can be modified according to certain principles. For example: the first CPU in the process after its priority to reduce the number of 1. Alternatively, process waiting time exceeds a certain time limit to increase the value of its priority number, and so on.