搜索资源列表
-
0下载:
java UDP聊天服务器及客户端-Chat server and the client
-
-
1下载:
UDP即时通信软件,下完直接能用,包括客户端和服务器端-UDP instant messaging software, can be used directly under the End, including client and server
-
-
0下载:
java实现网络聊天室功能.有登陆界面.服务器界面有日志(消息记录显示),端口显示,在线用户显示
客户端聊天界面类似QQ,可以设置字体(格式大小黑体斜体)可发送图片
实现公聊(TCP) ,私聊(UDP)单独弹出对话框-java chat room function network. have landed interface. server interface log (message records show), Port shows, online chat client user
-
-
0下载:
有udp聊天系统包括客户端和服务器端,线程测试及url。-There udp chat system, including client and server-side, thread testing and url.
-
-
0下载:
基于UDP实现有客户端和服务器端的网络聊天室-UDP-based implementation with client and server-side Web chat rooms
-
-
0下载:
UDP based chat simple application with GUI client and console SERVER
-
-
0下载:
企业即时通讯工具,采用C/S架构 + TCP/UDP协议 + Socket + 多线程技术实现。客户端支持:用户上下线,单聊,群聊,自定义消息字体样式,表情、图片发送,文件发送,语音聊天,修改状态,修改头像,修改密码等。服务端支持:服务器管理、用户管理、服务配置管理、日志管理等。
-Enterprise instant messaging tool, using the C/S architecture+ TCP/UDP protocol+ the Socket+ multithreadin
-
-
1下载:
开发一个类似QQ的聊天软件,软件分为服务器端和客户端两部分。客户和服务器、客户和客户采用UDP协议通信。
软件实现以下功能:
㈠基本功能
①用户通过客户端向服务器注册,成为聊天用户。服务器端保存用户的信息。
②用户登录后通过客户端可以查询服务器端的注册用户,并加其为好友。
③用户可以与好友进行文字聊天。-Develop a similar QQ chat software, the software is divided into two parts, the server
-
-
0下载:
实现UDP 客服端和服务端的通讯,可以参考该例子来做类似于QQ的聊天工具-Realize UDP client and server communication service, can consult the example to do a similar to the QQ chat tools
-
-
0下载:
局域网聊天程序:一个以Socket通信机制为基础的网络聊天程序。
服务器端:
多线程方式处理客户端,负责响应客户端的各种信息:用户登录、客户端请求处理。
客户端:
(1)、负责用户界面初始化、为用户提供登录界面、将信息发送至服务器、接受服务器反馈,实时显示信息。
(2)、负责实现用户界面的各种组件事件的处理。
(3)、当用户单击好友图标时,将初始化新的聊天窗口,并通过UDP建立与其他用户的通信。当用户收到其他用户发来的数据报,将在本地初始化新的对话窗口,并开始通信。-LA
-
-
0下载:
These Are Some Of The Programs Based On Networking In JAVA. Programs Include - Chat Appl (TCP), Chat Appl (UDP), Date Time, Echoing, HTML Getter And Port Sniffer. Please Note That In Client/Server Applications You Need To Start The Server First And S
-