Found 9 repositories(showing 9)
vin9712
操作系统中的时间片轮转算法的实现,UI使用Java Swing
sakky016
This program simulates the different Process Scheduling algorithms. This has been implemented by inheriting from the ProcessScheduler class. Depending on the name of the algorithm, derived class for that particular scheduler is created. Jobs with an ID and a random priority are continuously created by an RNG (Random Number Generator). The job creator is a separate thread. This is done so as to simulate scenarios where pre-emption is required. The scheduler is then started with ProcessJobs() API. It will keep on processing the jobs present in the pending job pool list. Following are supported: 1) FCFS (First-come First-served) 2) Priority Scheduling 3) SJF (Shortest Job First) 4) Round Robin 5) Priority scheduling with ageing 6) Multi-level feedback queue. Several parameters can be configured to vary results of the simulation. Read README.md for more details.
AhmedQuas
No description available
模擬作業系統行程調度
No description available
austinmarsray
to simulate how processes are scheduled in CPU
osha1985
No description available
barisegesevgili
No description available
surajbagaria
No description available
All 9 repositories loaded