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

搜索资源列表

  1. www.cohoo.com.cn.socket

    0下载:
  2. 共四个演示。分别如下: 1:Sample    一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText    不用窗口子类化,而达到和发送自定义消息同样的效果。  3:SendFile    由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat    演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:52570
    • 提供者:cohoo
  1. MapTest

    0下载:
  2. windows进程通讯的例子,共有三种模式: 共享内存,管道,SOCKET,可以给未接触过的人作为参考-windows example of the process of communication, there are three models : shared memory, pipes, SOCKET. it has not been exposed to people as a reference
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:75073
    • 提供者:111
  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
    • 文件大小:319104
    • 提供者:李顺
  1. jinchengt

    0下载:
  2. 进程间通讯,经典的例子,找来奉献给大家,把vc学好,为祖国做贡献-inter-process communications, the classic example of office, for the sake of everyone, vc learn, and make contributions to the motherland! !
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:233723
    • 提供者:王理
  1. ShareMem

    0下载:
  2. 进程之间使用共享内存通讯和传输数据IPCClient客户端IPCServer服务器
  3. 所属分类:通讯编程

    • 发布日期:2014-01-16
    • 文件大小:311220
    • 提供者:AizCN
  1. 2004021801

    0下载:
  2. 用Visual Basic写的一个进程间通讯演示
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:51937
    • 提供者:黎新华
  1. pcvb

    0下载:
  2. 在Windows98下利用VB的串行通讯控件可实现PC机与多单片机之间的通讯。采用定时器控制大大加快了自动化进程,克服了往多“握手”协议造成的通讯速度缓慢的缺点
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:3369
    • 提供者:lxy
  1. xiaoxitongxunxitong

    0下载:
  2. 本设计的目的是通过设计和调试一个基于消息的通讯系统,来实现进程之间的间接通讯,使学生对进程间的通讯机制、进程间的同步机制有一个深入的理解
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:98895
    • 提供者:余江
  1. 7167_InterProcess

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

    • 发布日期:2008-10-13
    • 文件大小:104010
    • 提供者:完死
  1. 进程间的通讯

    0下载:
  2. 作用:通过油槽实现跨网络进程间的一对多的单向通讯
  3. 所属分类:通讯编程

  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
    • 文件大小:234079
    • 提供者: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-03-31
    • 文件大小:229031
    • 提供者:daihongwei
  1. pipe-cmd-shell

    0下载:
  2. 使用管道来进行进程之间通讯的例子。本例演示了如何使用管道来和cmd.exe进程通讯。-This example demonstrates how to use pipe to communicate with the "cmd.exe" process.
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:12553
    • 提供者:woshiguan
  1. ShareCom

    0下载:
  2. 自己写的一个进程间通讯库,使用很方便。 带有例子程序。-Wrote it myself a process of communication among libraries, use very convenient. With examples of procedures.
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:292941
    • 提供者:lincolnwang
  1. windows-communicate2

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

    • 发布日期:2017-04-06
    • 文件大小:57478
    • 提供者:
  1. Demo

    0下载:
  2. 进程通讯,讲叙如果在VC下模拟一个进程通讯的实例- process
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:4478
    • 提供者:aelon
  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
    • 文件大小:43563
    • 提供者:随风
  1. Inter-process-communication

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

    • 发布日期:2017-04-09
    • 文件大小:1978664
    • 提供者:箫雨
  1. DDEClient

    0下载:
  2. 进程间通讯防止之一DDE通讯 ,客户端测试开发源代码-DDE Client
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:250449
    • 提供者:wushihui
  1. 394509

    0下载:
  2. c++时尚编程——进程的内存分布,附有界面的图片()
  3. 所属分类:通讯编程

    • 发布日期:2018-04-22
    • 文件大小:40960
    • 提供者:jgxbz%255F73288
« 12 »
搜珍网 www.dssz.com