文件名称:process
-
所属分类:
- 标签属性:
- 上传时间:2014-05-21
-
文件大小:2.53kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
进程调度模拟程序:假设有10个进程需要在CPU上执行,分别用:
先进先出调度算法;
基于优先级的调度算法;
最短执行时间调度算法
确定这10个进程在CPU上的执行过程。要求每次进程调度时在屏幕上显示:
当前执行进程;
就绪队列;
等待队列
-Process scheduling simulation program: Suppose there are 10 processes need to execute on the CPU, respectively: FIFO scheduling algorithm priority-based scheduling algorithm shortest execution time scheduling algorithm to determine which 10 processes running on the CPU process. Every time process scheduling requirements displayed on the screen: current implementation process ready queue waiting queue
先进先出调度算法;
基于优先级的调度算法;
最短执行时间调度算法
确定这10个进程在CPU上的执行过程。要求每次进程调度时在屏幕上显示:
当前执行进程;
就绪队列;
等待队列
-Process scheduling simulation program: Suppose there are 10 processes need to execute on the CPU, respectively: FIFO scheduling algorithm priority-based scheduling algorithm shortest execution time scheduling algorithm to determine which 10 processes running on the CPU process. Every time process scheduling requirements displayed on the screen: current implementation process ready queue waiting queue
(系统自动生成,下载前可以参看下载内容)
下载文件列表
代码/
代码/linkqueue.h
代码/进程调度.cpp
代码/linkqueue.h
代码/进程调度.cpp
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.