搜索资源列表
IPCTrace_demo.zip
- 将通讯内容发到另外一个程序中从而实现跟踪进程通讯内容的一个程序
Mailslot_src.zip
- Mailslot进程通讯机制的服务端和客户端实现的封装类
sm_mz_demo.zip
- 共享内存多进程通讯例子
ConseApcatio
- dot net平台下的多进程通讯程序,主要用c#实现的-dot net platform multi-process communication procedures, mainly the c #
FillMap
- 进程通讯,使用的方法为FillMap,写的比较简单。
在VC++ 6.0下利用共享内存、消息实现内部进程通讯
- 在VC++ 6.0下利用共享内存、消息实现内部进程通讯-in VC 6.0 using shared memory, message achieving internal communications process
进程-1
- 在VC6.0下利用消息实现内部进程通讯--VC设计。-VC6.0 in using information to achieve internal communication process -- VC design.
ipc_wmcopy_src32.zip
- 使用WM_COPYDATA消息进行进程间通讯的程序, Uses the WM_COPYDATA news to carry on the advancement the communication procedure
sm_mz_demo.zip
- 共享内存多进程通讯例子,the demo of shared memory multi-process communication
SharedMemmoryQueue.zip
- 这是一个通过共享堆内存实现的进程间通讯库.通过共享堆内存和实践驱动来支持多进程之间的通信.,This library supports inter process communication via shared memory access and event notification mechanism.
Mailslot_src
- Mailslot进程通讯机制的服务端和客户端实现的封装类-Mailslot advancement communication mechanism service end and customer end realization seal class
CAnonPipe_src
- 一个使用匿名管道实现进程间通讯的程序- A use anonymous pipeline realizes the advancement the communication procedure
IPCTrace_demo
- 将通讯内容发到另外一个程序中从而实现跟踪进程通讯内容的一个程序- Sends to in other procedure the communication content thus a realization track advancement communication content procedure
jc
- 进程通讯(自定义消息) -The process of communications (custom message)
IPC_shareCode
- 此程序是进程间共享快速通讯的例子,目的是快速的进行多进程数据传输和存储,对于编写进程通信有着非常重大的参考价值,是codeproject上很重要的一篇文章的源代码。-This process is the process of sharing examples of rapid communication, the purpose of rapid multi-process data transfer and storage, for the preparation of the proces
process-pipe
- 一个基于父进程和子进程之间用匿名管道进行进程通讯的实例,附带了可执行文件以及全部源码。非常好的了解匿名管道机制的程序。-One based on the parent process and child processes to process communication with the anonymous pipe instance comes with an executable file and all source code. A very good understanding of
GetMessageApp
- VC++的进程通讯实例,程序由两个子程序构成,用于相互间进行进程通讯测试-VC++ instance of the process of communication, the program constituted by the two subroutines, the process used to communicate between each test
heisiik123
- 运用文件共享、互斥体、信号量、关键段、油槽及管道实现线程同步和进程通讯。-The use of file sharing, and mutexes, semaphores, critical sections, tank and piping, thread synchronization and interprocess communication.
pipe
- 此程序实例实现了进程通讯方式的一种:管道通讯,对理解和使用管道通信有很大帮组-In this instance the process one way to communicate: communication channels, a great group to help understand and use the pipe communication
C# 进程通讯
- Microsoft Visual Studio 2008 C#利用共享内存实现进程通信示例代码。