搜索资源列表
IPC
- 进程间的通信机制对于计算机人员来说显得尤为重要,此程序的简单的实现了某些功能。
Dllshare2
- 动态链接库发放进行进程间通信。直接编译就可以通过,好码!
DdeComm
- 这个是通过内存读取的方法实现进程间的通信,已经调试很多次了,直接用没问题
DataComm
- 这个是使用自定义消息实现进程间的通信,好码,简单使用
termsap
- 进程间通信示例源代码,包括详细的说明文档
SharedMemory
- 这是一个共享内存很好的例子,是进程间通信最常用的一种方法,我觉得对大家很有帮助
TestSMDlg
- 接SharedMemory.h,进程间通信,内存共享的编程代码,对于软件编程来说,是不错的东西
TestSMDlg
- 接SharedMemory.h,进程间通信,共享内存代码,很好的一个例子,希望对大家能有所帮助
File_Map_Server_Client
- windows下通过共享内存进行进程间通信的例子,包括server与client-windows through shared memory inter-process communication examples, including the server and client
telnote
- 在一台实现进程间通信,运用socket进行编程,开发环境是DEv C, 也可以实现不同计算机的通信,见客户端和服务器端放在两台电脑上-coding witd sockets,accomplished communication through processes on one pc, used the tool dev c, you can simply change the ip, then you can communicate on two or more pcs.
demo
- 使用 WM_COPYDATA 实现两个进程间的通信-Use WM_COPYDATA to achieve communication between two processes
tongxin
- 用SendMessage改变TextBox的内容简单有效地实现进程间通信。-Using SendMessage to change the content of TextBox to the realization of the process simple and effective communication.
ProcessCommunicate
- 进程间的通信问题,通过signal()和kill()完成 操作系统实验 C语言环境下源代码-the code of process communication in C language signal() kill()
jinchengtongxun
- 进程间通信的VC++代码。参照孙鑫视频讲解编写-Inter-process communication in VC++ code. Video explaining the preparation of reference to Sun Xin
ch11
- 通过WM_COPYDATA等建立进程间通信,客户端与用户端的通信-Such as through the establishment of inter-process communication WM_COPYDATA, client and client communication
VB-DDE-Demo
- VB DDE通信 Demo, 用DDE实现进程间通信-VB DDE Communication Demo, to achieve inter-process communication using DDE
conn
- vc 通过消息机制实现进程间的通信的源码-vc achieved through the message mechanism of communication between the source process
MLCLT
- 打开邮槽,与邮槽服务器端进行进程间通信演示-Open the mail slot, and mail slot for interprocess communication demo server
Socket-MultiThread
- Socket实现进程间通信,系统控制节点监听连接,与通信节点实现Socket通信,采用TCP通信协议。-IPC through winsocket
share_memory
- 进程间通信之共享内存。 因为我也初学者,所以注释可能有点啰嗦。最后希望该作品对下载该文件的人士有帮助。-Sharing memory to achieve inter process communication.