文件名称:lab3
- 所属分类:
- 系统编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2015-04-14
- 文件大小:
- 10.66mb
- 下载次数:
- 0次
- 提 供 者:
- 忧***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
• 一个大小为3的缓冲区,初始为空
• 2个生产者
-随机等待一段时间,往缓冲区添加数据,
-若缓冲区已满,等待消费者取走数据后再添加
-重复6次
• 3个消费者
-随机等待一段时间,从缓冲区读取数据
-若缓冲区为空,等待生产者添加数据后再读取
-重复4次
说明:
• 显示每次添加和读取数据的时间及缓冲区的状态
生产者和消费者用进程模拟。
-• a buffer of size 3, initially empty • 2 x Producer- random wait time, add data to the buffer- if the buffer is full, wait for consumers to get data and then add- repeated six times • 3 Consumer- random wait time, read data the buffer- if the buffer is empty, and then wait for the producers to add data to read- repeated four times Descr iption: • Each time you add and display the time and read the data buffer state producers and consumers with process simulation.
• 2个生产者
-随机等待一段时间,往缓冲区添加数据,
-若缓冲区已满,等待消费者取走数据后再添加
-重复6次
• 3个消费者
-随机等待一段时间,从缓冲区读取数据
-若缓冲区为空,等待生产者添加数据后再读取
-重复4次
说明:
• 显示每次添加和读取数据的时间及缓冲区的状态
生产者和消费者用进程模拟。
-• a buffer of size 3, initially empty • 2 x Producer- random wait time, add data to the buffer- if the buffer is full, wait for consumers to get data and then add- repeated six times • 3 Consumer- random wait time, read data the buffer- if the buffer is empty, and then wait for the producers to add data to read- repeated four times Descr iption: • Each time you add and display the time and read the data buffer state producers and consumers with process simulation.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
lab3
....\Debug
....\.....\lab.exe
....\.....\lab.ilk
....\.....\lab.pdb
....\.....\lab3.dll
....\.....\lab3.exp
....\.....\lab3.ilk
....\.....\lab3.lib
....\.....\lab3.pdb
....\lab
....\lab3
....\lab3.sdf
....\lab3.sln
....\lab3.v12.suo
....\....\Debug
....\....\.....\lab3.log
....\....\.....\lab3.obj
....\....\.....\lab3.tlog
....\....\.....\.........\CL.read.1.tlog
....\....\.....\.........\CL.write.1.tlog
....\....\.....\.........\lab3.lastbuildstate
....\....\.....\.........\lab3.write.1u.tlog
....\....\.....\.........\link.read.1.tlog
....\....\.....\.........\link.write.1.tlog
....\....\.....\vc120.idb
....\....\.....\vc120.pdb
....\....\lab3.cpp
....\....\lab3.h
....\....\lab3.vcxproj
....\....\lab3.vcxproj.filters
....\...\Debug
....\...\.....\lab.log
....\...\.....\lab.tlog
....\...\.....\........\CL.read.1.tlog
....\...\.....\........\CL.write.1.tlog
....\...\.....\........\lab.lastbuildstate
....\...\.....\........\link.read.1.tlog
....\...\.....\........\link.write.1.tlog
....\...\.....\vc120.idb
....\...\.....\vc120.pdb
....\...\.....\源.obj
....\...\lab.vcxproj
....\...\lab.vcxproj.filters
....\...\lab.vcxproj.user
....\...\源.cpp