搜索资源列表
wssf
- JICQ是用JAVA语言编写的一个基于客户机/服务器(C/S)模式的局域短信实时通信工具系统,系统采用了Microsoft公司的SQL Server 2000作为后台数据库,系统通过JDBC访问数据库。系统分为服务器程序和客户程序两部分,服务器与客户间采用“传输控制协议”(TCP),通过套接字(Socket)连接,客户之间采用“用户数据报协议”(UDP),通过数据报套接字(DatagramSocket)建立连接。系统具有用户注册、用户登录、添加好友、删除好友、发送和接收消息等功能。-JICQ J
zzcx
- The JICQ is the bureau area which JAVA writes according to \"Customer s Machine/Server\"(C/S) mode message solid hour correspond by letter tool system, the system adopted the SQL Server2000 of Microsoft company as a backstage database, the system pas
ChartProc
- 基于java的网络聊天工具,适合tcp/ip协议的初学者使用-Java-based web chat tool for tcp/ip protocol to use for beginners
FileTransfer
- This is a command line tool written by Java to transfer file between two computers in a TCP/IP network.
JavaFile
- 一个简单的文件传输工具,使用tcp/Ip实现-A simple file transfer tool, use the tcp/Ip achieve
LANTalkTool
- 基于TCP协议,用JAVA写的一个局域网聊天工具,方便操作,一目了然-Based on TCP protocol, using JAVA written in a local area network chat tool to facilitate the operation, at a glance
java-chat
- 局域网聊天工具。。。。tcp协议,我写的第一个java程序-LAN chat tool. . . . tcp protocol, I wrote the first java program. . .
TCP
- 基于Java的TCP通信技术,实现了TCP打洞技术的一个聊天工具,代码相当详细-Java-based TCP traffic, TCP hole-punching a chat tool in considerable detail, the code
SocketTest3
- SocketTest3是一个java工具套接字测试。它可以创建两个TCP和UDP客户端或服务器。它可以测试任何服务器或客户机使用TCP或UDP协议来沟通。-A java tool for socket testing. It can create both TCP and UDP client or server. It can be used to test any server or client that uses TCP or UDP protocol to communic
QQ
- 本程序是基于TCP/IP协议的网络通信程序,运用了Java的流、文件、多线程等编程技术。套接字对象在网络编程中扮演着重要的角色,该程序就是一个基于套接字技术编写的简单聊天工具。聊天功能所使用的输入输出流分别是BufferedReader和PrintWriter,服务器为客户端启动一个线程,在该线程中通过套接字和客户交流信息。当向服务器发送一条聊天信息:“Hello”时,服务器要向这个线程中的输出流写入信息:“Hello”,那么客户端套接字的输入流就读取到了这条消息。文件传输分为文件发送和文件接收
SocketTest
- 基于java开发的 socket (TCP/IP UDP)协议通讯及串口通讯tool-java socket&com
TCP-Client-Test
- 需要一个用来测试JAVA服务器连接及数据处理能力的客户端压力测试工具,网上找了很久没找到合适的; 花了半天写了个,很久没写Delphi程序,手生了!-A need to test the JAVA server connection and data processing capabilities of the client stress testing tool, the Internet looking for a long time could not find the right
big_end
- 基于Java网络编程的一个聊天通讯工具,综合实现了TCP和UDP两种通讯方式(Based on a chat communication tool of Java network programming, two communication modes of TCP and UDP are realized.)