搜索资源列表
SOCKET服务器(队列算法)
- SOCKET服务器,支持多客户端,含协议判断处理. 每个客户端有独立的数据队列做BUFFER, 采用异步SOCKET方式接收数据. 传上来换点分!对初学都应该还算是比较全面的.含全部源代码.
Multithreaded TCP-UDP Client Server
- .Ne 环境的下多线程的TCP/UDP 编程示例子,里面包括了服务器也客户端程序
ChatSystem1
- 它包括服务器端程序TcpServer和客户端程序TcpClient主要才用socket 编程, 本程序采用tcp/ip socket多线程编程,并对一些重要的同步操作做了超时控制,以减少等待的时间,像连接服务器基本功能跟QQ类似,能进行多点的聊天和点对点的文件传送。这种编程的优势在于传送的数据不会丢失,而且用户上线下线时能即时反应出来. -It includes procedures TcpServer server and client TcpClient mainly spent s
socket_communication
- 多线程Socket阻塞模式下通信 BCB-Socket阻塞模式通讯测试(多线程) 如果有多个客户机连接服务器请用以下的IP地址。 Client1:服务器IP:127.0.0.1 Client2:服务器IP:127.0.0.2 Client3:服务器IP:127.0.0.3 Client4:服务器IP:127.0.0.4 . . . . . . 以此类推。 在多机上则只要输入服务器端的IP地址就可以了。可以相互传收字符串-multit
VC_chat
- VC版本的简单聊天程序,包括服务器端和客户端,支持多线程
uploadtest
- vc6 利用socket多线程上传 1,服务器端支持多用户同时上传 2,客户端支持多个文件同时上传 3, 分块传输, 4, 多线程
VisualC++tongxin
- VisualC++通信编程工程实例精解 \\Chapter 2 \\Example 1 MSCOMM控件编程实例 \\Example 2 基于Windows API的虚拟终端实现 \\Example 3 基于CSerialPort的串口多线程通信框架 \\调试工具\\串口调试助手 \\Chapter 3 \\Example 4 Winsock API编程技术——基于Winsock的聊天室程序 \\Example 5 CAsyncSocket编程技
ftpserversrc
- FTP服务器端源代码,非常好,可以实现FTP多线程下载的功能.
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
Test
- 高效高性能IOCP服务器,多线程高并发测试程序!-IOCP server high performance, multi-threaded high-concurrency testing procedures!
TCP_communication
- 基于TCP协议的多线程通讯源码,包括服务器和客户端,工程文件基于VS9.0的Win32控制台程序,实现了通讯链路异常中断的检测和重新连接等,包含可执行文件。-Multithreaded communication based on TCP protocol source code, including server and client, the project file is based on VS9.0 Win32 console program abort communication li
TestSever
- 测试 socket 服务端,工具。。 简单socket多线程实现。-Test socket server, tools. . The realization of a simple multi-threaded socket.
severclient_socket
- 基于C++编程的多线程,客户端及服务器端通信-Based on C++ programming multi-threaded, client-side and server-side communication
socketmultithread
- 多线程socket,有一个客户端,一个服务器端,可进行通信聊天-Multi-threaded socket, there is a client, a server can communicate with chat
EchoSvr
- ECHO服务器实例源代码、支持并发多线程服务器-ECHO server source code examples to support concurrent multi-threaded server
liaotian
- 基于Socket通信机制和多线程技术的聊天室程序设计 下面为聊天室服务器端程序和客户机端程序,调试该程序,验证程序所具有的“聊天”功能,然后结合这段程序,通过增加线程的方法,使程序具有服务器端程序可以同时接纳2个以上客户登陆,并实现各客户机间的“聊天”功能。 -Socket-based communication mechanisms and multi-threading programming chat rooms following procedures for the chat
ww
- 用java多线程实现服务器与客户端之间的文件传输的代码 大家参考下-Multithread with java server and transfer files between the client code we refer to the following
ScaleServer
- 这是一个网络称重的服务器端,可以级连,多线程通讯,是一个学习的好例子!-This is a network load of the server side, can be cascaded, multi-thread communication is a good example of learning!
vc-client-service-pthread
- windows 多线程 客户端和服务器通讯的多线程代码。-multi-threaded code for Windows multi-threaded client and server communication.
Communication
- 1 C++ socket通讯DLL 2 客户端及服务器的多线程通信 -1 C++ socket communications multithreaded DLL client and server communication