文件名称:LANChatProgram
-
所属分类:
- 标签属性:
- 上传时间:2013-12-04
-
文件大小:455.98kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
局域网聊天程序:一个以Socket通信机制为基础的网络聊天程序。
服务器端:
多线程方式处理客户端,负责响应客户端的各种信息:用户登录、客户端请求处理。
客户端:
(1)、负责用户界面初始化、为用户提供登录界面、将信息发送至服务器、接受服务器反馈,实时显示信息。
(2)、负责实现用户界面的各种组件事件的处理。
(3)、当用户单击好友图标时,将初始化新的聊天窗口,并通过UDP建立与其他用户的通信。当用户收到其他用户发来的数据报,将在本地初始化新的对话窗口,并开始通信。-LAN chat program: a Socket communication mechanism based network chat program. Server: Multi-threaded approach to the client, the client is responsible for a variety of information in response to: user login, the client request processing. Client: (1) responsible for the initialization of the user interface to provide users with the login screen, to send information to the server, the server accepts feedback, real-time display of information. (2), responsible for implementing the various components of the user interface event processing. (3), when the user clicks a friend icon will initialize a new chat window and establish communication with other users via UDP. When the user receives another user datagram sent to the initialization of a new dialog window locally and start communication.
服务器端:
多线程方式处理客户端,负责响应客户端的各种信息:用户登录、客户端请求处理。
客户端:
(1)、负责用户界面初始化、为用户提供登录界面、将信息发送至服务器、接受服务器反馈,实时显示信息。
(2)、负责实现用户界面的各种组件事件的处理。
(3)、当用户单击好友图标时,将初始化新的聊天窗口,并通过UDP建立与其他用户的通信。当用户收到其他用户发来的数据报,将在本地初始化新的对话窗口,并开始通信。-LAN chat program: a Socket communication mechanism based network chat program. Server: Multi-threaded approach to the client, the client is responsible for a variety of information in response to: user login, the client request processing. Client: (1) responsible for the initialization of the user interface to provide users with the login screen, to send information to the server, the server accepts feedback, real-time display of information. (2), responsible for implementing the various components of the user interface event processing. (3), when the user clicks a friend icon will initialize a new chat window and establish communication with other users via UDP. When the user receives another user datagram sent to the initialization of a new dialog window locally and start communication.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
简易聊天室/Client/.classpath
简易聊天室/Client/.project
简易聊天室/Client/.settings/org.eclipse.jdt.core.prefs
简易聊天室/Client/bin/cat/client/CatChatroom$1.class
简易聊天室/Client/bin/cat/client/CatChatroom$2.class
简易聊天室/Client/bin/cat/client/CatChatroom$3.class
简易聊天室/Client/bin/cat/client/CatChatroom$4.class
简易聊天室/Client/bin/cat/client/CatChatroom$5.class
简易聊天室/Client/bin/cat/client/CatChatroom$ClientInputThread$1.class
简易聊天室/Client/bin/cat/client/CatChatroom$ClientInputThread$2.class
简易聊天室/Client/bin/cat/client/CatChatroom$ClientInputThread.class
简易聊天室/Client/bin/cat/client/CatChatroom.class
简易聊天室/Client/bin/cat/client/CellRenderer.class
简易聊天室/Client/bin/cat/client/UUListModel.class
简易聊天室/Client/bin/cat/function/CatBean.class
简易聊天室/Client/bin/cat/function/ClientBean.class
简易聊天室/Client/bin/cat/login/CatLogin$1.class
简易聊天室/Client/bin/cat/login/CatLogin$2.class
简易聊天室/Client/bin/cat/login/CatLogin$3.class
简易聊天室/Client/bin/cat/login/CatLogin$4.class
简易聊天室/Client/bin/cat/login/CatLogin.class
简易聊天室/Client/bin/cat/login/CatResign$1.class
简易聊天室/Client/bin/cat/login/CatResign$2.class
简易聊天室/Client/bin/cat/login/CatResign$3.class
简易聊天室/Client/bin/cat/login/CatResign.class
简易聊天室/Client/bin/cat/util/CatUtil.class
简易聊天室/Client/images/1.jpg
简易聊天室/Client/images/注册.jpg
简易聊天室/Client/images/注册.png
简易聊天室/Client/images/注册1.jpg
简易聊天室/Client/images/注册界面.jpg
简易聊天室/Client/images/登陆.jpg
简易聊天室/Client/images/登陆界面.jpg
简易聊天室/Client/images/聊天室1.jpg
简易聊天室/Client/images/返回.jpg
简易聊天室/Client/sounds/叮.wav
简易聊天室/Client/sounds/呃欧.wav
简易聊天室/Client/src/cat/client/CatChatroom.java
简易聊天室/Client/src/cat/function/CatBean.java
简易聊天室/Client/src/cat/function/ClientBean.java
简易聊天室/Client/src/cat/login/CatLogin.java
简易聊天室/Client/src/cat/login/CatResign.java
简易聊天室/Client/src/cat/util/CatUtil.java
简易聊天室/Client/Users.properties
简易聊天室/Server/.classpath
简易聊天室/Server/.project
简易聊天室/Server/.settings/org.eclipse.jdt.core.prefs
简易聊天室/Server/bin/cat/function/CatBean.class
简易聊天室/Server/bin/cat/function/ClientBean.class
简易聊天室/Server/bin/cat/server/CatServer$CatClientThread.class
简易聊天室/Server/bin/cat/server/CatServer.class
简易聊天室/Server/src/cat/function/CatBean.java
简易聊天室/Server/src/cat/function/ClientBean.java
简易聊天室/Server/src/cat/server/CatServer.java
简易聊天室/Client/bin/cat/client
简易聊天室/Client/bin/cat/function
简易聊天室/Client/bin/cat/login
简易聊天室/Client/bin/cat/util
简易聊天室/Client/src/cat/client
简易聊天室/Client/src/cat/function
简易聊天室/Client/src/cat/login
简易聊天室/Client/src/cat/util
简易聊天室/Server/bin/cat/function
简易聊天室/Server/bin/cat/server
简易聊天室/Server/src/cat/function
简易聊天室/Server/src/cat/server
简易聊天室/Client/bin/cat
简易聊天室/Client/src/cat
简易聊天室/Server/bin/cat
简易聊天室/Server/src/cat
简易聊天室/Client/.settings
简易聊天室/Client/bin
简易聊天室/Client/images
简易聊天室/Client/sounds
简易聊天室/Client/src
简易聊天室/Server/.settings
简易聊天室/Server/bin
简易聊天室/Server/src
简易聊天室/Client
简易聊天室/Server
简易聊天室
简易聊天室/Client/.project
简易聊天室/Client/.settings/org.eclipse.jdt.core.prefs
简易聊天室/Client/bin/cat/client/CatChatroom$1.class
简易聊天室/Client/bin/cat/client/CatChatroom$2.class
简易聊天室/Client/bin/cat/client/CatChatroom$3.class
简易聊天室/Client/bin/cat/client/CatChatroom$4.class
简易聊天室/Client/bin/cat/client/CatChatroom$5.class
简易聊天室/Client/bin/cat/client/CatChatroom$ClientInputThread$1.class
简易聊天室/Client/bin/cat/client/CatChatroom$ClientInputThread$2.class
简易聊天室/Client/bin/cat/client/CatChatroom$ClientInputThread.class
简易聊天室/Client/bin/cat/client/CatChatroom.class
简易聊天室/Client/bin/cat/client/CellRenderer.class
简易聊天室/Client/bin/cat/client/UUListModel.class
简易聊天室/Client/bin/cat/function/CatBean.class
简易聊天室/Client/bin/cat/function/ClientBean.class
简易聊天室/Client/bin/cat/login/CatLogin$1.class
简易聊天室/Client/bin/cat/login/CatLogin$2.class
简易聊天室/Client/bin/cat/login/CatLogin$3.class
简易聊天室/Client/bin/cat/login/CatLogin$4.class
简易聊天室/Client/bin/cat/login/CatLogin.class
简易聊天室/Client/bin/cat/login/CatResign$1.class
简易聊天室/Client/bin/cat/login/CatResign$2.class
简易聊天室/Client/bin/cat/login/CatResign$3.class
简易聊天室/Client/bin/cat/login/CatResign.class
简易聊天室/Client/bin/cat/util/CatUtil.class
简易聊天室/Client/images/1.jpg
简易聊天室/Client/images/注册.jpg
简易聊天室/Client/images/注册.png
简易聊天室/Client/images/注册1.jpg
简易聊天室/Client/images/注册界面.jpg
简易聊天室/Client/images/登陆.jpg
简易聊天室/Client/images/登陆界面.jpg
简易聊天室/Client/images/聊天室1.jpg
简易聊天室/Client/images/返回.jpg
简易聊天室/Client/sounds/叮.wav
简易聊天室/Client/sounds/呃欧.wav
简易聊天室/Client/src/cat/client/CatChatroom.java
简易聊天室/Client/src/cat/function/CatBean.java
简易聊天室/Client/src/cat/function/ClientBean.java
简易聊天室/Client/src/cat/login/CatLogin.java
简易聊天室/Client/src/cat/login/CatResign.java
简易聊天室/Client/src/cat/util/CatUtil.java
简易聊天室/Client/Users.properties
简易聊天室/Server/.classpath
简易聊天室/Server/.project
简易聊天室/Server/.settings/org.eclipse.jdt.core.prefs
简易聊天室/Server/bin/cat/function/CatBean.class
简易聊天室/Server/bin/cat/function/ClientBean.class
简易聊天室/Server/bin/cat/server/CatServer$CatClientThread.class
简易聊天室/Server/bin/cat/server/CatServer.class
简易聊天室/Server/src/cat/function/CatBean.java
简易聊天室/Server/src/cat/function/ClientBean.java
简易聊天室/Server/src/cat/server/CatServer.java
简易聊天室/Client/bin/cat/client
简易聊天室/Client/bin/cat/function
简易聊天室/Client/bin/cat/login
简易聊天室/Client/bin/cat/util
简易聊天室/Client/src/cat/client
简易聊天室/Client/src/cat/function
简易聊天室/Client/src/cat/login
简易聊天室/Client/src/cat/util
简易聊天室/Server/bin/cat/function
简易聊天室/Server/bin/cat/server
简易聊天室/Server/src/cat/function
简易聊天室/Server/src/cat/server
简易聊天室/Client/bin/cat
简易聊天室/Client/src/cat
简易聊天室/Server/bin/cat
简易聊天室/Server/src/cat
简易聊天室/Client/.settings
简易聊天室/Client/bin
简易聊天室/Client/images
简易聊天室/Client/sounds
简易聊天室/Client/src
简易聊天室/Server/.settings
简易聊天室/Server/bin
简易聊天室/Server/src
简易聊天室/Client
简易聊天室/Server
简易聊天室
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.