搜索资源列表
-
1下载:
java网络五子棋的源代码
JSP教程-Java技巧及代码
下面的源代码分为4个文件;
chessClient.java:客户端主程序。
chessInterface.java:客户端的界面。
chessPad.java:棋盘的绘制。
chessServer.java:服务器端。
可同时容纳50个人同时在线下棋,聊天。
没有加上详细注释,不过绝对可以运行,j2sdk1.4下通过。
-the source code of JSP Guide-Jav
-
-
0下载:
这是一个用VC编写的聊天软件,其中有服务器端和客户端。-This is a VC prepared chat software, including server and the client.
-
-
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
-
-
0下载:
聊天工具,网络游戏的整合版,包含服务器和客户端,内含详细说明-Chat tools, the integration of online games, including server and client, containing detailed instructions
-
-
0下载:
单机黑白棋显示,实现(聊天)信息传递;一对一下棋,多客户端,在线查询,邀请,选棋,退出服务器,认输,文件打开与保存,复盘,悔棋,单机功能,帮助功能。-Single Reversi show that the realization of (chat) messaging one-on-one game of chess, multi-client, online inquiries, the invitation of the election moves from the server, a
-
-
0下载:
简易聊天室,初级版本的源代码,可以发送和接受消息,进行里简单的客户端和服务器端通信-Simple chat rooms, junior version of the source code, you can send and receive information to carry out in a simple client and server communications
-
-
0下载:
java语言编写的聊天程序,有服务器和客户端-java language of chat program, a server and client
-
-
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下载:
The Goblin and the Butterfly ,开源的2d游戏客户端-TThe Goblin and the Butterfly game server is up and running, so you can log into the game and have a look at the existing features.
Here are some key features of "The Goblin and the Butterfly":
· 5 Skil
-
-
0下载:
这个感觉很不错的一个网络版本的五子棋游戏源码,包含服务器端、游戏大厅之客户端。具有游戏大厅功能,支持多人游戏,可以实时显示玩家得分,支持互相发送信息聊天功能。可以自定义玩家昵称,玩家速度等。玩游戏时支持悔棋、求和、认输功能。电脑自动走棋算法不错。动态效果也不错,唯一遗憾的是没有声音(毕竟作者仓促一周做出来的,呵呵),大家也可以自己加入吧,总之源代码的特色C/S通讯协议控制的很不错。对学习网络、游戏开发的朋友可以很好的借鉴。 -This feels very good version of the
-
-
0下载:
一个网络版本的五子棋游戏源码,包含服务器端、游戏大厅之客户端。具有游戏大厅功能,支持多人游戏,可以实时显示玩家得分,支持互相发送信息聊天功能。可以自定义玩家昵称,玩家速度等。玩游戏时支持悔棋、求和、认输功能。电脑自动走棋算法不错。动态效果也不错-A network version of the backgammon game source code, including server-side, the game room of the client. Hall has a game funct
-
-
0下载:
Java client server Chat application... YChat
-
-
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下载:
一个简单的网络对战游戏(象棋)
对于大家来说只是一个小儿科
精力有限 就先做到这一步
等以后有时间了再加工
只是简单的一个协议
聊天的功能没有添加
错误可能有很多 请大家谅解
-A simple online play games (chess) for all of us for only a limited effort on the first pediatrician to do this step after such a time and t
-
-
0下载:
网络版象棋游戏,带服务器客户端,聊天完善,游戏逻辑完整-Online chess game, with the server client, chat perfect game logic complete
-
-
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下载:
带有GUI图形界面,可以实现在一个局域网内的服务端和客户端的即时聊天功能。暂时不能进行外网的访问。-With a GUI graphical interface, you can implement a LAN server-side and client-side live chat function. Internet access is not possible for the time being.
-
-
0下载:
使用java编写的网络聊天软件,包含客户端,服务器端等,可以实现多个人QQ软件似的聊天功能。-Use java prepared by the network chat software, including client, server, etc., can achieve more than one person like QQ chat software.
-