文件名称:gamelobby
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:5.11mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
在这个系统中,我们将实现一个基于 C/S 架构的黑白棋网络对战平台,在这个系统中,服务器提供一个平台使得多个玩家可以同时连接服务器进行双人对战,同时提供友好的图形用户界面。功能有点像qq的游戏大厅,实际上我也是仿照着做的,不过现在里面只有黑白棋一种游戏。-Under this system, we will be based on C/S structure of the network against Riversi platform, in this system, the servers provide a platform for making a number of players can connect to a server at the same time to double the war, while providing a friendly graphical user interface . Qq function a bit like a game room, in fact, I like照着做, but now only plays the game inside a game.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
网络黑白棋/文档/黑白棋网络对战平台系统的设计与实现.pdf
网络黑白棋/源代码/客户端/OthelloClient/.classpath
网络黑白棋/源代码/客户端/OthelloClient/.project
网络黑白棋/源代码/客户端/OthelloClient/.umlproject
网络黑白棋/源代码/客户端/OthelloClient/bin/control/ClientMain.class
网络黑白棋/源代码/客户端/OthelloClient/bin/control/ClientThread.class
网络黑白棋/源代码/客户端/OthelloClient/bin/game/othello/InfoPanel.class
网络黑白棋/源代码/客户端/OthelloClient/bin/game/othello/JFrameBoard.class
网络黑白棋/源代码/客户端/OthelloClient/bin/game/othello/JPanelBoard.class
网络黑白棋/源代码/客户端/OthelloClient/bin/game/othello/JpanelChat$1.class
网络黑白棋/源代码/客户端/OthelloClient/bin/game/othello/JpanelChat.class
网络黑白棋/源代码/客户端/OthelloClient/bin/game/othello/JPanelStatus$1.class
网络黑白棋/源代码/客户端/OthelloClient/bin/game/othello/JPanelStatus$2.class
网络黑白棋/源代码/客户端/OthelloClient/bin/game/othello/JPanelStatus$3.class
网络黑白棋/源代码/客户端/OthelloClient/bin/game/othello/JPanelStatus$4.class
网络黑白棋/源代码/客户端/OthelloClient/bin/game/othello/JPanelStatus.class
网络黑白棋/源代码/客户端/OthelloClient/bin/game/othello/Othello.class
网络黑白棋/源代码/客户端/OthelloClient/bin/game/othello/Position.class
网络黑白棋/源代码/客户端/OthelloClient/bin/model/ClientInfo.class
网络黑白棋/源代码/客户端/OthelloClient/bin/model/Protocol.class
网络黑白棋/源代码/客户端/OthelloClient/bin/ui/ClientTableModel.class
网络黑白棋/源代码/客户端/OthelloClient/bin/ui/GameLobbyFrame$1.class
网络黑白棋/源代码/客户端/OthelloClient/bin/ui/GameLobbyFrame.class
网络黑白棋/源代码/客户端/OthelloClient/bin/ui/HeadPicPanel.class
网络黑白棋/源代码/客户端/OthelloClient/bin/ui/LoginFrame$1.class
网络黑白棋/源代码/客户端/OthelloClient/bin/ui/LoginFrame$2.class
网络黑白棋/源代码/客户端/OthelloClient/bin/ui/LoginFrame$3.class
网络黑白棋/源代码/客户端/OthelloClient/bin/ui/LoginFrame.class
网络黑白棋/源代码/客户端/OthelloClient/bin/ui/RegisterFrame$1.class
网络黑白棋/源代码/客户端/OthelloClient/bin/ui/RegisterFrame$2.class
网络黑白棋/源代码/客户端/OthelloClient/bin/ui/RegisterFrame$3.class
网络黑白棋/源代码/客户端/OthelloClient/bin/ui/RegisterFrame.class
网络黑白棋/源代码/客户端/OthelloClient/bin/ui/RoomPanel.class
网络黑白棋/源代码/客户端/OthelloClient/doc/allclasses-frame.html
网络黑白棋/源代码/客户端/OthelloClient/doc/allclasses-noframe.html
网络黑白棋/源代码/客户端/OthelloClient/doc/constant-values.html
网络黑白棋/源代码/客户端/OthelloClient/doc/control/class-use/ClientMain.html
网络黑白棋/源代码/客户端/OthelloClient/doc/control/class-use/ClientThread.html
网络黑白棋/源代码/客户端/OthelloClient/doc/control/ClientMain.html
网络黑白棋/源代码/客户端/OthelloClient/doc/control/ClientThread.html
网络黑白棋/源代码/客户端/OthelloClient/doc/control/package-frame.html
网络黑白棋/源代码/客户端/OthelloClient/doc/control/package-summary.html
网络黑白棋/源代码/客户端/OthelloClient/doc/control/package-tree.html
网络黑白棋/源代码/客户端/OthelloClient/doc/control/package-use.html
网络黑白棋/源代码/客户端/OthelloClient/doc/deprecated-list.html
网络黑白棋/源代码/客户端/OthelloClient/doc/game/othello/class-use/InfoPanel.html
网络黑白棋/源代码/客户端/OthelloClient/doc/game/othello/class-use/JFrameBoard.html
网络黑白棋/源代码/客户端/OthelloClient/doc/game/othello/class-use/JPanelBoard.html
网络黑白棋/源代码/客户端/OthelloClient/doc/game/othello/class-use/JpanelChat.html
网络黑白棋/源代码/客户端/OthelloClient/doc/game/othello/class-use/JPanelStatus.html
网络黑白棋/源代码/客户端/OthelloClient/doc/game/othello/class-use/Othello.html
网络黑白棋/源代码/客户端/OthelloClient/doc/game/othello/class-use/Position.html
网络黑白棋/源代码/客户端/OthelloClient/doc/game/othello/InfoPanel.html
网络黑白棋/源代码/客户端/OthelloClient/doc/game/othello/JFrameBoard.html
网络黑白棋/源代码/客户端/OthelloClient/doc/game/othello/JPanelBoard.html
网络黑白棋/源代码/客户端/OthelloClient/doc/game/othello/JpanelChat.html
网络黑白棋/源代码/客户端/OthelloClient/doc/game/othello/JPanelStatus.html
网络黑白棋/源代码/客户端/OthelloClient/doc/game/othello/Othello.html
网络黑白棋/源代码/客户端/OthelloClient/doc/game/othello/package-frame.html
网络黑白棋/源代码/客户端/OthelloClient/doc/game/othello/package-summary.html
网络黑白棋/源代码/客户端/OthelloClient/doc/game/othello/package-tree.html
网络黑白棋/源代码/客户端/OthelloClient/doc/game/othello/package-use.html
网络黑白棋/源代码/客户端/OthelloClient/doc/game/othello/Position.html
网络黑白棋/源代码/客户端/OthelloClient/doc/help-doc.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-1.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-10.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-11.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-12.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-13.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-14.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-15.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-16.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-17.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-18.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-19.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-2.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-20.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-21.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-22.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-23.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-3.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-4.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-5.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-6.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-7.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-8.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-9.html
网络黑白棋/源代码/客户端/OthelloClient
网络黑白棋/源代码/客户端/OthelloClient/.classpath
网络黑白棋/源代码/客户端/OthelloClient/.project
网络黑白棋/源代码/客户端/OthelloClient/.umlproject
网络黑白棋/源代码/客户端/OthelloClient/bin/control/ClientMain.class
网络黑白棋/源代码/客户端/OthelloClient/bin/control/ClientThread.class
网络黑白棋/源代码/客户端/OthelloClient/bin/game/othello/InfoPanel.class
网络黑白棋/源代码/客户端/OthelloClient/bin/game/othello/JFrameBoard.class
网络黑白棋/源代码/客户端/OthelloClient/bin/game/othello/JPanelBoard.class
网络黑白棋/源代码/客户端/OthelloClient/bin/game/othello/JpanelChat$1.class
网络黑白棋/源代码/客户端/OthelloClient/bin/game/othello/JpanelChat.class
网络黑白棋/源代码/客户端/OthelloClient/bin/game/othello/JPanelStatus$1.class
网络黑白棋/源代码/客户端/OthelloClient/bin/game/othello/JPanelStatus$2.class
网络黑白棋/源代码/客户端/OthelloClient/bin/game/othello/JPanelStatus$3.class
网络黑白棋/源代码/客户端/OthelloClient/bin/game/othello/JPanelStatus$4.class
网络黑白棋/源代码/客户端/OthelloClient/bin/game/othello/JPanelStatus.class
网络黑白棋/源代码/客户端/OthelloClient/bin/game/othello/Othello.class
网络黑白棋/源代码/客户端/OthelloClient/bin/game/othello/Position.class
网络黑白棋/源代码/客户端/OthelloClient/bin/model/ClientInfo.class
网络黑白棋/源代码/客户端/OthelloClient/bin/model/Protocol.class
网络黑白棋/源代码/客户端/OthelloClient/bin/ui/ClientTableModel.class
网络黑白棋/源代码/客户端/OthelloClient/bin/ui/GameLobbyFrame$1.class
网络黑白棋/源代码/客户端/OthelloClient/bin/ui/GameLobbyFrame.class
网络黑白棋/源代码/客户端/OthelloClient/bin/ui/HeadPicPanel.class
网络黑白棋/源代码/客户端/OthelloClient/bin/ui/LoginFrame$1.class
网络黑白棋/源代码/客户端/OthelloClient/bin/ui/LoginFrame$2.class
网络黑白棋/源代码/客户端/OthelloClient/bin/ui/LoginFrame$3.class
网络黑白棋/源代码/客户端/OthelloClient/bin/ui/LoginFrame.class
网络黑白棋/源代码/客户端/OthelloClient/bin/ui/RegisterFrame$1.class
网络黑白棋/源代码/客户端/OthelloClient/bin/ui/RegisterFrame$2.class
网络黑白棋/源代码/客户端/OthelloClient/bin/ui/RegisterFrame$3.class
网络黑白棋/源代码/客户端/OthelloClient/bin/ui/RegisterFrame.class
网络黑白棋/源代码/客户端/OthelloClient/bin/ui/RoomPanel.class
网络黑白棋/源代码/客户端/OthelloClient/doc/allclasses-frame.html
网络黑白棋/源代码/客户端/OthelloClient/doc/allclasses-noframe.html
网络黑白棋/源代码/客户端/OthelloClient/doc/constant-values.html
网络黑白棋/源代码/客户端/OthelloClient/doc/control/class-use/ClientMain.html
网络黑白棋/源代码/客户端/OthelloClient/doc/control/class-use/ClientThread.html
网络黑白棋/源代码/客户端/OthelloClient/doc/control/ClientMain.html
网络黑白棋/源代码/客户端/OthelloClient/doc/control/ClientThread.html
网络黑白棋/源代码/客户端/OthelloClient/doc/control/package-frame.html
网络黑白棋/源代码/客户端/OthelloClient/doc/control/package-summary.html
网络黑白棋/源代码/客户端/OthelloClient/doc/control/package-tree.html
网络黑白棋/源代码/客户端/OthelloClient/doc/control/package-use.html
网络黑白棋/源代码/客户端/OthelloClient/doc/deprecated-list.html
网络黑白棋/源代码/客户端/OthelloClient/doc/game/othello/class-use/InfoPanel.html
网络黑白棋/源代码/客户端/OthelloClient/doc/game/othello/class-use/JFrameBoard.html
网络黑白棋/源代码/客户端/OthelloClient/doc/game/othello/class-use/JPanelBoard.html
网络黑白棋/源代码/客户端/OthelloClient/doc/game/othello/class-use/JpanelChat.html
网络黑白棋/源代码/客户端/OthelloClient/doc/game/othello/class-use/JPanelStatus.html
网络黑白棋/源代码/客户端/OthelloClient/doc/game/othello/class-use/Othello.html
网络黑白棋/源代码/客户端/OthelloClient/doc/game/othello/class-use/Position.html
网络黑白棋/源代码/客户端/OthelloClient/doc/game/othello/InfoPanel.html
网络黑白棋/源代码/客户端/OthelloClient/doc/game/othello/JFrameBoard.html
网络黑白棋/源代码/客户端/OthelloClient/doc/game/othello/JPanelBoard.html
网络黑白棋/源代码/客户端/OthelloClient/doc/game/othello/JpanelChat.html
网络黑白棋/源代码/客户端/OthelloClient/doc/game/othello/JPanelStatus.html
网络黑白棋/源代码/客户端/OthelloClient/doc/game/othello/Othello.html
网络黑白棋/源代码/客户端/OthelloClient/doc/game/othello/package-frame.html
网络黑白棋/源代码/客户端/OthelloClient/doc/game/othello/package-summary.html
网络黑白棋/源代码/客户端/OthelloClient/doc/game/othello/package-tree.html
网络黑白棋/源代码/客户端/OthelloClient/doc/game/othello/package-use.html
网络黑白棋/源代码/客户端/OthelloClient/doc/game/othello/Position.html
网络黑白棋/源代码/客户端/OthelloClient/doc/help-doc.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-1.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-10.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-11.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-12.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-13.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-14.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-15.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-16.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-17.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-18.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-19.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-2.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-20.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-21.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-22.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-23.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-3.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-4.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-5.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-6.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-7.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-8.html
网络黑白棋/源代码/客户端/OthelloClient/doc/index-files/index-9.html
网络黑白棋/源代码/客户端/OthelloClient
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.