文件名称:sys1
- 所属分类:
- 操作系统开发
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2013-11-28
- 文件大小:
- 1.36mb
- 下载次数:
- 0次
- 提 供 者:
- 李**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
进程调度模拟程序:假设有10个进程需要在CPU上执行,请实现:
先进先出调度算法;
基于静态优先数的调度算法;
确定这10个进程在CPU上的执行过程。要求每次进程调度时在屏幕上显示:
➢ 当前执行进程;
➢ 就绪队列;
➢ 等待队列-Process scheduling simulation program: Suppose there are 10 processes need to be performed on CPU, please realize: FIFO scheduling algorithm static scheduling algorithm based on priority number identified during the execution of these 10 processes on the CPU. 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 be performed on CPU, please realize: FIFO scheduling algorithm static scheduling algorithm based on priority number identified during the execution of these 10 processes on the CPU. Every time process scheduling requirements displayed on the screen: ➢ current implementation process ➢ ready queue ➢ waiting queue
(系统自动生成,下载前可以参看下载内容)
下载文件列表
sy1\fifo.cpp
...\fifo.dsp
...\fifo.dsw
...\fifo.ncb
...\fifo.opt
...\fifo.plg
...\fifo.sln
...\fifo.suo
...\fifo.vcproj
...\fifo.vcproj.0A071DF18F2E4E6.Administrator.user
...\Debug\BuildLog.htm
...\.....\fifo.exe
...\.....\fifo.exe.embed.manifest
...\.....\fifo.exe.embed.manifest.res
...\.....\fifo.exe.intermediate.manifest
...\.....\fifo.ilk
...\.....\fifo.obj
...\.....\fifo.opt
...\.....\fifo.pdb
...\.....\mt.dep
...\.....\vc60.idb
...\.....\vc60.pdb
...\.....\vc80.idb
...\.....\vc80.pdb
实验报告1.doc
sy1\Debug
sy1