搜索资源列表
GetNet
- 进程列举程序,优点类似Windows任务管理器。 VC++编写实现,调试通过!-process procedures outlined the advantages similar to the Windows Task Manager. VC + + realization, debugging through!
VC_ComDlg
- 封装好的VC++串口类,支持同步,异步,带接收进程的异步方式.-Packaging good VC Serial category, supports synchronous and asynchronous, with the process of receiving asynchronous mode.
vcThreadSynchronization
- 在vc中利用父子间进程通信来实现的线程同步-use in vc process communication between father and son to achieve the synchronization thread
jinchengt
- 进程间通讯,经典的例子,找来奉献给大家,把vc学好,为祖国做贡献-inter-process communications, the classic example of office, for the sake of everyone, vc learn, and make contributions to the motherland! !
getipmac
- 在vc环境下,通过于进程的通信,读取主机的ip地址与自己的物理网卡地址
569999进程管道的vc实现
- 进程通信管道模拟,上课时的作业留下的程序,经过老师修改课执行-process communication channel simulation class left the operating procedures are followed, the implementation of the teachers change classes
CommunicationCoe
- 很详细的VC下的进程间通讯的源代码,同时展示了很多VC使用的技巧。-VC in great detail under the source code for inter-process communication, while VC shows a lot of the techniques used.
CopyData
- 程序采用vc++编写,用来在不同进程中通信,采用WM_COPYDATA消息来传递数据,和其他进程通信相比,具有简单,强大的特点。-Using vc++ program written in different processes used to communicate, using WM_COPYDATA message to pass data, and other processes, communication, compared with a simple, powerful featu
jinchengtongxun
- 进程间通信的VC++代码。参照孙鑫视频讲解编写-Inter-process communication in VC++ code. Video explaining the preparation of reference to Sun Xin
MyProjects
- 环境:Windows XP SP3、 VC++ 6.0、 Windows 2003 SDK 使用步骤: 1、下载解压之后,使用VC++ 6.0打开两个工程:一个是SocketServer和一个ClientSocket工程。 2、首先运行服务器端工程,选默认的端口1008 3、然后运行客户端工程,选默认的端口1008和默认的服务器地址 4、再运行多个客户端进程 5、如果一切正常,可以每个客户端的消息发送,我们可以在服务端和各个客户端同步看到消息 -Environment
Demo
- 进程通讯,讲叙如果在VC下模拟一个进程通讯的实例- process
MapFileTrans
- vc 通过内存映射实现进程间的数据交换\MapFileTrans的源码-vc through memory-mapped inter-process data exchange \ MapFileTrans source
conn
- vc 通过消息机制实现进程间的通信的源码-vc achieved through the message mechanism of communication between the source process
VCPP--process-of-mutual-methods
- VC++中进程间相互通信的十一种方法,为了能在两个进程之间进行通讯,由本文几种方法可供参考- in the process of mutual communication of the eleven methods
RPC
- 采用RPC的方式实现C进程间通讯,采用VC++工具进行编译-rpc process communication
IPC_AnonymousPipe
- vc 进程间通讯的例子,pipe 使用,vc2005下编译。-the program is for pipe ,compiled by vs 2005
ipc
- vc编写的进程之间通信的一个库,可以在不同的程序之间传递信息。-a library for communication between processes.