搜索资源列表
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.
Csharp-Windows-API
- 用C#调用Windows API和其它进程通信-C# to call the Windows API and other process communication
TcpTest
- 双进程实现TCP收发信息,程序主要完成双机通信功能,使用TCP协议,分两个模块(TcpSender,TcpReceiver),由TcpSender向指定IP和端口发送数据,之后TcpReceiver接收并解码显示到文本框中.-Dual-process achieve TCP send and receive information, the program mainly to complete the two-machine communication capabilities, using t
tingdeng
- 设数据链路层通信的两个站点分别为A 和B,仿真环境利用TCP 协议和Socket 客户端/服务器机制构建两个站点之间的通信。编译、链接之后生成的可执行程序(.exe 文件)为字符界面命令行程序(不是图形界面程序)。可执行程序文件仅有一份,设为datalink.exe,在两个DOS窗口中使用不同的命令行参数启动两个进程,分别仿真站点A和站点B。例如: 启动站点A进程的DOS命令:datalink a 启动站点B进程的DOS命令:datalink b 其中,站点A 以TCP 服务器的
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
TCP-socket-communication
- 基于TCP的网络两进程socket通信,客户机服务器均在本机实现-Network two process based on the TCP socket communication, client server are realized in this machine
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
tcpAsyncPacket
- 1.服务器与客户端之间通信,支持大文件(>4G)传输 2.客户端与客户端之间点对点通信,支持大文件(>4G)传输 3.本地进程之间通信-Communications, support for large files between point to point communication, support for large files between the server and the client 1. (> 4G) 2. Transfer the client
进程间通信
- 可应用于同一台机器上两个或多个进程之间的相互通信(Mutual communication between two or more processes that can be applied to the same machine)