-
用于进程间通信的unix域socket使用示例,同时包含了对通信效率的计时。...
用于进程间通信的unix域socket使用示例,同时包含了对通信效率的计时。-For inter-process communication using unix domain socket example, at the same time contains the time of the communication efficiency.
- 2022-04-22 02:03:31下载
- 积分:1
-
minigui 开发软件附带实例源码,mg
minigui 开发软件附带实例源码,mg-samples-1.6.2.tar.gz。-MiniGUI software development with examples source, mg-samples- 1.6.2.tar.gz.
- 2022-05-25 16:26:49下载
- 积分:1
-
BeginningLinuxProgramming example6
BeginningLinuxProgramming example6
- 2022-09-09 05:30:03下载
- 积分:1
-
Linux word questions and answers, in one sentence to answer the problems encount...
Linux一句话问答,用一句话来回答使用Linux遇到的问题-Linux word questions and answers, in one sentence to answer the problems encountered by the use of Linux
- 2023-02-21 14:20:03下载
- 积分:1
-
UNIX 上如何实现curse编程,提供了菜单完全配置化的API,支持多级菜单。...
UNIX 上如何实现curse编程,提供了菜单完全配置化的API,支持多级菜单。-How to curse on a UNIX program, providing complete configuration menu-oriented API, support for multi-level menus.
- 2023-05-05 05:25:03下载
- 积分:1
-
OPENSOUCE source of understanding, understanding linux and other procedures to o...
了解OPENSOUCE 来源,了解linux等一些开原软件对程序远的发展有帮助-OPENSOUCE source of understanding, understanding linux and other procedures to open the original software has helped the development of distant
- 2022-02-01 17:23:48下载
- 积分:1
-
linux下共享内存机制的实现1
linux下共享内存机制的实现1-under the shared memory mechanism to achieve a
- 2023-03-07 21:05:03下载
- 积分:1
-
应用平台 UNIX含源程序和SCO OpenServer 5下运行的目标文件。
应用平台 UNIX含源程序和SCO OpenServer 5下运行的目标文件。-application platform UNIX source code containing SCO OpenServer 5 and running under the target file.
- 2023-03-09 11:25:03下载
- 积分:1
-
arm
arm-linux平台的视频监控程序,usb摄像头采集视频,opencv图像处理,gsm dtu无线数据发送-arm-linux platform, video monitor, usb camera capture video, opencv image processing, gsm dtu wireless data transmission
- 2022-07-12 10:08:02下载
- 积分:1
-
在同一个进程地址空间内执行的两个线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。当生产者...
在同一个进程地址空间内执行的两个线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。当生产者线程生产物品时,如果没有空缓冲区可用,那么生产者线程必须等待消费者线程释放出一个空缓冲区。当消费者线程消费物品时,如果没有满的缓冲区,那么消费者线程将被阻塞,直到新的物品被生产出来。-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