Introduction - If you have any usage issues, please Google them yourself
Simulation process scheduler. Process scheduling process management is the core content. The experiment with C++ language writing and debugging a simple process scheduler. Through this experiment can deepen our understanding of the process control block, the concept of the process of formation, and experience and understanding round-robin scheduling algorithm specific measures for implementation.