搜索资源列表
-
1下载:
java网络五子棋的源代码
JSP教程-Java技巧及代码
下面的源代码分为4个文件;
chessClient.java:客户端主程序。
chessInterface.java:客户端的界面。
chessPad.java:棋盘的绘制。
chessServer.java:服务器端。
可同时容纳50个人同时在线下棋,聊天。
没有加上详细注释,不过绝对可以运行,j2sdk1.4下通过。
-the source code of JSP Guide-Jav
-
-
0下载:
是一个用来开发同时多人在线游戏的引擎,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
-
-
2下载:
/* *可以本机单打,本机双打,联机双打 *用户一的键盘控制为: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 *联机双打时,请先建立服
-
-
0下载:
java swing 五子棋在线游戏;分server端和client端。-java swing backgammon online games sub server side and client side.
-
-
0下载:
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
-
-
1下载:
Java通过socket+swing实现一个简单的网络版有声斗地主游戏。包括服务器和客户端代码。-Java socket implementation through a simple sound Landlords game. Including server and client code.
-
-
0下载:
本实例是一个简单的网络五子棋程序。程序由两个部分组成:一部分为服务器端,另一部分为五子棋客户端。其中服务器端以消息方式完成客户端的管理,客户端支持对弈和聊天。-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
-
-
0下载:
坦克大战:有客户端和服务器端,实现简单的游戏功能-Battle City: There are client and server-side to achieve a simple game features
-
-
0下载:
this is a tictio game developed in java .this is client server game.
-
-
0下载:
下面的源代码分为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
-
-
0下载:
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.
-
-
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下载:
使用Java编写的一个坦克大战小游戏,包括服务器和客户端。-A Java game called Tankmania including a client and a server.
-
-
0下载:
java版本的tank游戏源码。包括client和server,10多个文件就实现了坦克小游戏。-tank game source java version. Including client and server, 10 more files on the realization of a tank game.
-
-
0下载:
Chatting Program! Java, Server and Client
-
-
0下载:
一个小小的聊天软件。用java实现。采用服务器/客户端结构。-a little chat software. Using java to achieve. Using the server/client structure.
-
-
0下载:
一个Java聊天程序服务端和客户端程序,C/S结构,ChatServer 类实现了一个聊天室服务器端, 此类有一个构造器, 在构造器中使用newServerSocket()建立一个Socket 连接。RunServer()方法中运行聊天服务,通过Socket 类的getInetAddress().getHostName() 方法获得主机名, 建立新的ChatHandler 对象实例, 在synchronized (clients)中取得与客户端的同步。内部类ChatHandler 继承了Thre
-
-
0下载:
一个小小的聊天软件。用java实现。采用服务器/客户端结构。-a little chat software. Using java to achieve. Using the server/client structure.
-
-
0下载:
简易的由java实现的五子棋大厅。包括大厅服务器和五子棋客户端。-Simple implemented by the java backgammon hall. Including the hall and backgammon server client.
-
-
0下载:
JAVA程序编写的五子棋游戏,分客户端与服务端编写(JAVA programming Gobang game, sub client and server writing)
-