-
在同一个进程地址空间内执行的两个线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。当生产者...
在同一个进程地址空间内执行的两个线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。当生产者线程生产物品时,如果没有空缓冲区可用,那么生产者线程必须等待消费者线程释放出一个空缓冲区。当消费者线程消费物品时,如果没有满的缓冲区,那么消费者线程将被阻塞,直到新的物品被生产出来。-In the same address space of a process implemented within the two threads. The producer thread production of goods, and then items placed in an empty buffer in the thread consumption for consumers. Consumer thread to acquire items from the buffer, and then release the buffer. When the producer thread is the production of goods, if there is no empty buffers are available, then the producer thread must wait for the Consumer thread to release an empty buffer. When a consumer thread consumer goods, if the buffer is not full, then the consumer thread will be blocked until the new items were produced.
- 2022-03-10 13:10:08下载
- 积分:1
-
its the source code for building up RFCOMM sockets of bluetooth technology to co...
its the source code for building up RFCOMM sockets of bluetooth technology to communicate through bluetooth device under linux environment.
- 2022-05-05 22:58:32下载
- 积分:1
-
操作系统上机实验的内容。一个模拟LINUX中EXT2文件系统的小系统。完全是自己写的,大约有900行源码。...
操作系统上机实验的内容。一个模拟LINUX中EXT2文件系统的小系统。完全是自己写的,大约有900行源码。-a simulation system of linux ext2 file system
- 2022-08-19 15:46:00下载
- 积分:1
-
关于linux下的一部分ipsec的资料,还有如何编译内核,及patch的一点基础资料...
关于linux下的一部分ipsec的资料,还有如何编译内核,及patch的一点基础资料-On the part of linux under ipsec information, as well as how to compile the kernel, and patch the basis of information that
- 2023-05-16 11:50:03下载
- 积分:1
-
linux下网卡8139的驱动程序源代码
linux下网卡8139的驱动程序源代码-NIC 8139 under the driver source code
- 2023-04-13 00:30:03下载
- 积分:1
-
linux console 界面下的触摸屏的驱动程序
linux console 界面下的触摸屏的驱动程序-linux console interface of the touch screen driver
- 2022-09-18 18:40:03下载
- 积分:1
-
冷冻电镜三围重构软件,包含基本的重构函数,此版本为linux下的c程序。...
冷冻电镜三围重构软件,包含基本的重构函数,此版本为linux下的c程序。-Frozen electron microscopy measurements remodeling software, including the reconstruction of the basic functions.
- 2022-02-01 01:29:47下载
- 积分:1
-
《C++ GUI Qt3编程》中文版书籍中所有例子的源代码,使用qmake工具编译!...
《C++ GUI Qt3编程》中文版书籍中所有例子的源代码,使用qmake工具编译!-《C++ GUI Qt3 Programming》 Chinese editions of printed books in the source code for all examples, use the qmake tool to compile!
- 2022-05-23 03:28:51下载
- 积分:1
-
一个可以用来打印任何一个月所有天数的SHELL脚本
一个可以用来打印任何一个月所有天数的SHELL脚本-1 can be used to print all the days in any month the number of Shell scripts
- 2022-03-28 19:45:01下载
- 积分:1
-
MOTO E2 LINUX system, cell phone graphics interface source code
MOTO E2 LINUX系统手机图形接口源代码-MOTO E2 LINUX system, cell phone graphics interface source code
- 2022-08-06 14:30:36下载
- 积分:1