搜索资源列表
java网络五子棋的源代码
- java网络五子棋的源代码 JSP教程-Java技巧及代码 下面的源代码分为4个文件; chessClient.java:客户端主程序。 chessInterface.java:客户端的界面。 chessPad.java:棋盘的绘制。 chessServer.java:服务器端。 可同时容纳50个人同时在线下棋,聊天。 没有加上详细注释,不过绝对可以运行,j2sdk1.4下通过。 -the source code of JSP Guide-Jav
stendhal-0.48
- 是一个用来开发同时多人在线游戏的引擎,Arianne提供一个简单的方式来创建游戏服务器规则与游戏客户端.Marauroa Server是用Java开发的多线程服务器,使用UDP协议进行通信,用mysql存储数据,并使用python描述游戏脚本-is also used to develop a multiplayer online game engine, Arianne provide a simple way to create rules of the game and the game
GRAM
- 采用JAVA实现了GLOBUS toolkits中的GRAM客户端功能的一个小例子,是学习GT的好例子-using JAVA GLOBUS toolkits of the GRAM client function of a small example is the study GT good example!
jawp-1.0_m02-src
- Java mulitplayer strategy game. Adaptation of KDE Galaxy Conquest. (rules are changed - but still they are very simple). Uses java swing client.-Java mulitplayer strategy game. Adaptati on of KDE Galaxy Conquest. (rules are changed - b ut still they
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 *联机双打时,请先建立服
wotlas-client-1.3
- JAVA游戏引擎-客户端部分-Java games engine-part of the client
Poker
- Java通过socket+swing实现一个简单的网络版有声斗地主游戏。包括服务器和客户端代码。-Java socket implementation through a simple sound Landlords game. Including server and client code.
sniffitzt-20080924
- java写的 魔兽世界 数据包头解密 需要登陆游戏 执行/W的密语宏多次 开始解密数据包 支持中英文客户端 能进官方游戏截取-java written in Baotou World of Warcraft data decryption landing game needs to implement/W macro language of Micronesia began repeatedly decrypt data packets in both English and Chinese
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
source
- 坦克大战:有客户端和服务器端,实现简单的游戏功能-Battle City: There are client and server-side to achieve a simple game features
TicTacToeImpl.java
- this is a tictio game developed in java .this is client server game.
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.
JavaBumpingBalls
- Java碰撞的小球,可运行于手机客户端的一个JAVA小程序,可用于碰撞游戏的编写,碰撞检测代码,小球在运行过程中碰撞到屏幕边缘即回弹再次运行。-Ball collision in Java can be run on a mobile client JAVA applets, can be used for collision game, collision detection code, ball to the edge of the screen that rebound again run
client
- 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
Java-ca
- Java数字签名,当然每个客户端还是需要安装JRE的,不过现在的浏览器安装时都已经自动安装了-Digital Signature Java, of course, each client will still need to install the JRE. But now the browser already installed in the automatic installation
Java网络五子棋2
- JAVA程序编写的五子棋游戏,分客户端与服务端编写(JAVA programming Gobang game, sub client and server writing)