搜索资源列表
ConnectionPipe_demo.zip
- 不同机器之间使用命名管道(named pipe)通讯
PipeSourceCode
- 此程序为WINDOWS下用VC实现的利用命名管道通信的程序-procedure for Windows using the VC using named pipe communication procedures
jincheng_tongxin
- 基于以下四种间的通信: 剪贴板 匿名管道 命名管道 邮槽-based on the following four types of communication : the clipboard anonymous pipeline named pipe Post groove
NPWsource
- Named Pipe Wrapper for Win32 Platforms
GuanDaoBianCheng
- VC++下命名管道编程-VC named pipe programming
PipeClient
- 命名管道客户机源码-named pipe clients FOSS
PiPeServer
- 命名管道服务器源码-named pipe server source
the-multi-thread-named-pipe
- 这一份源码是多线程命名管道的实现。包括服务器端工程MultiThread和客户机工程client。代码里面有详细的注释,读者应该能够看懂。-This source is the implementation of the multi-threaded named pipes. The package includes the projects of MultiThread and client. There are detailed notes between the codes, and th
IPCDemo
- 利用命名管道实现C++进程与C#进程间的通信,并支持复杂类型的传输。-Implement the IPC between C++ and C# processes using Named pipe .Also supports the transmission of complex structure.
name_Pipe
- 命名管道.pdf 介绍命名管道的原理和应用实现。对于进程间通信是个很好的东西。-Named Pipes. Pdf named pipe to introduce the principles and applications. For inter-process communication is a good thing.
PIPE
- 命名管道,实现进程间的双向通信,经过多次调试,已经能实现收发信息-Named pipes, to achieve two-way communication between the process, after several commissioning, has been able to send and receive information
ConnectionPipe_demo
- 不同机器之间使用命名管道(named pipe)通讯-the demo of connection among different pc using named pipe
ProcessCommunication
- Windows 的IPC(进程间通信)机制主要是异步管道和命名管道。(至于其他的IPC方式,例如内存映射、邮槽等这里就不介绍了) 管道(pipe)是用于进程间通信的共享内存区域。创建管道的进程称为管道服务器,而连接到这个管道的进程称为管道客户端。一个进程向管道写入信息,而另外一个进程从管道读取信息。 -Windows of the IPC (interprocess communication) mechanism is asynchronous pipelines and named
Lesson17Code
- 命名管道是通过网络来完成进程间的通信,它屏蔽了底层的网络协议细节。我们在不了解网络协议的情况下,也可以利用命名管道来实现进程间的通信。 命名管道充分利用了Windows NT和Windows 2000内建的安全机制。 将命名管道作为一种网络编程方案时,它实际上建立了一个客户机/服务器通信体系,并在其中可靠地传输数据。-A named pipe is through the network to complete the process of communication, which sh
namedPipeSvr
- 基于C++的命名管道-服务器端,可实现多个实例的命名管道,在VC2005下调试通过-C++ based on the named pipe- server-side can be multiple instances of implementation of the named pipe, the VC2005 debugging through
DotNetNamedPipes
- Implementing named pipe in csharp
pipe.txt
- 管道概述及相关API应用 有名管道概述及相关API应用-Pipeline overview and related API application named pipe API overview and related applications
NamedPipe
- 该例程用于演示VC中的命名管道操作方法~-This routine is used to demonstrate the VC methods of operation- named pipes
pipe-demo
- linux管道通信,命名管道怎么做到进程间通信的-linux pipe commnuication,how to ipc using named pipe
named
- 不同机器之间使用命名管道(named pipe)通讯-Use a named pipe between different machines (named pipe) communications