搜索资源列表
mfcdde.rar
- DDE进程间通讯类,可以实现2个进程间相互通讯功能,如果有疑问可以加QQ:30943148,DDE interprocess communications can be achieved between two processes communications, can be added if there is doubt QQ: 30943148
ProcessCommunication
- C#进程间通信编程。使用管道方式在两个进程间传递一个数据结构。-CSharp codes demo of interprocess communication. The demo shows how to use pipeline to pass a data struct between two process.
ProcessCommunication
- Windows 的IPC(进程间通信)机制主要是异步管道和命名管道。(至于其他的IPC方式,例如内存映射、邮槽等这里就不介绍了) 管道(pipe)是用于进程间通信的共享内存区域。创建管道的进程称为管道服务器,而连接到这个管道的进程称为管道客户端。一个进程向管道写入信息,而另外一个进程从管道读取信息。 -Windows of the IPC (interprocess communication) mechanism is asynchronous pipelines and named
interprocess_src
- 用于分布式系统中的各个进程交互的内存资源共享-Interprocess communication is an important part of many distributed systems. Many libraries, such as Boost, give mechanisms for interprocess communication. Such a concept, as shared memory is one of the fastest mechanisms of da
MutexRW
- Interprocess communication tutorial By Alex Fr In this tutorial he build a dialog-based application with an edit box. When the number of instances of such an application are running, changes made by the user in one edit box are reflected in all o
shmcreate
- 配套光盘网络编程进程间的通信,网络编程进程间的通信是一本很经典的好书-Supporting CD-ROM network programming interprocess communication, network programming inter-process communication is a very classic books
VCsunxincode
- 本书主要从程序内部运行的机制和MFC程序的组织脉络入手,使读者在学习VC++编程知识时,既能够知其然,又能知其所以然,从而帮助读者从根本上理解和掌握Windows的程序设计。另外,全书还贯穿作者多年来学习编程的一些经验,以及一些学习方法的建议,为读者进一步的学习提供指导。 本书从实际应用入手,由浅入深、循序渐进地讲述Windows程序内部运行机制、MFC框架、文本、菜单、对话框、文件操作、网络编程、进程间通信、ActiveX控件、动态链接库、HOOK编程等多个主题。 本书内容丰富
ProcessPipe
- interprocess using pipes.
NDde.2.01.0563
- DDE API in C#...This library provides a convenient and easy way to integrate .NET applications with legacy applications that use Dynamic Data Exchange (DDE). DDE is an older interprocess communication protocol that relies heavily on passing windows m
20102404MultiThread7
- 该例程演示了如何使用自定义消息进行线程间通信。-This routine demonstrates how to use a custom message thread interprocess communications.
IPC20100926210623
- IPC interprocess cla-IPC interprocess class
ShellEx
- 1.创建新进程 2.用管道(PIPE)进行进程间通信 -1. To create a new process 2. With a pipeline (PIPE) for interprocess communication
NamedPipeSrv
- 命名管道进程间通信 服务-Named pipes interprocess communications services
ProcessComm
- 两个测试四种不同进程间通信的方法程序,通过剪切板进行进程间的通信、通过邮槽进行进程间的通信、通过通道进行进程间的通信、通过COPTDATA消息进行进程间的通信-Two test four different inter-process communication methods and procedures, through the clipboard for interprocess communication, through the mail slot for inter-process
OSProgram
- 进程的创建与进程间的通信及线程的创建线程同步的样例,-Process creation and interprocess communication and thread creation thread synchronization sample,
reader_writer.c
- 进程间通信中经典的读者-写者问题,用信号量实现同步和互斥。-Interprocess communication in the classic reader- writer problem, synchronization with semaphores and mutexes.
Interprocess-communication
- 进程间通信与线程间通信分析和总结,一目了然。-Interprocess communication and inter-thread communication
COPYDATA
- VC编程,进程间利用CopyData通信-VC programming, interprocess communicate through by CopyData
Interprocess-messaging
- 进程间传递消息(发送和接收系统消息)的功能-Interprocess messaging (send and receive system messages )
OS-interprocess-communication
- 操作系统进程通信,包括进程间的四种通讯方式:管道FIFO,信号,消息队列, 共享内存-OS interprocess communication