Introduction - If you have any usage issues, please Google them yourself
Write a simulation program, to achieve some common process scheduling algorithm, the process by several groups of different scheduling algorithms were used to calculate the average turnaround time for the process and the average turnaround time with the right to compare the advantages and disadvantages of various algorithms. Process scheduling algorithm to achieve a first-come first-served, the number of preemptive priority scheduling algorithm, time scheduling algorithm and multi-piece rotary feedback queue scheduling algorithm.