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

搜索资源列表

  1. c_an_pipe_src

    0下载:
  2. 创建一个匿名管道的C++类CAnonymousPipe
  3. 所属分类:系统编程

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

    0下载:
  2. c++builder下对匿名管道的编程实现
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:10.52kb
    • 提供者:独行客
  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 pipe applications.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:232.68kb
    • 提供者:dandong
  1. pipe

    0下载:
  2. 匿名管道的实现,想学管道的朋友可以自己看一下-Anonymous pipe implementation, want to learn pipes friends can see it for herself
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-14
    • 文件大小:3.24mb
    • 提供者:wei
  1. akjjj

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

    • 发布日期:2017-04-02
    • 文件大小:69.54kb
    • 提供者:王坚
  1. Example055

    0下载:
  2. 在Visual C++下对匿名管道的编程实现的程序源码,感兴趣的可以参考下-In Visual C++ programming under the anonymous pipe to achieve the program source code, can refer interested
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:23.71kb
    • 提供者:方胜鹏
  1. Pipe_demo

    0下载:
  2. 使用匿名管道,从cmd中获取信息ping的结果,并显示在空间中。-Pipe dos commend dir /a/s
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-14
    • 文件大小:3.27mb
    • 提供者:浪子追风
  1. 22

    0下载:
  2. linux下的管道应用,此为匿名管道,能够实现父子进程通信-Under Linux piping applications, this is anonymous pipe, will be able to realize the father and son communication process
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:1.29kb
    • 提供者:vivian
  1. Parent

    0下载:
  2. VC++ 匿名管道相关的测试小程序,这个测试小程序演示了如何读娶写入与创建管道实例,直接用VC++编译即可生成测试程序。-VC++ anonymous pipe-related test procedures, test program demonstrates the married how to read write and create a pipeline instance, directly using VC++ compiled to generate test procedures
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:55.38kb
    • 提供者:蝈蝈
  1. Parent

    0下载:
  2. VC++ 匿名管道相关的测试小程序,这个测试小程序演示了如何读娶写入与创建管道实例,直接用VC++编译即可生成测试程序。-VC++ anonymous pipe-related test procedures, test program demonstrates the married how to read write and create a pipeline instance, directly using VC++ compiled to generate test procedures
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:54.88kb
    • 提供者:Rodney
  1. 005

    0下载:
  2. 进程间通信的VC++源码实例集,邮槽、匿名管道等-Interprocess communication VC++ source code examples set Mailslot anonymous pipes, etc.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-04
    • 文件大小:2mb
    • 提供者:583540466
  1. mmap_test

    0下载:
  2. 通过mmap的匿名管道实现父子进程通信,实现内存数据传送-The anonymous pipe through mmap parent and child processes to achieve communications, memory data transfer
  3. 所属分类:Driver develop

    • 发布日期:2017-03-31
    • 文件大小:5.63kb
    • 提供者:中山服
  1. pipe

    0下载:
  2. 用vc++ 写的 使用匿名管道的例子 小程序 学习匿名管道的用法- Using vc++ to write a small example of using anonymous pipes program learn how to use anonymous pipes
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-14
    • 文件大小:3.33mb
    • 提供者:马超
  1. PIPE

    0下载:
  2. 系统使用匿名管道的例子,非常好用,系统编程的典范-pipe system ,example,very good
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:6.11kb
    • 提供者:sdf
  1. 9501605

    0下载:
  2. 通过匿名管道绑定stderr, 实现进程间的数据数据双向通信-Through anonymous pipe binding stderr, realize data data two-way communication between processes
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-18
    • 文件大小:1kb
    • 提供者:kjtcpy
  1. 命名管道:FIFO

    0下载:
  2. 命名管道也被称为FIFO文件,它是一种特殊类型的文件,它在文件系统中以文件名的形式存在,但是它的行为却和之前所讲的没有名字的管道(匿名管道)类似。 由于Linux中所有的事物都可被视为文件,所以对命名管道的使用也就变得与文件操作非常的统一,也使它的使用非常方便,同时我们也可以像平常的文件名一样在命令中使用。(A named pipe is also known as the FIFO file, it is a special type of document and its file n
  3. 所属分类:Linux/Unix编程

搜珍网 www.dssz.com