文件名称:信号量来解决操作系统的消费者与生产者问题
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 2.44kb
- 下载次数:
- 0次
- 提 供 者:
- 飞*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
一个UNIX进程间通讯的程序,使用了信号量来解决操作系统的消费者与生产者问题,使用了fork,wait,nanosleep,sempo等unix函数。-a UNIX inter-process communication, the use of the signal operating system to solve the volume of consumers and producers, the use of the fork, wait, nanosleep, sempo other unix function.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 350144信号量来解决操作系统的消费者与生产者问题.rar 列表 semaphore semaphore\Makefile semaphore\producer-consumer.c semaphore\semaphore.c semaphore\sem_mutex