文件名称:consumerandconductor
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 264kb
- 下载次数:
- 0次
- 提 供 者:
- lien****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
模拟生产者和消费者调度算法,实现:用户指定要产生的进程及其类别,存入进入就绪队列 调度程序从就绪队列中提取一个就绪进程运行.如果申请的资源被阻塞则进入相应的等待队列,调度程序调度就绪队列中的下一个进程进程运行结束时,会检查对应的等待队列,激活队列中的进程进入就绪队列.-Simulation producers and consumers scheduling algorithm to achieve: a user-specified to generate the process and type of deposit into the ready queue scheduler to extract from the ready queue to run a process in place. If the application resources are blocked while waiting to enter the corresponding queue, the scheduler scheduler ready queue in the next process to run the end of a process, we will check the corresponding wait queue, the activation process of the queue into the ready queue.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Debug\main.obj
.....\process.obj
.....\struct.obj
.....\vc60.idb
.....\vc60.pdb
.....\实验2.exe
.....\实验2.ilk
.....\实验2.pch
.....\实验2.pdb
main.cpp
process.cpp
struct.cpp
struct.h
实验2.dsp
实验2.dsw
实验2.ncb
实验2.opt
实验2.plg
Debug
.....\process.obj
.....\struct.obj
.....\vc60.idb
.....\vc60.pdb
.....\实验2.exe
.....\实验2.ilk
.....\实验2.pch
.....\实验2.pdb
main.cpp
process.cpp
struct.cpp
struct.h
实验2.dsp
实验2.dsw
实验2.ncb
实验2.opt
实验2.plg
Debug