搜索资源列表
Linux-IPC
- Linux环境进程间通信,介绍了linux系统下进程间通信。
linux-ipc
- LINUX进程通信的学习资料,包括源代码和文档。
linux进程间的通讯
- 本文主要介绍了linux进程间的通讯,和实现源码
将 Windows IPC 应用程序移植到Linux
- Windows IPC 移植到 Linux
ipc.rar
- LINUX下的进程间通信的资料和程序,有讲解并附有很多典型例程序,LINUX under the inter-process communication of information and procedures, explain the procedure along with a lot of typical cases
Linux-IPC.tar
- 资源中包含了Linux进程间通信的例子,同时有源文件和可执行文件。 源码主要包含了Linux下IPC机制的本地进程通信方式,包含了IPC共享内存,IPC信号量,IPC消息队列的实现,以及Linux下判断进程退出原因的示例程序。因为是做毕设学习时的练习程序,因此程序有详细的注释。(注意,每种通信方式需要在同时两个终端中查看验证,才可以看出效果,注意查看源码注释)-the source code included in the copressed package shows how IPC wo
ipc
- 这个资料非常不错,详细介绍LINUX内核源代码-This information is very good, detailed information LINUX kernel source code
Linux_IPC_API.tar
- Linux IPC mechanism reference API
ipc
- linux下进程间通讯列子,包括消息队列,共享内存等-linux Liezi under the process of communication, including message queues, shared memory, etc.
ipc
- Linux进程间通信小例子,包括管道,命名管道,信号,共享内存,消息队列等-Linux small example of the process of communication, including pipes, named pipes, signals, shared memory, message queues, etc.
ipc
- Linux IPC (message queue, pipe, sharememory, semaphore, signal and socket) examples
alp-ch05-ipc
- Interprocess Communication of UNIX and Linux
UNIX_Network_Programming__Interprocess_Communicat
- 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...)
ipc_demo
- linux ipc经典问题生产者与消费者问题及几个简短多线程编程代码-linux ipc classical problem about consumer and the pruducer and some easy pthread codes
IPC
- linux本地进程间通信的小例子,实现客户端注册用户,服务器端应答-linux local small example of inter-process communication
ipc
- linux下的服务端和客户端的聊天测试程序-Under linux server and client chat test program
ipc
- linux进程间通讯,包括管道、消息队列、信号量通讯。-linux inter-process communication, including pipes, message queues, semaphores communications.
EmbeddedLinux_programs
- Embedded Linux programing for training includes Process, Thread, IPC, Shell and Make manual of GNU
linux-ipc-chat
- 自己的写的linux下的管道聊天程序. 可以在超级终端开启两个session,然后分别运行两个应用程序.-A chat program pipes under linux. You can open two session sin the HyperTerminal, and then run the two applications, respectively.
linux-IPC
- linux进程间通讯,内容基本涵盖linux所有的IPC机制。内容包括有接口说明,样例。十分易懂!-linux inter-process communication, content, covering all the IPC mechanisms linux. Content includes an interface descr iption, sample.