文件名称:pc_lin
- 所属分类:
- Linux/Unix编程
- 资源属性:
- 上传时间:
- 2018-04-02
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- tyba****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
?一个大小为3的缓冲区,初始为空
?2个生产者
–随机等待一段时间,往缓冲区添加数据,
–若缓冲区已满,等待消费者取走数据后再添加
–重复6次
?3个消费者
–随机等待一段时间,从缓冲区读取数据
–若缓冲区为空,等待生产者添加数据后再读取
–重复4次
?显示每次添加和读取数据的时间及缓冲区的状态(a buffer size of 3, initially empty
2 producers
Random waiting for a period of time, adding data to the buffer area.
If the buffer is full, wait for the consumer to pick up the data and add it later.
- repeat 6 times
3 consumers
Randomly waiting for a period of time to read data from the buffer.
If the buffer is empty, wait for producers to add data before reading. repeat 4 times
Display the time of adding and reading data every time and the state of the buffer.)相关搜索: linux生产者与消费者问题
?2个生产者
–随机等待一段时间,往缓冲区添加数据,
–若缓冲区已满,等待消费者取走数据后再添加
–重复6次
?3个消费者
–随机等待一段时间,从缓冲区读取数据
–若缓冲区为空,等待生产者添加数据后再读取
–重复4次
?显示每次添加和读取数据的时间及缓冲区的状态(a buffer size of 3, initially empty
2 producers
Random waiting for a period of time, adding data to the buffer area.
If the buffer is full, wait for the consumer to pick up the data and add it later.
- repeat 6 times
3 consumers
Randomly waiting for a period of time to read data from the buffer.
If the buffer is empty, wait for producers to add data before reading. repeat 4 times
Display the time of adding and reading data every time and the state of the buffer.)相关搜索: linux生产者与消费者问题
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
pc_lin.c | 4608 | 2018-03-27 |