搜索资源列表
filetransferclass
- SOCKET 多线程传输文件的源代码,分为客户端和服务器端,欢迎大家提供修改意见。-SOCKET multithreading transfer files of source code, is divided into client and server side, Welcome to provide revisions.
dxcwlcs
- 开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy) 使用协议:TCP/IP 客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。 使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。 文件的多线程读写采用windows内存映像技术。 关键的服务器处理函数IdTCPServer1Execut
yxyIPCSocket
- 客户端和服务器的基于事件机制的异步多线程TCP通信
Chat_Socket
- 实现“一对多的自由”聊天程序: (1)服务器端用户可以和多个客户聊天; (2)服务器端通过多线程与与每个客户端用户连接; (3)服务器端线程ID标识客户端用户;其中一方通过控制台输入消息,依次轮流向另一方发送数据。-Achieve " the freedom of one to many" chat program: (1) server-side user can chat with multiple customers (2) through a multi-
proxy.rar
- 简单的多线程客户端透明的tcp代理服务器,A simple multithread transparent tcp proxy
MFC-TCP
- 基于MFC的窗口化的服务器和客户端之间的通信 采用TCP编程。对于新手来说还不错,包含多线程以及消息的传递机制-MFC-based window of the server and client using TCP communication between the programming. For starters, pretty good, including multi-threading and message passing mechanism
UDPcommuncation
- 实现UDP的客户端与服务器的通信程序,它是通多线程来实现,很较大的学习价值。-The realization of UDP client and server communication program, which is multi-threaded pass to achieve, it is the larger the value of learning.
TCPThread
- 客户端与服务器之间通过TCP多线程进行双向通信-Between the client and server through the TCP multi-threaded two-way communication
TCPIP_Communication
- 利用多线程机制实现TCP/IP的简单通信,支持客户端与服务器端的同步通信。-Mechanisms using multi-threaded TCP/IP for simple communication, to support the client and server-side synchronous communication.
20093319
- (1) 使用常用的网络工具查看网络情况 (2) 学习子网的规划和划分方法 (3) 熟悉Eclipse 开发环境 (4) 学习HTTP 协议,编写简单的HTTP 1.0 客户端程序,编写简单的HTTP1.0 服务 器程序 (5) 学习多线程,编写多线程HTTP 1.0 服务器程序 (6) 学习RMI,编写简单的RMI 程序-(1) the use of common network tools to view network status (2) learning and
ReadWrite
- ‘强读’的TCP实现。利用TCP协议实现服务器与客户端的通信,客户端拥有读写功能,其中读操作的优先级高于写操作。每一个客户都用一个线程处理,利用wait(),notify()方法实现‘强读’。本文件是典型java通信实例,有助于了解多线程和TCP通信的机制。-‘Strong reading&’TCP implementation. Server using TCP protocol to communicate with the client, the client has read and w
TCPServer
- 通过多线程利用套接字实现TCP通信的服务器端编程。创建套接字通过多线程控制编写TCP通信的客户端,实现和客户端的通信。-Use by multi-threaded socket server-side programming in TCP traffic. Create a socket write TCP traffic control through the multi-threaded client, and client communication.
tcp
- tcp服务器程序设计,tcp客户端程序设计,多线程服务器,网络对时程序设计-tcp server program design, tcp client program design, multi-threaded server, network time programming
serverDB
- 一个多线程并发服务器程序,服务端启动后,监听客户端连接,接受客户端消息,并操作数据库。-A multi-threaded concurrent server program, the server starts listening for client connections, the client accepts the message, and operation of the database.