Home > Job-Scheduling-Simulator

Job-Scheduling-Simulator

Job-Scheduling-Simulator is a project mainly written in ..., it's free.

A graphical simulation of a preemptive job scheduling algorithm

To Run the executable use Mono: mono JobSchedSimulator.exe [input file] [quantum]

To Compile the src use gmcs. There is a file named build that runs gmcs with the following options: gmcs -r:System.Drawing.dll -r:System.Windows.Forms.dll -out:../JobSchedSimulator.exe *.cs

Previous:prenup