CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 通讯编程 搜索资源 - Inter-Process Communication

搜索资源列表

  1. jin_rose_jctx

    0下载:
  2. WM_COPYDATA 进程间通讯 系统消息 最简单的进程间通讯的例子-WM_COPYDATA inter-process communication system even the most simple process communication examples
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:311.63kb
    • 提供者:李顺
  1. 7167_InterProcess

    0下载:
  2. 朋友们,大家好! 内存文件映射和进程间通讯演示程序-friends, everyone! Memory mapping document and inter-process communication Demonstration Program
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:101.57kb
    • 提供者:完死
  1. CommunicationCoe

    0下载:
  2. 很详细的VC下的进程间通讯的源代码,同时展示了很多VC使用的技巧。-VC in great detail under the source code for inter-process communication, while VC shows a lot of the techniques used.
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:228.59kb
    • 提供者:zhangym
  1. D7FileMaping

    0下载:
  2. Dlephi 进程间通讯,通过内存映射的方式,实现多进程之间数据的传递。-Dlephi inter-process communication, and by memory mapping the way to achieve the transfer of data between multiple processes.
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:223.66kb
    • 提供者:daihongwei
  1. File_Map_Server_Client

    0下载:
  2. windows下通过共享内存进行进程间通信的例子,包括server与client-windows through shared memory inter-process communication examples, including the server and client
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:102.61kb
    • 提供者:morry
  1. P2Psend

    1下载:
  2. 实现动态IP间程序的相互通信(P2P)比较稳定的传输代码-Dynamic IP to achieve the mutual inter-process communication (P2P) transmission is relatively stable code
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:518.73kb
    • 提供者:revenant
  1. 20081125

    0下载:
  2. 二程序间通信源码(PostMessage)-Second inter-process communication source (PostMessage)
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:87.9kb
    • 提供者:
  1. jinchengtongxun

    0下载:
  2. 进程间通信的VC++代码。参照孙鑫视频讲解编写-Inter-process communication in VC++ code. Video explaining the preparation of reference to Sun Xin
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:31.1kb
    • 提供者:阳光剑客
  1. ch11

    0下载:
  2. 通过WM_COPYDATA等建立进程间通信,客户端与用户端的通信-Such as through the establishment of inter-process communication WM_COPYDATA, client and client communication
  3. 所属分类:Communication

    • 发布日期:2017-05-06
    • 文件大小:1.11mb
    • 提供者:yumingshui
  1. VB-DDE-Demo

    0下载:
  2. VB DDE通信 Demo, 用DDE实现进程间通信-VB DDE Communication Demo, to achieve inter-process communication using DDE
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:7.78kb
    • 提供者:赵伟君
  1. send-meseg-to-pross

    0下载:
  2. Inter process communication. communication through process.
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:3.8kb
    • 提供者:equity
  1. windows-communicate2

    0下载:
  2. windows异步管道示例程序,实现进程间通讯-asynchronous pipeline windows sample program, to achieve inter-process communication
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:56.13kb
    • 提供者:
  1. ShareMem

    0下载:
  2. IPC(Inter-process communication) by memory sharing class.
  3. 所属分类:Communication

    • 发布日期:2017-04-08
    • 文件大小:107.13kb
    • 提供者:gimchiii
  1. SOURCES

    0下载:
  2. IPC Between Managed and Unmanaged Code -Technology keeps leaping forward at a fast pace applications in projects, large or small, normally cannot keep up with this speed. On one hand, it doesn t make sense to port old code to the new state merely
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:80.08kb
    • 提供者:mike
  1. 12_6_4

    0下载:
  2. 进程间的通讯简单明了。是书本上的例子,初学者好用-Inter-process communication is simple. Example, on the books for beginners easy to use
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:42.54kb
    • 提供者:随风
  1. Inter-process-communication

    0下载:
  2. windows进程之间通讯的例子程序,仅供参考-examples of communication between the windows process procedures for reference only
  3. 所属分类:Communication

    • 发布日期:2017-04-10
    • 文件大小:1.89mb
    • 提供者:箫雨
  1. Server

    0下载:
  2. 应用分别Pipe和共享内存实习进程间同学,此工程为server工程,在debug目录包含client应用程序,同时运行2个程序,实现进程间通讯。-Applications, respectively, Pipe and shared memory internship process between students, this project contains the client application in the debug directory server project, run t
  3. 所属分类:Communication

    • 发布日期:2017-06-16
    • 文件大小:24.67mb
    • 提供者:李永明
  1. PostMessage

    0下载:
  2. C# 实现进程间通讯 采用 Win32 Api方式通讯-C# implementation of inter-process communication using Win32 Api communicate
  3. 所属分类:Communication

    • 发布日期:2017-11-06
    • 文件大小:72.91kb
    • 提供者:王曙光
  1. ipc

    0下载:
  2. inter-process communication (IPC) is a set of methods for the exchange of data among multiple threads in one or more processes. Processes may be running on one or more computers connected by a network. IPC methods are divided into methods for message
  3. 所属分类:Communication

    • 发布日期:2017-04-17
    • 文件大小:22.36kb
    • 提供者:bruce
  1. share_memory

    0下载:
  2. 进程间通信之共享内存。 因为我也初学者,所以注释可能有点啰嗦。最后希望该作品对下载该文件的人士有帮助。-Sharing memory to achieve inter process communication.
  3. 所属分类:Communication

    • 发布日期:2017-05-31
    • 文件大小:12.26mb
    • 提供者:刘开鹏
« 12 »
搜珍网 www.dssz.com