搜索资源列表
MDMLSLOT
- 是利用 Windows 95/NT IPC (Interprocess communications) 中 MailSlot API,在局域网 ( LAN ) 制作类似 WinPopup 程序,传送讯息的构件 ( 1.14 版,附源码 )
mfcdde.rar
- DDE进程间通讯类,可以实现2个进程间相互通讯功能,如果有疑问可以加QQ:30943148,DDE interprocess communications can be achieved between two processes communications, can be added if there is doubt QQ: 30943148
rs274ngc3
- This report describes an architecture and software system for automatically performing process planning and control code generation for cutting and inspecting prismatic piece parts. This “Feature-Based Inspection and Control System” (FBICS) consi
ucore-lab
- Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是全部的六个实验,有助于对操作系统的深入理解.-Ucore is a small operating system suitable for learning, " Sparrow" that contains the virtual memory managemen
driver_conductor.c
- 进程间通信中经典的司机-售货员问题,用信号量实现进程间通信。-Interprocess communication in the classic driver- salesman problem, with the amount of inter-process communication signals.
ProcessCommunication
- C#进程间通信编程。使用管道方式在两个进程间传递一个数据结构。-CSharp codes demo of interprocess communication. The demo shows how to use pipeline to pass a data struct between two process.
UNIXnetworkprogram2ndEd2ndvol
- Unix网络编程,进程间的通信.对于Unix/Linux下实现不同就用程序间的调用很有帮助.-Unix Network Programming, Interprocess Communication. For Unix/Linux under the different procedures used between the call helpful.
ProcessCommunication
- Windows 的IPC(进程间通信)机制主要是异步管道和命名管道。(至于其他的IPC方式,例如内存映射、邮槽等这里就不介绍了) 管道(pipe)是用于进程间通信的共享内存区域。创建管道的进程称为管道服务器,而连接到这个管道的进程称为管道客户端。一个进程向管道写入信息,而另外一个进程从管道读取信息。 -Windows of the IPC (interprocess communication) mechanism is asynchronous pipelines and named
UNIXwlbc-chinese
- Unix网络编程第2卷:进程间通信 第2版,中文版-Unix Network Programming Volume 2: Interprocess Communications, 2nd edition, the Chinese version
UNIX_Network_Programming_Volumn2
- UNIX网络编程第2卷 进程间通信。学习Linux很好的书籍-UNIX Network Programming Volume 2 Interprocess communication. Good books to learn Linux
son-father
- 简单的进程间通信,信息传递 linux平台,父子进程-Simple interprocess communication, messaging linux platform, father and son process
Linux--sy--jingchengtongxin
- 进程间通信的实验代码,是操作系统实验中的代码-Interprocess communication experiment code, is the operating system code experiment
mycode
- 关于进程间通信的代码集锦,演示了各种通信方式 -Interprocess communication on code Collection, demonstrated a variety of means of communication
code
- 关于进程间通信的代码集锦2,演示了各种通信方式 -Interprocess communication on code Collection 2, demonstrated a variety of means of communication
interprocess_src
- 用于分布式系统中的各个进程交互的内存资源共享-Interprocess communication is an important part of many distributed systems. Many libraries, such as Boost, give mechanisms for interprocess communication. Such a concept, as shared memory is one of the fastest mechanisms of da
InterprocessCommunication
- Linux下C语言编程--进程通信、消息管理。编程技巧。-C program--Interprocess Communication and message management under Linux.
Interprocess_Communications_in_Linux
- This document provides the good insight of the interprocess communication. It also covers many useful topics such as message queue, shared memory, semaphore and so on.
Interprocess-communication
- 进程间通信与线程间通信分析和总结,一目了然。-Interprocess communication and inter-thread communication
Interprocess-messaging
- 进程间传递消息(发送和接收系统消息)的功能-Interprocess messaging (send and receive system messages )
OS-interprocess-communication
- 操作系统进程通信,包括进程间的四种通讯方式:管道FIFO,信号,消息队列, 共享内存-OS interprocess communication