搜索资源列表
java网络五子棋的源代码
- java网络五子棋的源代码 JSP教程-Java技巧及代码 下面的源代码分为4个文件; chessClient.java:客户端主程序。 chessInterface.java:客户端的界面。 chessPad.java:棋盘的绘制。 chessServer.java:服务器端。 可同时容纳50个人同时在线下棋,聊天。 没有加上详细注释,不过绝对可以运行,j2sdk1.4下通过。 -the source code of JSP Guide-Jav
Lan-Chat
- J2SE编写的一个局域网点对点聊天工具,每个程序同时作为服务器和客户端,使用Java Socket通过IP地址建立连接,可以显示对方信息、文字聊天和互传文件-J2SE written a local area network P2P chat tool, each program can act as both server and client, using Java Socket to connect with the IP address, you can display other in
ChessOnLine
- 网络象棋对战程序,模拟vista的国际象棋功能,可以自动寻找路径,棋子随同鼠标移动.另有网络聊天功能. ps:里面用的登陆服务器地址,需要稍做修改,修改成你想登陆的服务器. 开发工具eclipse,语言java-Network chess against procedures, vista chess simulation function, can automatically search for the path, pawn accompanying mouse. Another n
chat
- java语言编写的聊天程序,有服务器和客户端-java language of chat program, a server and client
FiveChess
- 本实例是一个简单的网络五子棋程序。程序由两个部分组成:一部分为服务器端,另一部分为五子棋客户端。其中服务器端以消息方式完成客户端的管理,客户端支持对弈和聊天。-This example is a simple network Gobang procedures. Procedures consist of two parts: a part for the server side, the other part for Gobang client. One server-side manner
cocanguaRMI
- this a game.it is written by Thong, and use java, RMI.this game include server and clients.player can play and chat.-this is a game.it is written by Thong, and use java, RMI.this game include server and clients.player can play and chat.
YChat
- Java client server Chat application... YChat
Gobang-Online
- 下面的源代码分为4个文件; chessClient.java:客户端主程序。 chessInterface.java:客户端的界面。 chessPad.java:棋盘的绘制。 chessServer.java:服务器端。 可同时容纳50个人同时在线下棋,聊天。 没有加上详细注释,不过绝对可以运行,j2sdk1.4下通过。-The following source code is divided into 4 files chessClient.java: the cli
wu-zhi-qi-java
- 实现五子棋的对弈平台,可以多个人进行。有服务器端,客户机端。对弈的人在各个客户端进行对弈。并实现聊天功能。-Achieve the chess backgammon platform, can be more personal. A server-side, client-side. People in various chess client for chess. And achieve chat.
JavaChat
- Java Chat Server for chatting around simple socket connection
java-udp-p2p-talk
- java 一个简单的基于udp协议的p2p聊天软件,内部没有服务器。-java based on a simple udp protocol the p2p chat software, internal server.
server
- chat sever in lan bay java
Chatroom
- 这是一个包含用户界面的聊天软件,使用Java语言进行编辑。 采用了非常高效的编码逻辑,可以实现server端和client端。-It is the implementation of GUI for a chat room program. Behaviors (Server) When the server starts up, it should try to load from “accounts.dat” for saved accounts o Each account
code-chat
- 一个小小的聊天软件。用java实现。采用服务器/客户端结构。-a little chat software. Using java to achieve. Using the server/client structure.
Java-liaotian
- 一个Java聊天程序服务端和客户端程序,C/S结构,ChatServer 类实现了一个聊天室服务器端, 此类有一个构造器, 在构造器中使用newServerSocket()建立一个Socket 连接。RunServer()方法中运行聊天服务,通过Socket 类的getInetAddress().getHostName() 方法获得主机名, 建立新的ChatHandler 对象实例, 在synchronized (clients)中取得与客户端的同步。内部类ChatHandler 继承了Thre
code-chat
- 一个小小的聊天软件。用java实现。采用服务器/客户端结构。-a little chat software. Using java to achieve. Using the server/client structure.
chat-tool-
- 使用java编写的网络聊天软件,包含客户端,服务器端等,可以实现多个人QQ软件似的聊天功能。-Use java prepared by the network chat software, including client, server, etc., can achieve more than one person like QQ chat software.