资源说明:The shared memory has three character buffers, which are used to store a small letter, a capital letter, and a digit respectively. These buffers are logically independent. This program have some writer and reader threads. The writer threads are responsible for producing characters into the buffers (the writer should write to the standard output what it just wrote to the buffer), whereas the reader threads consume the characters by printing them out to the standard output. Each time a reader thread consumes a character, it prints out the character followed by a new line character. After creating all the running threads, the original process (in the form of a system-created default thread) idle forever. All the spawned threads should run forever.
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。
-
- linux设备驱动程序笔记很详细的linux设备驱动程序笔记,对看这本经典书十分有帮助,值得一看。 ...
- Linux 使用基础及基本命令的使用主要介绍开始使用Linux 的一些基本知识。
- Linux实用培训学习教程1.0(最终版)本书是为广大Linux学习者制做的,本书内容基础,语言简短简洁,也节选了一些比较经典 ...
- 无线网卡驱动程序模块代码(基于Linux)无线网卡驱动程序模块代码(基于Linux)
- 构建嵌入式Linux系统.part2.rar构建嵌入式Linux系统.part1.rar 共两个包, 这是第2个包,全部下完再解包,包括 构建 ...
- 深入理解Linux内核(第三版)学习linux内核的经典书目.是英文版的。 深入理解Linux内核,深入理解Linux内核,深入 ...
- Linux内核注释+源码linux操作系统的内核注释+部分源码,供大家学习用
- Linux kernel.pdfLinux 内核的具体内容的解析。 其中还包括大量代码以及习题的解答。 ...
- 最新Linux命令大全.exe这是一个最新的linux命令大全,自我认为不错哦!
- 很基础的Linux资料初学者使用的最好的linux学习资料,含盖所有的命令和指南。
-
- linux3.rarLINUX视频教程3
- linux1.rarLINUX视频教程,分一,二,三,四,四个部分,全部下载后解压缩就可以 ...
- linux2.rarLINUX视频教程2
- linux.rarGNU/Linux编程指南(入门、应用、精通),清华大学出版社,很不错的书,很实用的源代 ...
- 一个类似QQ的软件源码.rarMyICQ是一套公开源代码的即时通讯软件,包括服务器端和客户端,可以用于互联网或局域 ...
- raw_socket.zip示范了Unix和Linux下如何利用Raw Socket构造伪装的TCP、IP、UDP的包 ...
- ppt.rarlinux培训资料,这可是花钱才能得到的东西呢,
- unix_msg.zip使用消息队列的例子
- linux-2.4.20.tar.gzLINUX 2.4.20 源代码 学LINUX的人很有用哦
- threads-2.0.tar.gz多线程库