搜索资源列表
-
1下载:
JICQ是用JAVA语言编写的一个基于客户机/服务器(C/S)模式的局域短信实时通信工具系统,系统采用了Microsoft公司的SQL Server 2000作为后台数据库,系统通过JDBC访问数据库。系统分为服务器程序和客户程序两部分,服务器与客户间采用“传输控制协议”(TCP),通过套接字(Socket)连接,客户之间采用“用户数据报协议”(UDP),通过数据报套接字(DatagramSocket)建立连接。系统具有用户注册、用户登录、添加好友、删除好友、发送和接收消息等功能。-JICQ J
-
-
0下载:
用tcp写的一个socket简单传送程序,包括客户端和服务端。-Write a tcp socket using a simple transfer process, including client and server.
-
-
0下载:
实现网络通信的客户端和服务器端软件程序,基于TCP和UDP的socket通信-Implementation of network communication client-side and server-side software program, based on the TCP and UDP socket communication
-
-
0下载:
实现网络通信的客户端和服务器端软件程序,基于TCP和UDP的socket通信(Implementation of network communication client-side and server-side software program, based on the TCP and UDP socket communication)
-