搜索资源列表
TCP
- 这个程序实现的是TCP协议和UDP,其中TCP这个程序通过一个服务器端软件来沟通客户端之间的传输
tcp
- tcp,比较简单的代码,只有部分,自己写的.
Tcp
- java tcp 文件传输 tcp协议
tcp
- 用java写的tcp数据包发送和接收代码。
TCP一对多通信
- TCP一对多通信-TCP More Communication
jamod-1.2rc1-src.zip
- 100 java实现modbus 从站、主站,This project represents a Modbus implementation in 100 Java. It can be used to implement Modbus masters and slaves in various flavors: Serial: ASCII, RTU (Master only), BIN IP: TCP,UDP The design of this library is
TCPUDP
- 基于TCP,UDP协议的client,server代码,及增加了文件传输判断的加强版-Based on TCP, UDP protocol client, server code, and to increase the file transfer to determine the enhanced version of
java-TCP
- 1.实现一个采用用户自定义协议的文件传输服务器FileServer和客户FileClient。 2. 编写一服务器程序和客户程序,要求客户每输入一行数据,服务器接收后加上echo:回送给客户程序,要求服务器程序采用多线程方式和线程池为每个客户分配一个线程。-1. The realization of a use of user-defined file transfer protocol server FileServer and customer FileClient. 2. Write
TCPUDP
- TCP和UDP数据包发送程序 控制台应用程序 : SendPacket 项目概况 -TCP and UDP packets to send a program     Console Application: SendPacket Project Profile     Console Application: SendPacket Project Profile
WebServer
- Java多线程Web服务器,TCP/IP 1.0。-Java multi-threaded Web server, TCP/IP 1.0.
java-socket
- 简单的JAVA聊天实现。客户端。TCP/UDP的使用。。。。。点对点通讯以及群发消息。-Simple JAVA chat implementation. Client. TCP/UDP use. . . . . Point to point communication, and mass messaging.
JavaSocket
- JavaSocket套接字TCP通讯的代码,比较适合新手学习。-TCP socket communications JavaSocket code, more suitable for novices to learn.
TcpServer
- java 简单tcp socket 编程 简单实用-java simple tcp socket programming is simple and practical
TCPserver
- this a TCP server.-this is a TCP server.
tcp
- 一个用JAVA作的TCP通信的例子,分为服务端和客户端-JAVA for a used example of the TCP communication is divided into server and client
java-TCP
- 详细讲解java开发tcp的实战演练,TCP连接存在这断点续传的特点,开发起来会遇到很多问题,此例子讲解了,开发过程中优化TCP的方法。-java development tcp
tcp-communication
- 基于TCP协议的通信系统,可实现两个计算机之间的通信,有可视界面。-TCP protocol based communication system that enables communication between two computers, there are visual interface.
tcp
- 用TCP协议实现网络编程,自己动手验证过,很好用,可以实现双方的通信,在我的电脑上运行通过-With the TCP protocol for network programming, it-yourself proven, well used, can achieve correspondence between the parties, in my computer to run through the
Java Socket TCP+UDP Client+Server
- A good Java Socket TCP+UDP Client+Server.
tcp
- java实现tcp通讯(包括服务端与客户端)(Implementation of TCP communication with Java)