搜索资源列表
IPCTrace_demo.zip
- 将通讯内容发到另外一个程序中从而实现跟踪进程通讯内容的一个程序
Mailslot_src.zip
- Mailslot进程通讯机制的服务端和客户端实现的封装类
sm_mz_demo.zip
- 共享内存多进程通讯例子
Unix进程通讯及同步互斥机制
- Unix进程通讯及同步互斥机制,包括进程的管道通讯以及信号量实现的同步互斥机制-Unix process communication and synchronization contradict mechanisms, including the process of communication and signal pipeline capacity to achieve the synchronization mechanism Mutex
在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.
进程间通讯(一):Window下使用内存映射文件共享数据的例子
- Window下使用内存映射文件共享数据的例子 CreateFileMapping OpenFileMapping MapViewOfFile UnFileMapping等函数的具体应用。比较经典,可以直接拷到工程中应用。 使用过程中有问题。发邮件给我帮你解答,39514004@qq.com
在VCpp 6.0下利用共享内存、消息实现内部进程通讯 - 副本
- 在VCpp 6.0下利用共享内存、消息实现内部进程通讯 ,资源里包含了,客户端和服务器端程序实现源代码。
sm_mz_demo.zip
- 共享内存多进程通讯例子,the demo of shared memory multi-process communication
D7FileMaping
- Dlephi 进程间通讯,通过内存映射的方式,实现多进程之间数据的传递。-Dlephi inter-process communication, and by memory mapping the way to achieve the transfer of data between multiple processes.
Mailslot_src
- Mailslot进程通讯机制的服务端和客户端实现的封装类-Mailslot advancement communication mechanism service end and customer end realization seal class
MultiThread
- 多线程编程,进程通讯,管道通讯,-MultiThread
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)
FileMap
- 进程间通讯,内存间共享,可以多进程间通讯,实现内建共享-Inter-process communication, memory, shared between
JinCheng
- 进程通讯(可自定义消息),非常牛的代码,应用很广,代码简洁明了。-Process communication (customizable message), very cattle code, the application is very broad, clear and concise code.
SHARE_MEMORY_TEST
- 该共享内存测试程序,可以实现进程间共享内存通讯,可以用来修改使用。(The shared memory test program, you can achieve inter-process shared memory communication.)
进程通信之三 父进程传参数与子进程返回值
- 说明进程之间通讯技术及使用方法,附带程序例程(Process communication)
易语言进程双向通信源码
- 主要提供了一个进程之间通讯的一个模板,方便大家查阅,了解进程之间通讯的原理,以及效率(It provides a template for communication between processes)
C# 进程通讯
- Microsoft Visual Studio 2008 C#利用共享内存实现进程通信示例代码。