搜索资源列表
c_an_pipe_src
- 创建一个匿名管道的C++类CAnonymousPipe
1
- c++builder下对匿名管道的编程实现
vcProcess
- 演示进程间通信的详细代码,本代码详细演示了进程间如何进行高效通信,以及匿名管道的应用。-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.
pipe
- 匿名管道的实现,想学管道的朋友可以自己看一下-Anonymous pipe implementation, want to learn pipes friends can see it for herself
akjjj
- windows中进程通信,主要是利用匿名管道来通信-windows in the process of communication, mainly the use of anonymous pipes to communicate
Example055
- 在Visual C++下对匿名管道的编程实现的程序源码,感兴趣的可以参考下-In Visual C++ programming under the anonymous pipe to achieve the program source code, can refer interested
Pipe_demo
- 使用匿名管道,从cmd中获取信息ping的结果,并显示在空间中。-Pipe dos commend dir /a/s
22
- linux下的管道应用,此为匿名管道,能够实现父子进程通信-Under Linux piping applications, this is anonymous pipe, will be able to realize the father and son communication process
Parent
- 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
Parent
- 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
005
- 进程间通信的VC++源码实例集,邮槽、匿名管道等-Interprocess communication VC++ source code examples set Mailslot anonymous pipes, etc.
mmap_test
- 通过mmap的匿名管道实现父子进程通信,实现内存数据传送-The anonymous pipe through mmap parent and child processes to achieve communications, memory data transfer
pipe
- 用vc++ 写的 使用匿名管道的例子 小程序 学习匿名管道的用法- Using vc++ to write a small example of using anonymous pipes program learn how to use anonymous pipes
PIPE
- 系统使用匿名管道的例子,非常好用,系统编程的典范-pipe system ,example,very good
9501605
- 通过匿名管道绑定stderr, 实现进程间的数据数据双向通信-Through anonymous pipe binding stderr, realize data data two-way communication between processes
命名管道:FIFO
- 命名管道也被称为FIFO文件,它是一种特殊类型的文件,它在文件系统中以文件名的形式存在,但是它的行为却和之前所讲的没有名字的管道(匿名管道)类似。 由于Linux中所有的事物都可被视为文件,所以对命名管道的使用也就变得与文件操作非常的统一,也使它的使用非常方便,同时我们也可以像平常的文件名一样在命令中使用。(A named pipe is also known as the FIFO file, it is a special type of document and its file n