项目作者: kiran867

项目描述 :
Multilevel queue scheduling algorithm. There are three queues generated. There are specific range of priority associated with every queue. User enters the number of processes along with their priority and burst time. Each process occupies the respective queue with specific priority range according to its priority. Round Robin algorithm is applied along with quantum time 4 on queue with highest priority range. Priority scheduling algorithm is applied on the queue with medium range of priority and First come first serve algorithm on the queue with lowest range of priority. Each and every queue gets a quantum time of 10 seconds. CPU will keep on shifting between queues after every 10 seconds.
高级语言: C
项目地址: git://github.com/kiran867/CSE316-Project.git
创建时间: 2019-04-08T17:37:08Z
项目社区:https://github.com/kiran867/CSE316-Project

开源协议:

下载