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

搜索资源列表

  1. CAnonPipe_src.zip

    0下载:
  2. 一个使用匿名管道实现进程间通讯的程序
  3. 所属分类:进程与线程

    • 发布日期:
    • 文件大小:7.14kb
    • 提供者:
  1. bcbcmd

    0下载:
  2. 利用匿名管道实现cmd程序的输入定向,输入部分没有实现,有愿意者请把您的想法发给我。dcok@sina.com-use of anonymous pipeline achieve cmd directional input procedures, the importation of parts, and it is willing to please send your thoughts to me. Dcok@sina.com
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:636.84kb
    • 提供者:段纯
  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. Lesson17

    0下载:
  2. 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:8.55kb
    • 提供者:张建顺
  1. Code

    0下载:
  2. 进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。
  3. 所属分类:进程与线程

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

    0下载:
  2. 一个使用匿名管道实现进程间通讯的程序- A use anonymous pipeline realizes the advancement the communication procedure
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-10
    • 文件大小:7.45kb
    • 提供者:站长
  1. process-pipe

    0下载:
  2. 一个基于父进程和子进程之间用匿名管道进行进程通讯的实例,附带了可执行文件以及全部源码。非常好的了解匿名管道机制的程序。-One based on the parent process and child processes to process communication with the anonymous pipe instance comes with an executable file and all source code. A very good understanding of
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-23
    • 文件大小:83.12kb
    • 提供者:sss
  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. ProcessCommunication

    0下载:
  2. 有剪切板,匿名管道,命名管道,邮槽实现的进程间的通信,例子很简单,对入门有帮助-A clipboard, anonymous pipes, named pipes, mail slot communications between the process of implementation, examples of very simple, entry-help
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:249.43kb
    • 提供者:刘月
  1. Code1

    0下载:
  2. 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-Detailed interpretation of the process of communication between four ways: the clipboard, anonymous pipe, named pipe and mail slot. And comparative analysis of the process of the communication betw
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:227.37kb
    • 提供者:lj
  1. Process-communication

    0下载:
  2. window下进程间通信多种方式(匿名管道、命名管道、油槽)-window under the process of communication between a variety of ways
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:137.94kb
    • 提供者:zkc
  1. pipe

    0下载:
  2. 进程间通信的VC++源码实例集,进程之间的通信以及实现方法实例,通过一些小程序来实现,这些小程序有剪贴板实例、邮槽、匿名管道等,希望对VC++基础用户有帮助。-Interprocess communication VC++ set of source instance, the communication between the process and the method instance, some small programs to achieve these procedures cli
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-10
    • 文件大小:2.02mb
    • 提供者:MarkZar
  1. VideoDemo

    0下载:
  2. 进程间通信的VC++源码实例集,进程之间的通信以及实现方法实例,通过一些小程序来实现,这些小程序有剪贴板实例、邮槽、匿名管道等,希望对VC++基础用户有帮助-Communication between the inter-process communication the VC++ source instance set, the process and the method instance, through a number of small programs to achieve thes
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:65.61kb
    • 提供者:suehao
  1. niminggd

    0下载:
  2. C++ 匿名管道程序测试源代码,定义结构体SECURITY_ATTRIBUTES变量,填充结构体中的各成员,创建匿名管道,定义并初始化结构体,填充结构体中的各个成员,从匿名管道中读取的数据等。-C++ anonymous pipe testing program source code, the definition of the structure of SECURITY_ATTRIBUTES variables, each member is filled in the structure,
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:5.49kb
    • 提供者:王佳
  1. Pipeline

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

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

    0下载:
  2. 进程间通信,匿名管道,包括服务端和客户端,只适用于父进程与子进程间的通信-Interprocess communication, anonymous pipes, including server and client, is only applicable to the parent and child to communicate between processes
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-17
    • 文件大小:66.96kb
    • 提供者:张腾
  1. Pipe

    0下载:
  2. c++ 管道实例 使用的是匿名管道,项目中创建子进程,半双工通信-c++ pipe instances using anonymous pipes, the project to create a child process, half-duplex communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-15
    • 文件大小:4.87kb
    • 提供者:闵洪斌
« 12 »
搜珍网 www.dssz.com