搜索资源列表
processcomunication
- 此程序是在MFC下分别用匿名管道,命名管道和邮槽3种方法实现的进程之间的通信 -this procedure is the MFC respectively anonymous pipeline named pipes and mail chutes three different methods to achieve the communication process between the
Pipe_Dll
- 使用PIPE完成同一机器上的两个进程、不同机器上的两个进程或不同操作系统下的两个进程之间的通信。-use PIPE completed on the same machine two processes, different machines on the two different operating systems or process under the two processes of communication.
FILEMAP_DLL
- 利用FILEMAP文件映射实现两个进程之间的通信以及动态链接,其中在filemapping_b中使用了dll技术-use FILEMAP document mapping process between the two to achieve the communications and dynamic link filemapping_b in which the use of the technology dll
PINFO
- 进程之间的5种通信方法,可以随便下载,欢迎光顾,-process between the five types of communications methods can easily download, welcome to patronize, huh
vcThreadCommunication
- 在VC中实现的两个进程之间实现相互之间通信的源代码-realized in the VC process between the two mutual communication between the source code
guandao
- 通过vc++实现管道通信,解决多进程之间通信的问题。
C++andChapepipe.rar
- C#进程与C++进程之间的通信,很经典的,希望大家有用。,C# Process and C++ The process of communication between, it is classic, and I hope useful.
SharedMemmoryQueue.zip
- 这是一个通过共享堆内存实现的进程间通讯库.通过共享堆内存和实践驱动来支持多进程之间的通信.,This library supports inter process communication via shared memory access and event notification mechanism.
jincheng
- 利用vc开发的,进程之间通信的源程序,初学者可以参考。-Vc use development, the process of communication between the source, beginners can refer to.
jinchengtongxin
- Windows下实现两个进程之间的通信。源码。-Windows to achieve communication between two processes. Source.
ProCOM
- 父进程创建子进程,通过创建管道实现父进程与字进程之间的实时通信。-Parent process creates the child process, parent process by creating a pipe with the word achieve real-time communication between processes.
process-scheduling
- 进程调度程序,在VC环境下创建两个进程,并实现它们之间的通信和调度。-process scheduling
thread
- 双线程通信,创建2个进程,让2个进程之间进行信息的传递-Dual-thread communication, to create two processes, so that two processes of information transfer between
Pipe
- 孙鑫讲解的管道通信的源码 测试可用 大家在学习的时候可以下下来看看 最基本的进程之间管道通信-PIPE source code
pipe
- 进程间通信的VC++源码实例集,进程之间的通信以及实现方法实例,通过一些小程序来实现,这些小程序有剪贴板实例、邮槽、匿名管道等,希望对VC++基础用户有帮助。-Interprocess communication VC++ set of source instance, the communication between the process and the method instance, some small programs to achieve these procedures cli
VideoDemo
- 进程间通信的VC++源码实例集,进程之间的通信以及实现方法实例,通过一些小程序来实现,这些小程序有剪贴板实例、邮槽、匿名管道等,希望对VC++基础用户有帮助-Communication between the inter-process communication the VC++ source instance set, the process and the method instance, through a number of small programs to achieve thes
Paste-board
- 利用黏贴板的通信方式实现两个进程之间的通信,代码易懂-The communication between the communication board two paste process, the code easy to understand
process-communication
- 进程之间的信息传递不可能通过变量或其它数据结构直接进行,只能通过进程间通信来完成-Process of information transmission between impossible by a variable or other data structure directly, can only be done through inter-process communication
NamedPipe
- 通过命名管道实现两个进程之间的通信,包括从管道中读取内容和写入内容到管道。使用VC++6.0实现。文档中有详细介绍。(Communicating between two processes by named pipes, including reading content from the pipe and writing content to the pipe. Using VC++6.0 implementation. The document is described in detail.