Introduction - If you have any usage issues, please Google them yourself
VC++ implement job scheduling system has a first-come, first-served scheduling (FCFS), short operating priority scheduling algorithm (SJF), the response ratio is preferred scheduling algorithm (HRRF), the higher priority priority scheduling algorithm (HPF), round-robin scheduling algorithm (TRR). Required to achieve different algorithms depending on the scheduling mode, users with different scheduling algorithms get a different job scheduling order.