文件名称:process-scheduler-schedulin
介绍说明--下载内容均来自于网络,请自行研究使用
2. 用VC+6.0创建一个控制台应用程序(这个控制台应用程序的类型是A hello world application)。
3. 编程创建一系列的进程并放入就绪队列中(使用链表实现),来模拟进程创建。
4. 把创建的进程的信息在屏幕上显示出来。
5. 设计进程调度程序模拟两种以上调度算法(时间片调度、优先级调度)。
6. 进程调度程序从活动就绪队列中挑选进程,若队列为空,应显示相应提示信息。
7. 必须有出错处理。
-2. With VC+6.0 create a console application (this console application type is A hello world application). 3. Programming to create a series of process and into the ready queue (using linked list), to simulate the process of creating. 4. The process of creating the information displayed on the screen. 5. Design process scheduler scheduling algorithm simulation of two or more (time slice scheduling, priority scheduling). 6. Process scheduler ready queue from the active selection process, if the queue is empty, you should display the appropriate message. 7. There must be error handling.
3. 编程创建一系列的进程并放入就绪队列中(使用链表实现),来模拟进程创建。
4. 把创建的进程的信息在屏幕上显示出来。
5. 设计进程调度程序模拟两种以上调度算法(时间片调度、优先级调度)。
6. 进程调度程序从活动就绪队列中挑选进程,若队列为空,应显示相应提示信息。
7. 必须有出错处理。
-2. With VC+6.0 create a console application (this console application type is A hello world application). 3. Programming to create a series of process and into the ready queue (using linked list), to simulate the process of creating. 4. The process of creating the information displayed on the screen. 5. Design process scheduler scheduling algorithm simulation of two or more (time slice scheduling, priority scheduling). 6. Process scheduler ready queue from the active selection process, if the queue is empty, you should display the appropriate message. 7. There must be error handling.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
进程调度算法.doc