搜索资源列表
-
0下载:
自己用java写的一个五子棋小程序,C/S结构,包含客户端和服务器的源代码,供以参考。-Own use java applet written in a Gobang, C/S architecture, including client and server source code, for by reference.
-
-
0下载:
采用Java开发的一个三子棋(TicTacToe)游戏的分布式系统。两个玩家在3*3网格中下子,一个人执X子,另一人执O子。某个玩家成三,游戏结束。有一个服务器端(server),可接受任意两个玩家构成一个棋局。src文件夹中存放源码,点击server.bat可运行服务器端,client.bat运行客户端。两个客户端同时连接服务器即可构成棋局。-TicTacToe games written by JAVA. Two players in the 3* 3 grid, Now, a player
-
-
0下载:
this is a tictio game developed in java .this is client server game.
-
-
0下载:
this tic tac toe game in java containig server and client.-this is tic tactactoe game in java containig server and client.
-
-
0下载:
The Tris Game implemented in Java, client server version-The Tris Game implemented in Java, client server version...
-
-
0下载:
实现五子棋的对弈平台,可以多个人进行。有服务器端,客户机端。对弈的人在各个客户端进行对弈。并实现聊天功能。-Achieve the chess backgammon platform, can be more personal. A server-side, client-side. People in various chess client for chess. And achieve chat.
-
-
0下载:
网络游鱼,打开Eclipse导入ch04项目,运行server.FishServer类启动服务器端,运行java client.SwimFish类启动客户端。注意,同时在多台机上运行客户端才能显示出网络游鱼的效果,在同一台机上打开多个客户端窗口不能看到该效果。-Network fish, open the Eclipse import ch04 project, run server. FishServer class start the server running Java client.
-
-
0下载:
这是一个包含用户界面的聊天软件,使用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
-
-
0下载:
一个用Java在eclipse开发的中国跳棋小游戏,可进行人机对战,有客户端和服务端,导入可直接运行-An eclipse developed using Java in Chinese Checkers game can be man-machine war, the client and server, the import can be run directly
-
-
0下载:
一个Java聊天程序服务端和客户端程序,C/S结构,ChatServer 类实现了一个聊天室服务器端, 此类有一个构造器, 在构造器中使用newServerSocket()建立一个Socket 连接。RunServer()方法中运行聊天服务,通过Socket 类的getInetAddress().getHostName() 方法获得主机名, 建立新的ChatHandler 对象实例, 在synchronized (clients)中取得与客户端的同步。内部类ChatHandler 继承了Thre
-
-
0下载:
一套纯JAVA编写的坦克战争的服务端(ServerBeta)与客户端(ClientBeta),内附JAVA源代码及注释(解压后可见.java文件)。坦克大战1.9版本-ON划词翻译ON实时翻译
A pure JAVA prepared in tank warfare (ServerBeta) and client server (ClientBeta), containing the JAVA source code and the notes (after extracting th
-