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

搜索资源列表

  1. VcNamePipe

    0下载:
  2. 利用命名管道邮槽来实现进程间的通信,程序包括客户端和服务端-use named pipes Post chutes to achieve inter-process communication, procedures, including client and server
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:67.25kb
    • 提供者:黄磊
  1. processcomunication

    0下载:
  2. 此程序是在MFC下分别用匿名管道,命名管道和邮槽3种方法实现的进程之间的通信 -this procedure is the MFC respectively anonymous pipeline named pipes and mail chutes three different methods to achieve the communication process between the
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:197.8kb
    • 提供者:zhaodetao
  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
    • 文件大小:229.1kb
    • 提供者:李君懿
  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
    • 文件大小:28.96kb
    • 提供者:cq_3964
  1. mypipe

    0下载:
  2. 两个匿名管道通信的源代码,经通过测试,能在两个可执行文件之间获取数据。-two anonymous communication channel source code, the test in two executable files between data acquisition.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:34.13kb
    • 提供者:王晓鹏
  1. NamedPipe

    0下载:
  2. 使用命名管道进行进程间通信,可以跨越机器边界
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:467.67kb
    • 提供者:hapin
  1. pipe

    0下载:
  2. Linux 下验证管道通信机制。一端发送消息,一端接收消息。
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:4.24kb
    • 提供者:
  1. pipe

    0下载:
  2. 转自网上,非原创。简单的进程管道通信编程实例,通过建立管道,调用cmd.exe
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1.22kb
    • 提供者:王欣欣
  1. guandao

    0下载:
  2. 通过vc++实现管道通信,解决多进程之间通信的问题。
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:200.37kb
    • 提供者:zjc
  1. 命名管道封装类

    1下载:
  2. 命名管道用于服务与其客户端之间的通信。
  3. 所属分类:进程与线程

    • 发布日期:2010-09-09
    • 文件大小:37.87kb
    • 提供者:xndr@163.com
  1. Linux_envirnment_communication

    0下载:
  2. 该函数创建的管道的两端处于一个进程中间,在实际应 用中没有太大意义,因此,一个进程在由pipe()创建管道后,一般再fork一个子进程,然后通过管道实现父子进程间的通信-The function at the two ends of the pipeline to create a process in the middle, in practical applications is not much significance, therefore, a process by the pipe
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-26
    • 文件大小:11.69kb
    • 提供者:zhangkun
  1. pipe

    0下载:
  2. 进程间通信的一直方式,采用管道,此处用的是匿名管道,即子进程与父进程间的通信-Inter-process communication methods have been used pipe, used here is the anonymous pipe, that is, the child process and parent inter-process communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-14
    • 文件大小:3.59mb
    • 提供者:yuanzi
  1. Namedpiple_communication

    0下载:
  2. 进程间命名管道通信示例程序,详情见:http://blog.csdn.net/zha_1525515/archive/2009/10/04/4631951.aspx-Named pipe communication between the process of sample programs.reference:http://blog.csdn.net/zha_1525515/archive/2009/10/04/4631951.aspx
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:33.92kb
    • 提供者:hotloofah
  1. pipe

    0下载:
  2. 实现了两个子进程之间管道通信, 一个进程创建俩个子进程,子进程向父进程写消息-implements the two child process to communite in pipe
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:135.19kb
    • 提供者:huboaaaa
  1. Pipe

    0下载:
  2. 孙鑫讲解的管道通信的源码 测试可用 大家在学习的时候可以下下来看看 最基本的进程之间管道通信-PIPE source code
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-16
    • 文件大小:4.31mb
    • 提供者:lizz
  1. jincheng

    0下载:
  2. 进程间通信最基本的例子 包括了剪贴板 父子进程 命名管道通信 还有油槽通信 刚刚接触这方面的可以下下来参考学习-The most basic examples of inter-process communication, including a clipboard and his son process named pipe communication tank communication, just contact in this regard can down the reference
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-09
    • 文件大小:2.36mb
    • 提供者:lizz
  1. pipe

    0下载:
  2. 此程序实例实现了进程通讯方式的一种:管道通讯,对理解和使用管道通信有很大帮组-In this instance the process one way to communicate: communication channels, a great group to help understand and use the pipe communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:208.29kb
    • 提供者:和撒旦
  1. Pipeline

    0下载:
  2. Windows下,匿名管道通信 VC6环境-pipeline communicate
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-22
    • 文件大小:6.35mb
    • 提供者:zhang
  1. pipe

    0下载:
  2. 用C++实现管道通信功能,简单易懂,带少量注释-C++ implementation of the pipeline communication function, easy to understand, with a small amount of Notes
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-12
    • 文件大小:1.06kb
    • 提供者:cjy
  1. NamedPipe

    0下载:
  2. 通过命名管道实现两个进程之间的通信,包括从管道中读取内容和写入内容到管道。使用VC++6.0实现。文档中有详细介绍。(Communicating between two processes by named pipes, including reading content from the pipe and writing content to the pipe. Using VC++6.0 implementation. The document is described in detail.
  3. 所属分类:进程与线程

« 12 3 »
搜珍网 www.dssz.com