搜索资源列表
SocketWebServer
- SocketWebServer计算机网络使用的代码。有TCPClient.java、TCPServer.java、UDPClient.java等等。-SocketWebServer code used by computer networks. There TCPClient.java, TCPServer.java, UDPClient.java and so on.
TCPClient
- 用于TCP协议模拟客户-服务器网络模式的客户端程序-Used to simulate the client- server network mode client program
TCPClient
- A simple TCP Client in JAVA
TCP
- 这是一个计算机网络学习中关于TCP的简单服务器和客户端。该文件包含TCPClient.java和TCPServer.java.-This is a compute network study file about TCP.Include TCPClient.java and TCPServer.java.
TCPClient
- TCP Server and TCP Client which use socket programming with java langhage.
TCPClient.java
- 基于TCP协议的网络应用程序,TCPClient.java 客户机端代码-TCP protocol-based network application TCPClient.java client-side code
TCPClient.java
- 基于TCP协议的网络应用程序,TCPClient.java 客户机端代码-TCP protocol-based network application TCPClient.java client-side code
TCPClient.java
- tcp client java program
TCPClient.java
- 通过TCP SOCEKT 从服务器接收数据 将数据处理后 发送回服务器端-By TCP SOCEKT receive data the server sends the data back to the server-side processing
TCPClient
- 用JAVA编写的套接字编程包括客户端与服务器端代码-JAVA prepared using socket programming, including client and server-side code
tcpclient-server
- Tcp client server communication using Java The client–server model is a distributed application structure that partitions tasks or workloads between the providers of a resource or service, called servers, and service requesters, called clients.[1]