Description: Simulation of CPU scheduling.
It will take on a group of 200 processes and execute them in an orderly fashion based on a particular algorithm the program will follow. The scheduling algorithms include, First Come First Serve, Shortest Job First and Priority. Statistics form included.
To Search:
File list (Check if you may need any files):
ThreadTimer.pas
Unit1.dfm
Unit1.pas
UnitAbout.dfm
UnitAbout.pas
UnitExecutor.pas
UnitExeList.pas
UnitImporter.pas
UnitProperties.dfm
UnitProperties.pas
UnitReport.dfm
UnitReport.pas
UnitStatistics.dfm
UnitStatistics.pas
PriQueue.pas
Project1.dpr
Project1.exe