Welcome![Sign In][Sign Up]
Location:
Search - NamedPipe

Search list

[Windows Developpipe1

Description: 此源代码是关于利用管道开发程序进行通信,该程序利用了Winsocket和NamedPipe的API-this source code is on the use of pipelines for the development of communications procedures, the use of the procedures and NamedPipe Winsocket API
Platform: | Size: 13748 | Author: windy_duy | Hits:

[CommunicationIPCComm

Description: 网络通信开发包手册开发一套易用的网络通信包,以C++形式对功能进行封装。 对WinSocket和NamedPipe的API函数进行封装,并且提供部分API函数完成连接的建立和数据检测功能。 附带使用说明书。 原作者闻怡洋-network communication development kits developed a manual, easy-to-use communications network packets to C + + form of a wrapper function. WinSocket NamedPipe right and the API function Packaging, and provided some API function linking the establishment and data detection. Incidental instruction manual. Author Wen Yue Yang
Platform: | Size: 192997 | Author: incc | Hits:

[OS DevelopDLLCallDemo

Description: 操作系统上机实验报告,进程间的通信,1. 选择Windows2000环境提供的进程通信工具:文件映射(filemap)、管道(Pipe或NamedPipe)、套接字(socket)完成同一机器上的两个进程、不同机器上的两个进程或不同操作系统下的两个进程之间的通信。-experimental operating system on the plane, inter-process communication, 1. Choose Windows 2000 environment, the process of communication tools : File Mapping (filemap) Pipeline (Pipe or NamedPipe) socket (socket) completed on the same machine two processes, different machines on the two different operating systems or process under the two processes of communication.
Platform: | Size: 76941 | Author: 钱青鱼 | Hits:

[Communication网络通信开发包

Description: 一套易用的网络通信包,以C++形式对功能进行封装。对WinSocket和NamedPipe的API函数进行封装,并且提供部分API函数完成连接的建立和数据检测功能。-set of easy-to-use communications network packets to C + + form of a wrapper function. Right Winsocket and NamedPipe API function package, and provided some API function linking the establishment and data detection capabilities.
Platform: | Size: 88807 | Author: 薛妮 | Hits:

[TCP/IP stackClient

Description: 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 to the server.
Platform: | Size: 19856 | Author: cuiyixin | Hits:

[Web ServerThreads

Description: 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 serviced using threads.
Platform: | Size: 21258 | Author: cuiyixin | Hits:

[Process-ThreadNamedPipe

Description: 使用命名管道进行进程间通信,可以跨越机器边界
Platform: | Size: 478898 | Author: hapin | Hits:

[CommunicationNamedPipe

Description: 多线程编程命名管道通讯,主要供初学者观看
Platform: | Size: 71292 | Author: LauStephen | Hits:

[WinSock-NDISNamedPipe

Description: 管道通讯,比SOCKET快,达到5M/s以上
Platform: | Size: 115505 | Author: ghf_king | Hits:

[Process-Threadnamedpipe

Description: 利用命名管道技术,在进程间进行通信的例程。希望和大家交流。-use named pipes, in the process of communication between the routines. And we hope that the exchanges.
Platform: | Size: 68608 | Author: 彭明 | Hits:

[TCP/IP stackClient

Description: 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 to the server.
Platform: | Size: 48128 | Author: cuiyixin | Hits:

[Web ServerThreads

Description: 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 serviced using threads.
Platform: | Size: 1156096 | Author: cuiyixin | Hits:

[Process-ThreadNamedPipe

Description: 使用命名管道进行进程间通信,可以跨越机器边界
Platform: | Size: 478208 | Author: hapin | Hits:

[CommunicationNamedPipe

Description: 多线程编程命名管道通讯,主要供初学者观看 -Multi-threaded programming named pipe communications, mainly for beginners Views
Platform: | Size: 70656 | Author: LauStephen | Hits:

[Internet-NetworkNamedPipe

Description: 管道通讯,比SOCKET快,达到5M/s以上-Pipeline communications, faster than the SOCKET to 5M/s and above
Platform: | Size: 7404544 | Author: ghf_king | Hits:

[Process-ThreadNamedPipe

Description: 命名管道的应用实例,VC6,非常好的源码,对初学者和高级程序人员都有实用价值-Named pipe application examples, VC6, very good source for beginners and advanced programmers have a practical value
Platform: | Size: 52224 | Author: 刘萌 | Hits:

[OtherNamedPipe

Description: C++实现的命名管道程序,个人实现的,可以实现双向通信,客户端向服务器进行查询,服务器查询后台,返回结果。-C++ implementation of named pipes procedures, personal achievement, and allows two-way communication, the client query to the server, the server queries the background and return the results.
Platform: | Size: 16384 | Author: 吴强 | Hits:

[Internet-NetworkNamedPipe

Description: 该程序将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.
Platform: | Size: 2048 | Author: 刘剑桥 | Hits:

[CommunicationNamedPipe

Description: Windows IPC通讯, NamedPipe 实例源码 包括server和client源码-Windows IPC Communications, NamedPipe examples of source code, including server and client source code
Platform: | Size: 12288 | Author: qyp | Hits:

[Process-ThreadNamedPipe

Description: 通过命名管道实现两个进程之间的通信,包括从管道中读取内容和写入内容到管道。使用VC++6.0实现。文档中有详细介绍。(Communicating between two processes by named pipes, including reading content from the pipe and writing content to the pipe. Using VC++6.0 implementation. The document is described in detail.)
Platform: | Size: 479232 | Author: @不会游泳的鱼 | Hits:
« 12 »

CodeBus www.codebus.net