搜索资源列表

  1. 匿名管道.rar

    0下载:
  2. 用汇编编的匿名管道,支持win98/win2000/xp
  3. 所属分类:汇编语言

    • 发布日期:2024-05-21
    • 文件大小:2738
    • 提供者:
  1. 实现匿名管道的类

    0下载:
  2. 实现匿名管道的类 转载请注明来源: 开源盛世-源代码下载网 http://www.vscodes.com -anonymous pipeline category reproduced indicate the source : Open source Spirit-source code download network http://www.vscodes.com
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:7924
    • 提供者:严发虎
  1. CAnonPipe_src

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

    • 发布日期:2024-05-21
    • 文件大小:7168
    • 提供者:站长
  1. 匿名管道

    0下载:
  2. 用汇编编的匿名管道,支持win98/win2000/xp-Compilation made by the anonymous pipes, support win98/win2000/xp
  3. 所属分类:汇编语言

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:剑神狂
  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. 所属分类:进程与线程

    • 发布日期:2024-05-21
    • 文件大小:652288
    • 提供者:段纯
  1. 实现匿名管道的类

    0下载:
  2. 实现匿名管道的类 转载请注明来源: 开源盛世-源代码下载网 http://www.vscodes.com -anonymous pipeline category reproduced indicate the source : Open source Spirit-source code download network http://www.vscodes.com
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:7168
    • 提供者:严发虎
  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. 所属分类:进程与线程

    • 发布日期:2024-05-21
    • 文件大小:202752
    • 提供者:zhaodetao
  1. jincheng_tongxin

    0下载:
  2. 基于以下四种间的通信: 剪贴板 匿名管道 命名管道 邮槽-based on the following four types of communication : the clipboard anonymous pipeline named pipe Post groove
  3. 所属分类:通讯编程

    • 发布日期:2024-05-21
    • 文件大小:237568
    • 提供者:zyg
  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-proces
  3. 所属分类:进程与线程

    • 发布日期:2024-05-21
    • 文件大小:234496
    • 提供者:李佳明
  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
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:233472
    • 提供者:讼师为
  1. pipedoc

    0下载:
  2. 管道(Pipe)实际是用于进程间通信的一段共享内存,创建管道的进程称为管道服务器,连接到一个管道的进程为管道客户机。一个进程在向管道写入数据后,另一进程就可以从管道的另一端将其读取出来。匿名管道(Anonymous Pipes)是在父进程和子进程间单向传输数据的一种未命名的管道,只能在本地计算机中使用,而不可用于网络间的通信。-pipes (Pipe) for the actual inter-process communication
  3. 所属分类:软件工程

    • 发布日期:2024-05-21
    • 文件大小:6144
    • 提供者:王晓鹏
  1. mypipe

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

    • 发布日期:2024-05-21
    • 文件大小:34816
    • 提供者:王晓鹏
  1. fifo

    0下载:
  2. 一个使用匿名管道进行通信的示例程序,重点是管道是单向的,进行读写需要建立两个管道。-A pipeline to carry out the use of anonymous communications sample programs, with a focus on pipeline is one-way, to read and write need to build two pipelines.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:lht
  1. vcProcess

    0下载:
  2. 演示进程间通信的详细代码,本代码详细演示了进程间如何进行高效通信,以及匿名管道的应用。-Demonstration of inter-process communication code in detail, the code in detail to demonstrate how to conduct efficient inter-process communication, as well as the anonymous pi
  3. 所属分类:系统编程

    • 发布日期:2024-05-21
    • 文件大小:237568
    • 提供者:dandong
  1. parent

    0下载:
  2. 1、创建一个基于单文档的应用程序 2、添加菜单及菜单项: 匿名管道 创建管道 读取数据 写入数据 -1, to create a single document based on the application 2, add the menu and menu items: Create anonymous pipe to read data into the data pipeline
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:265216
    • 提供者:hjw
  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.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-21
    • 文件大小:84992
    • 提供者: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. 所属分类:进程与线程

    • 发布日期:2024-05-21
    • 文件大小:3761152
    • 提供者:yuanzi
  1. programming

    0下载:
  2. VC++下对匿名管道的编程实现 VC + + programming under the anonymous pipe to achieve-VC++ programming under the anonymous pipe to achieve
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者:longfnb
  1. the_simple_of_communication

    0下载:
  2. windows中进程通信,主要是利用匿名管道来通信-windows in the process of communication, mainly the use of anonymous pipes to communicate
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:3761152
    • 提供者:陈明
  1. cniminggd

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

    • 发布日期:2024-05-21
    • 文件大小:7168
    • 提供者:祝伟
« 12 3 4 5 6 »

源码中国 www.ymcn.org