搜索资源列表
VcMailslot
- 进程间的通信,利用建立邮槽来实现进程间的通信,程序包括客户端和服务端-inter-process communications, the use of the establishment of Post chutes to achieve inter-process communication, procedures, including client and server
VcNamePipe
- 利用命名管道邮槽来实现进程间的通信,程序包括客户端和服务端-use named pipes Post chutes to achieve inter-process communication, procedures, including client and server
tcpclient
- 进程通信的客户端程序-an client program of communication between processes
命名管道封装类
- 命名管道用于服务与其客户端之间的通信。
MailSlot_Communication
- 根据进程的工作原理,利用油槽实现了进程间的通信,该程序中有一个服务器端程序和一个客户端程序-According to the working principle of the process, the use of tanks to achieve the inter-process communication, the program has a server-side program and a client program
socketC++
- 使用多线程开发socket,分为客户端和服务端,能够相互通信-The development of the use of multi-threaded socket, is divided into client and server can communicate with each other
filemap
- 完成进程间相互通信的小程序,分客户端和服务端两套代码-Completed the process of inter-applet communication, sub-client and server code sets
NamedPipeClt
- 用VC代码实现的利用管道进行进程间通信的程序源代码-客户端-process communicate
PcCom
- 进程通信的客户端与服务端程序,不错的参考例程-The process of communication and services a client-side process, a good reference for routine
STMT(1)
- 多线程服务端客户端通信,客户端发送,服务端接受,服务端可以同时处理多个客户端的连接请求-Multithreaded client server communication, the client sends the service side to accept the server can handle multiple client requests a connection
eventThread
- 事件机制的异步多线程TCP通信,包括服务客户端-Multi-threaded asynchronous event mechanism TCP traffic
Mytalk
- (客户端之间通信)(新)线程编程实例 非常好的实例-(Communication between the client) (new) thread Programming
ThreadSocket
- 利用多线程技术编写的客户端服务器程序。能实现多客户端同时通信。-Write multi-threading client-server application. The same time to achieve multi-client communication.
vc_dll
- 共享内存实现进程通信的例子,包含服务器与客户端的源代码,VS2010 C++ GCC C++ 正常编译-Shared memory communication process examples, including server and client source code, VS2010 C++ GCC C++ normal compiler
countNumber
- 网络版数数字,分为客户端和服务器端,实现了通信-Network edition numbers, divided into client and server side, to achieve a communication
Mailslot
- 进程间通信,邮槽,包括服务端与客户端,只能单向通信,由客户端到服务端-Interprocess communication, mail slots, including server and client, only one-way communication from the client to the server
NamedPipe
- 进程间通信,命名管道,包括服务端和客户端,可双向通信,适用于点对点,可靠通信-Interprocess communication, named pipes, including the service and client can be two-way communication for point to point, and reliable communication
Pipe
- 进程间通信,匿名管道,包括服务端和客户端,只适用于父进程与子进程间的通信-Interprocess communication, anonymous pipes, including server and client, is only applicable to the parent and child to communicate between processes
socket-code
- 这份资料是应用socket和多线程实现服务器与客户端通信,多个客户端之间互相通信的功能-This information is the application socket and multi-threaded server and client communication, the function of communication between multiple clients
entitys_rendi_icon
- 实现简单服务器,客户端通信的基本socket编程()