Windows Application for simulate graph processes Scheduling in Operating System
Support any number of prosesses in simmulate.and Support 6 Algorithm:
First come first served (FCFS) |
Shortest Job First Preemptive (SJF - pre) |
Shortest Job First Nonpreemptive (SJF - nonpre) |
Priority Preemptive |
Priority Nonpreemptive |
Round Robin |
the code divided to:
1-front end:
the entery form then the form for choose your algorithm then for each group of algorithms you enter another form for data input that is because sometimes we need priority and sometimes quantum time then the result form
2-back end:
each algorithm has his own class that can be called and return the data
this video explains how to use the software