搜索资源列表
java网络五子棋的源代码
- java网络五子棋的源代码 JSP教程-Java技巧及代码 下面的源代码分为4个文件; chessClient.java:客户端主程序。 chessInterface.java:客户端的界面。 chessPad.java:棋盘的绘制。 chessServer.java:服务器端。 可同时容纳50个人同时在线下棋,聊天。 没有加上详细注释,不过绝对可以运行,j2sdk1.4下通过。 -the source code of JSP Guide-Jav
JAVA游戏_贪吃蛇
- /* *可以本机单打,本机双打,联机双打 *用户一的键盘控制为:up= key_up down= key_down left = key_left right = key_right * pause = key_space reset = key_r *用户二的键盘控制为:up = w down = s left = a right = d * pause = 1 reset = 2 *@auther 张恩来 *@e-mail:zhang_elai@cvicse.com *联机双打时,请先建立服
Poker
- Java通过socket+swing实现一个简单的网络版有声斗地主游戏。包括服务器和客户端代码。-Java socket implementation through a simple sound Landlords game. Including server and client code.
qcserver
- 倾城40级服务器Java源代码,编译成功-Allure 40 server Java source code to compile successfully
ChessOnLine
- 网络象棋对战程序,模拟vista的国际象棋功能,可以自动寻找路径,棋子随同鼠标移动.另有网络聊天功能. ps:里面用的登陆服务器地址,需要稍做修改,修改成你想登陆的服务器. 开发工具eclipse,语言java-Network chess against procedures, vista chess simulation function, can automatically search for the path, pawn accompanying mouse. Another n
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
GameServer
- Server implementation for an online tictactoe
source
- 坦克大战:有客户端和服务器端,实现简单的游戏功能-Battle City: There are client and server-side to achieve a simple game features
war
- dota是一个很受欢迎的游戏,可是魔兽自带的局域网的联机搜索只能看见同一个网段的主机,这给玩家带来的很大的不便,这是一个用java写的dota对战平台,让不是同一网段的主机也能联机游戏-dota is a very popular game, but comes with the LAN Warcraft online search could only see the same network segment of the host, this has caused great inconve
TicTacToeImpl.java
- this is a tictio game developed in java .this is client server game.
YHYM
- 盛大冒险岛源码079版java模拟器,稳定版的-079 version of Grand Adventure Island java emulator source, stable version
java-Net-wzq-Source
- java版的网络五子棋,可供局域网内玩。运行里面的Server和Client,就可以类似QQ五子棋一样玩。-java version of the network backgammon, for LAN play. Running inside the Server and Client, as you can play backgammon like QQ.
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.
Java
- 使用Java编写的一个坦克大战小游戏,包括服务器和客户端。-A Java game called Tankmania including a client and a server.
tank(java)
- java版本的tank游戏源码。包括client和server,10多个文件就实现了坦克小游戏。-tank game source java version. Including client and server, 10 more files on the realization of a tank game.
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
tera
- tera java 服务器代码. version: 19.07.2012 包含 游戏服务器:java\game\* 登录服务器:java\login\* 页面服务器:java\web\*-Tera java server code version: 19.07.2012 contains the game server: java \ game \* log on the server: java \ login \*
server
- java编码学习,如何使用管道通信,并加密。-java coding to learn how to use the pipeline communications, and encryption.
Java-liaotian
- 一个Java聊天程序服务端和客户端程序,C/S结构,ChatServer 类实现了一个聊天室服务器端, 此类有一个构造器, 在构造器中使用newServerSocket()建立一个Socket 连接。RunServer()方法中运行聊天服务,通过Socket 类的getInetAddress().getHostName() 方法获得主机名, 建立新的ChatHandler 对象实例, 在synchronized (clients)中取得与客户端的同步。内部类ChatHandler 继承了Thre