搜索资源列表
-
0下载:
共享记忆体是指同一块记忆体区段被一个以上的行程所分享。这是我们所知速度最快的行程间通讯方式。使用共享记忆体在使用多CPU的机器上,会使机器发挥较佳的效能。-shared memory is with a memory segment was more than one trip to share. We know this is the fastest means of communication between the itinerary. The use of shared memory i
-
-
0下载:
linux 的进程通信的3种方式 共享内存 消息队列 管道方式实现的实例。有注释!-linux process of three kinds of ways to communicate a shared memory message queue pipeline approach to achieve a simple example.
-
-
0下载:
linux 多线程编程, 共享内存传递数据,为了实习多个线程同时访问数据,需要互斥,保证数据同步等-linux multithreaded programming, shared memory to transfer data, in order to practice multiple threads simultaneously access the data, need mutual exclusion, to ensure data synchronization
-
-
1下载:
Linux 进程间通信实例包括:共享内存、管道、套接字域、消息队列、信号、信号灯;注释详细,全部经过编译验证-Examples include the Linux inter-process communication: shared memory, pipe, socket domain, message queues, signals, lights comment in detail, all compiled authentication
-
-
0下载:
linux下共享内存的简单实例 可以很好的理解共享内存是怎么回事 很简单的-shared memory under linux simple example can be a very good understanding of how shared memory is a very simple matter
-
-
2下载:
linux下共享内存的C语言封装,以及示例代码。用于进程间和线程间通信。-Provide C-language package of shared memory under linux as well as sample code. This package is used for
inter-process communication.
-
-
0下载:
linux源代码,共享内存mmap的使用示例-linux source code, the use of shared memory mmap sample
-
-
0下载:
Linux下C语言的共享内存编程-C language under Linux shared memory programming
-
-
0下载:
linux下的进程通讯机制的代码例子。消息队列以及共享内存。-linux process communication mechanism under the code examples. Message queue and shared memory.
-
-
0下载:
linux下进程间通讯列子,包括消息队列,共享内存等-linux Liezi under the process of communication, including message queues, shared memory, etc.
-
-
1下载:
Linux进程间通信小例子,包括管道,命名管道,信号,共享内存,消息队列等-Linux small example of the process of communication, including pipes, named pipes, signals, shared memory, message queues, etc.
-
-
0下载:
A very good book on UNIX network programming - Volume 2 for IPC (shared memory, message queue...)-A very good book on UNIX network programming- Volume 2 for IPC (shared memory, message queue...)
-
-
0下载:
进程间通信,使用共享内存,linux操作系统下运行-process communication using shared memory, compiled under operation system of linux
-
-
0下载:
linux 应用程序的编写,如共享内存,管道的读写,信号,定时等基本的应用程序编写-linux application preparation, such as shared memory, read and write pipes, signals, timing and other basic application programming
-
-
0下载:
linux下实现对共享内存的操作等等,对posix提供的接口进行封装-achieved under linux operating on shared memory, etc., to provide the interface to the package posix
-
-
0下载:
LINUX进程间通信程序设计演示代码,包括3种通讯方式:管道通讯,信号通讯,共享内存通讯。-LINUX programming inter-process communication demo code, including three kinds of communication: communication channels, signal communications, shared memory communication.
-
-
0下载:
linux共享内存读写实例,麻雀虽小,五脏俱全!-linux shared memory using example
-
-
0下载:
Linux kernel internals: shared memory, semaphores, message queues, IPC primitives etc. For the 2.4 kernel version.
-
-
0下载:
基于多路复用的聊天室。利用了共享内存等等。包括客服端和服务器端-Multiplexer-based chat rooms. Use of shared memory, and so on. Including the customer service side and server-side
-
-
0下载:
linux进程通信实际中的应用 ,使用共享内存来进行日志存取-The linux process communication actual application, use shared memory to log access
-