搜索资源列表
Client
- client:This program is a simple named pipe client that demonstratesthe API calls needed to successfully develop a basic namedpipe client application. When this application successfullyconnects to a named pipe, the message \"This is a test\" i written
Threads
- hreads:This sample demonstrates how to develop an advanced namedpipe server that is capable of servicing 5 instances. The application is an echo server where data isreceived from a client and echoed back to the client. Allthe pipe instances are servi
NamedPipe
- 该程序将windows命名管道的常用功能封装成一个类,使用时只需调用Connect、Read、Write函数即可实现局域网通信。-The program will be named pipes windows package into a class of commonly used functions, using, simply call Connect, Read, Write LAN communications function can be realized.
NamedPipe
- 命名管道,学习网络编程的好例子 命名管道,学习网络编程的好例子 -Named pipes, a good example of learning network programming
NamedPipe
- 命名管道,可实现进程间通信,服务器端和客户端的代码都有-Named pipes, interprocess communications, server and client code
NamedPipe
- 管道通信,mfc 服务器通信,客户端通信-pipe client
daima2
- 一套易用的网络通信包,以C++形式对功能进行封装。对NamedPipe的API函数进行封装-An easy-to-use network communication package that encapsulates functionality in C++ form. Encapsulates NamedPipe API functions
