搜索资源列表
ClientServer
- 简单的TCP、UDP客户服务器编程例子,可编译,超值好用-Simple TCP, UDP client-server programming examples can be compiled, easy to use value
Clientserver
- This a client server program using tcp.-This is a client server program using tcp.
clientserver
- This contains various programs on client server connectivity using TCP and UDP packets. It is executable in linux environment.
clientserver
- 客户端程序向服务器提出TCP连接的请求,当连接建立后,从服务器的端口5050接收数据并进行显示,然后断开与服务器的连接 服务器端的程序当有客户提出连接请求时,在端口5050与客户端进行TCP连接, 连接成功后,显示客户IP地址和端口号,并给客户端发送" Hello! I am a server." 字符串。如果发送正确则显示所发送的字节数 命令格式:server -Client TCP connection to the server made the request
ClientServer
- 服务端和客户端通过TCP/IP连接.服务端监听端口,客户端通过连接端口和IP接收客户端发送的波形。-Server and Client connected use TCP/IP
Linux-socket-TCP-ClientServer
- 编写Linux下socket协议TCP的ClientServer程序-Under the agreement Linux TCP socket write the ClientServer program
socketClientServer
- 编写Linux下socket协议TCP的ClientServer程序-Under the agreement Linux TCP socket write the ClientServer program
2-1-ClientServer
- 关于tcp、udp,服务端,客户端的英语文献,对于新手和熟手都有一定的借鉴-Tcp, udp, end of service, the client s English literature, a reference for both novice and skilled
Clientserver
- This a client server program using tcp.-This is a client server program using tcp.
clientServer
- 在TCP/IP协议中。两个进程相互通信的主要模型是C/S模型。Server端完成面向连接和无连接的服务。Client端完成创建TCP\UDP的套接字-In the TCP/IP protocol. The main two processes communicate with each model is the C/S model. Server-side complete connection-oriented and connectionless services. Client-side
ClientServer
- 用c#实现基于TCP/ip通信基础上client与server之间的连接-Using c#-based TCP/ip communication based on the connection between the client and server
Simple-Multi-User-TCPIP-ClientServer-Example
- This example shows a simple communication stream between a client and a server over TCP/IP. The server program also demonstrates a simple multi-threaded connection monitoring routine. The example programs do not attempt to implement a data trans
TCPIP-ClientServer-
- 基于C/S架构的多客户端TCPIP通信示例和基于TCPIP的一对一通信,采用VS2010编写-Simple Multi-User TCPIP ClientServer Example and TCP IP Server Client Example