Introduction - If you have any usage issues, please Google them yourself
1. Set the system in five processes, each process in a process control block. 2. " Priority" to enter each process and requirements of running time. " 3. In order to facilitate the scheduling, the five process at a given priority number from largest to smallest connected into the ready queue. A unit that the head of the queue process, the pointer pointed out that the connection to the queue. 4. Processor scheduling always choose the team' s first process is running. The using dynamic priority number algorithm, the process Each time you run priority number by " 1" , while the running time of less " 1" . 5. If the running time of a process is zero, the state is set to " end" and exit the queue. 6. Run the design process, display or print successive selected process name of the process, and the process control block dynamic process.