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

搜索资源列表

  1. shakang

    0下载:
  2. 在linux平台下运行的多进程运行的程序,在其间共享锁以实现通讯。-running under Multi-process operation procedures, in which shared lock to achieve communication.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1555
    • 提供者:yuhao
  1. expe3

    0下载:
  2. 进程间通讯,分别运行三个程序,然后再进行通讯!-inter-process communication, running three separate procedures, and then communicate!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:17688
    • 提供者:wang
  1. 2006021801

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

    • 发布日期:2008-10-13
    • 文件大小:52568
    • 提供者:毛东
  1. a semaphore

    0下载:
  2. 进程之间通讯的一个例子-process of communication between an example
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1030139
    • 提供者:王飞
  1. three semaphore

    0下载:
  2. 三个semephor实现的进程之间通讯-three semephor achieve the communication process between
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1030968
    • 提供者:王飞
  1. aslanmsg

    0下载:
  2. 控件ASLanMsg是个很强大的工具,可以组织局域网中用户间消息的传递。操作时,该控件使用单向进程间通讯(IPC)机制Windows MailSlots,允许收发广播和通常消息。功能无限制。-ASLanMsg control is a very powerful tool that can organize LAN users among news relay. Operation, Control of the use of one-way inter-process communicatio
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:23532
    • 提供者:刘雨
  1. Codeps

    0下载:
  2. 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-explain in detail the communication process in four ways : the clipboard, anonymous pipes, named pipes and mail chutes. Analysis and comparison of several inter-process communication advantages and
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:234599
    • 提供者:李君懿
  1. xtd_IPC

    0下载:
  2. 一个简单的关于LINUX下的进程间通讯的演示,使用的是信号量.适合初学编程的同学一起学习!-a simple LINUX on the inter-process communication demonstration, using a semaphore. Programming for beginner students learning together!
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1721
    • 提供者:xietian
  1. sev

    1下载:
  2. opc da 范例 1.进程外服务器。     2.支持异步通讯,支持回调。     3.最多支持10客户访问。     4.每客户可以最多建立10个Group对象。     5.支持Group对象的添加,删除,可以设置Group的名称,状态。 -an example. Foreign process server. 2. Support asynchronous communication, support callback. 3. Most support 10 cus
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:483810
    • 提供者:hemu
  1. process_clip

    0下载:
  2. 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。 -explain in detail the communication process in four ways : the clipboard, anonymous pipes, named pipes and mail chutes. And a comparative analysis of these types of inter-process communication a
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:234228
    • 提供者:讼师为
  1. NamedPipeClt

    0下载:
  2. 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点-explain in detail the communication process in four ways : the clipboard, anonymous pipes, named pipes and mail chutes. And a comparative analysis of these types of inter-process communication on th
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:29653
    • 提供者:cq_3964
  1. tercomm

    0下载:
  2. 进程间共享内存通讯,采用两对缓冲区收发数据。-processes shared memory communications, using two pairs of sending and receiving data buffer.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:32489
    • 提供者:zhang3f
  1. lwp-2.2.tar

    0下载:
  2. 一个基于协同开发的轻量级进程间通讯处理包,在抢先和非抢先的线程模式下模仿了所有的LWP,可以作为非抢先模式下的替代。-one based on collaborative development of the lightweight process communication processing package, In pre-empt and pre-empted the non-threaded model to imitate all of the LWP, as a non-pre-e
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:376136
    • 提供者:zds
  1. processcommunication

    0下载:
  2. 实用的进程间通讯,实现程序间循环控制,符合特定的实验,应用场合-practical inter-process communication and achieve inter-cycle control procedures, to comply with specific experiments, applications
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:79936
    • 提供者:gaozhi
  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. MultiThreadCommunication

    1下载:
  2. 多进程的串口通讯的示例,编译环境为Visual C 6.0.-process over the serial communication example, the build environment for Visual C 6.0.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:79939
    • 提供者:彭超
  1. Process_Communicate

    0下载:
  2. 进程间通讯. 进程间通讯.进程间通讯-inter-process communication. Inter -process communication. Inter -process communication. Inter-Process Communication
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:60400
    • 提供者:yanjie
  1. vbpc

    0下载:
  2. 在Windows98下利用VB的串行通讯控件可实现PC机与多单片机之间的通讯。采用定时器控制大大加快了自动化进程,克服了往多“握手”协议造成的通讯速度缓慢的缺点。本文以PS1016单片机为例,详细介绍了PC机与单片机之间的串行通讯、数据的发送和接收。 -in Windows98 using VB serial communication controller can be achieved with a PC between the MCU communications. Using the t
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:7572
    • 提供者:vb2007
  1. VB-PC-and-multi-microcontroller-communications

    0下载:
  2. 在Windows98下利用VB的串行通讯控件可实现PC机与多单片机之间的通讯。采用定时器控制大大加快了自动化进程,克服了往多“握手”协议造成的通讯速度缓慢的缺点。-in Windows98 using VB serial communication controller can be achieved with a PC between the MCU communications. Using the timer control greatly accelerate the automatio
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:8154
    • 提供者:戚艳芬
  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 2 ... 4 5 6 7 8 910 11 12 13 14 ... 21 »
搜珍网 www.dssz.com