文件名称:read-write

  • 所属分类:
  • Linux/Unix编程
  • 资源属性:
  • [Text]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 4kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • jer***
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

实验程序模拟多个生产/消费者在有界缓冲上正确的操作。它利用N个字节的共享内存作为有界循环缓冲区,利用写一字符模拟放一个产品,利用读一字符模拟消费一个产品。当缓冲区空时消费者应阻塞睡眠,而当缓冲区满时生产者应当阻塞睡眠。一旦缓冲区中有空单元,生产者进程就向空单元中入写字符,

并报告写的内容和位置。一旦缓冲区中有未读过的字符,消费者进程就从该单元中

读出字符,并报告读取位置。生产者不能向同一单元中连续写两次以上相同的字

符,消费者也不能从同一单元中连续读两次以上相同的字符。

-character simulation consumption of a product. When the buffer when consumers should sleep, but when the buffer obstruction when producers shall sleep with obstruction. Once free buffer unit, the producers to empty units in the process of the writing characters,

And the report written content and position. Once the buffer have not read characters, consumers from this unit in the process

Read characters, and report to read. Producers cannot write to the same unit for more than two identical words

Operator, consumer also cannot read from the same unit in successive two above the same character.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

read-write\consumer.c.txt

..........\ipc.c.txt

..........\ipc.h.txt

..........\producer.c.txt

read-write

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org