搜索资源列表
ProcessCommunication
- C#进程间通信编程。使用管道方式在两个进程间传递一个数据结构。-CSharp codes demo of interprocess communication. The demo shows how to use pipeline to pass a data struct between two process.
ShareMemery
- 内存共享技术,进程通信,通过内存指定区域进行共享使进程间相互通信-Memeory sharead
Parent
- 通过匿名通道在同一台电脑中不同进程间进行通信,此程序为父窗口程序。-Anonymous access on the same computer to communicate between different processes, the parent window procedure this procedure.
Clipboard
- 通过剪切板在同一台电脑上进行进程间的通信。-Through the clipboard on the same computer communication between processes.
vcs_crcCal_20111023
- 计算文件CRC16,控制台版用于计算CRC,Winform提供交互,进程间通信-The program is to calculate CRC16 value of a binary file.
RSA
- RSA算法实现加解密过程,同时整合Socket套接字编程,实现进程间加解密通信。-RSA algorithm encryption and decryption process while integrating Socket socket programming, achieve inter-process communication encryption and decryption.
SampleRemote
- .NET 远程处理为进程间通信提供了一种抽象的方法,它将可远程处理的对象与特定客户端或服务器应用程序域以及特定的通信机制隔离开来-. NET remoting provides an inter-process communication method is abstract, it remotable object with a particular client or server application domain and the specific communication mecha
WinFormSendMsg
- wm_copydata 实现进程间通信的例子-wm_copydata Examples to achieve inter process communication
AsyncPipes
- 异步管道的库及使用该库创建的两个示例进行进程间通信,可以用VS 2010及2013打开-AsyncPipe Library with two sample send message using this library
CopyData
- CSharp多进程间相互通信,使用COPYData消息机制,也可使用在同进程不同窗口间通讯-Communicate with each CSharp multi-process, use COPYData messaging can also be used with different inter-process communication window
进程间通信
- 可应用于同一台机器上两个或多个进程之间的相互通信(Mutual communication between two or more processes that can be applied to the same machine)