搜索资源列表
-
0下载:
C#进程间通信编程。使用管道方式在两个进程间传递一个数据结构。-CSharp codes demo of interprocess communication. The demo shows how to use pipeline to pass a data struct between two process.
-
-
0下载:
Windows 的IPC(进程间通信)机制主要是异步管道和命名管道。(至于其他的IPC方式,例如内存映射、邮槽等这里就不介绍了)
管道(pipe)是用于进程间通信的共享内存区域。创建管道的进程称为管道服务器,而连接到这个管道的进程称为管道客户端。一个进程向管道写入信息,而另外一个进程从管道读取信息。
-Windows of the IPC (interprocess communication) mechanism is asynchronous pipelines and named
-
-
0下载:
用于分布式系统中的各个进程交互的内存资源共享-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
-
-
0下载:
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
-
-
0下载:
配套光盘网络编程进程间的通信,网络编程进程间的通信是一本很经典的好书-Supporting CD-ROM network programming interprocess communication, network programming inter-process communication is a very classic books
-
-
0下载:
本书主要从程序内部运行的机制和MFC程序的组织脉络入手,使读者在学习VC++编程知识时,既能够知其然,又能知其所以然,从而帮助读者从根本上理解和掌握Windows的程序设计。另外,全书还贯穿作者多年来学习编程的一些经验,以及一些学习方法的建议,为读者进一步的学习提供指导。
本书从实际应用入手,由浅入深、循序渐进地讲述Windows程序内部运行机制、MFC框架、文本、菜单、对话框、文件操作、网络编程、进程间通信、ActiveX控件、动态链接库、HOOK编程等多个主题。
本书内容丰富
-
-
3下载:
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
-
-
0下载:
1.创建新进程
2.用管道(PIPE)进行进程间通信
-1. To create a new process
2. With a pipeline (PIPE) for interprocess communication
-
-
0下载:
两个测试四种不同进程间通信的方法程序,通过剪切板进行进程间的通信、通过邮槽进行进程间的通信、通过通道进行进程间的通信、通过COPTDATA消息进行进程间的通信-Two test four different inter-process communication methods and procedures, through the clipboard for interprocess communication, through the mail slot for inter-process
-
-
0下载:
进程的创建与进程间的通信及线程的创建线程同步的样例,-Process creation and interprocess communication and thread creation thread synchronization sample,
-
-
0下载:
进程间通信中经典的读者-写者问题,用信号量实现同步和互斥。-Interprocess communication in the classic reader- writer problem, synchronization with semaphores and mutexes.
-
-
0下载:
进程间通信与线程间通信分析和总结,一目了然。-Interprocess communication and inter-thread communication
-
-
0下载:
孙鑫版的新《vc++ 深入详解》一书中的进程间通信系统的源程序-Sun Xin s version of the new" VC++ development." a Book of interprocess communication system source code
-
-
0下载:
进程间通信实例:使用共享内存实现进程间数据通信-Interprocess communication Example: Using shared memory to achieve inter-process data communications
-
-
0下载:
进程间通信实例:使用命名管道实现网络通信。-Interprocess communication Example: use named pipes for network communication
-
-
0下载:
进程间通讯之共享内存:
共享内存概述 + 函数说明 + 函数格式 + 使用实例-Shared memory for interprocess communication
-
-
0下载:
共享内存实现进程间通讯,同时包含client和server。还实现管道的进程间通讯,本例步骤详细,内容丰富。-Shared memory interprocess communication, and contains both client and server. Pipeline inter-process communication, in this case the steps detailed and rich in content.
-
-
0下载:
线程同步、进程同步及进程间通信技术进行了实现。-Thread synchronization, process synchronization, and interprocess communication technology to achieve.
-
-
0下载:
进程间通信的VC++源码实例集,进程之间的通信以及实现方法实例,通过一些小程序来实现,这些小程序有剪贴板实例、邮槽、匿名管道等,希望对VC++基础用户有帮助。-Interprocess communication set of vc++ source code examples, communication between process and realization method as an example, through a small program to implement, the
-
-
0下载:
操作系统进程通信,包括进程间的四种通讯方式:管道FIFO,信号,消息队列, 共享内存-OS interprocess communication
-