联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 棋牌游戏(68) 
按平台查找All Java(68) 

[棋牌游戏] Java_jiangyi(2)

疯狂java讲义第二版(李刚编著)本书并不单纯从知识角度来讲解Java,而是从解决问题的角度来介绍Java语言,所以本书中涉及大量的实用案例开发:五子棋游戏、梭哈游戏、仿QQ的游戏大厅、MySQL企业管理器、仿EditPlus的文本编辑器、多线程、断点下载工具、Spring框架的IoC容器……这些案例既能让读者巩固每章的知识,又可以让读者学以致用,激发编程自豪感,进而引爆内心的编程激情。
Crazy java handouts Second Edition (Gang eds.) This book is not just the perspective of knowledge to explain Java, but the perspective of problem-solving to introduce Java language, the book involves a large number of practical case development: backgammon games, Stud games imitation QQ games hall, MySQL Enterprise Manager, imitation EditPlus text editor, multi-threaded, breakpoint download tool, IoC container Spring Framework ...... both of these cases each chapter allow readers to consolidate the knowledge, but also allows the reader apply their knowledge and inspire pride programming, and then detonated inside the programming passion. (2016-01-19, Java, 1435KB, 下载5次)

http://www.pudn.com/Download/item/id/1453196724913263.html

[棋牌游戏] 24puke

用java语言,编程实现纸牌游戏,拥有如下规则,将电脑多次分发给你的牌按照相同的花色由大至小排列起来。游戏分为三个难度,简单,普通,困难。简单为单一花色。困难所分发给的牌有四种花色。将大小相邻的纸牌依次排列到一起当每种花色的全部纸牌都按顺序排列到一起,则游戏结束
Java language programming card game, with the following rules, the computer repeatedly distribute your cards in the same suit from large to small lined up. The game is divided into three levels of difficulty, simple, ordinary, difficult. Simple as a single color. There are four colors of cards distributed by the difficulties. The order of the size of the adjacent card all together when each suit of cards are arranged in order to the end of the game (2012-11-20, Java, 153KB, 下载4次)

http://www.pudn.com/Download/item/id/2053773.html

[棋牌游戏] Pork_game

编程:模拟实现争上游扑克牌游戏。争上游扑克牌游戏允许两名以及两名以上的玩家参加,也允许玩家自由从扑克游戏中退出。争上游扑克牌游戏规则规定,哪位玩家先打出所有的牌先赢。最后出完牌则输了。假设,每个玩家在每轮游戏中只能出一张牌,测试游戏的程序代码如下所示程序清单3-1所示,请采用合理的面向对象程序设计模式实现这个扑克游戏。
Programming: Analog strive for poker games. Strive for poker games allow two and two more players to participate, and also allows players to freely exit from the poker game. Strive for poker games rules, which player to play all the cards first win. Finally the finished brand is lost. Assuming that each player in each round only out of a brand, test the game code as shown below in Listing 3-1, please use the object-oriented programming model to achieve this poker game. (2012-05-20, Java, 3KB, 下载19次)

http://www.pudn.com/Download/item/id/1877614.html

[棋牌游戏] PokerGame_Java

基于java多媒体游戏软件的设计,游戏是扑克牌三公规则,用到常用GUI控制组件及其事件处理,多线程编程的应用和图形控件的布局使用等.
Java based game software, multimedia design, game cards Sangong rules, use Chang Yong GUI control components and event handling, multi-threaded applications and programming the layout of graphical controls and so on. (2010-07-22, Java, 315KB, 下载15次)

http://www.pudn.com/Download/item/id/1248571.html

[棋牌游戏] FIR

经典的J2me五子棋游戏有源码,可以编译,这是J2me程序天下光盘里的一个游戏实例,因此比较完整,也是不错的Java游戏编程资料。
The classic backgammon game has J2me source code can be compiled, which is the world J2me program CD-ROM inside the instance of a game, so a relatively complete, but also good information on Java game programming. (2009-10-21, Java, 42KB, 下载5次)

http://www.pudn.com/Download/item/id/945431.html

[棋牌游戏] TeveQ_Nokia60

teveq手机联网棋牌游戏平台(不了解先google一下teveq)客户端代码,暂时不上传服务器代码,但客户端代码对于手机游戏编程具有极好的参考价值,采用polish用于指定不同手机型号,代码非常优秀,事实上混淆编译后20个游戏连同客户端平台才100来k,还包括了图片和声音资源,可见设计功底,服务器端代码需要付费获取,可发站内信联系
teveq mobile network chess game platform (the first google do not know what teveq) client-side code, temporarily upload the server code, but the client-side code programming for mobile games have excellent reference value, using polish is used to specify a different phone models , the code is very good, in fact, confused compiled 20 before the game with the client platform 100 to k, also includes pictures and sound resources, we can see the design skills, server-side code needs to pay for access, can send a letter station contact (2009-09-26, Java, 3331KB, 下载19次)

http://www.pudn.com/Download/item/id/922180.html

[棋牌游戏] chess

Java语言的简洁和完美,以及java网络功能的优越性是每个java体验者所体会的感受。笔者在闲暇之余,开发出网络中国象棋(以下简称象棋)程序,在此愿与广大java编程爱好者共享,做以介绍供大家参考。如有问题可与我联系: 网络象棋程序主要功能有象棋室(多象棋桌)功能、观棋功能、悔棋功能、下棋聊天功能、调取残局文件对弈功能、方便的人性化图形界面操作等功能。由象棋服务和客户端Applet组成,Applet实现象棋室的显示,象棋桌的显示和走步判断以及用户的一些操作如悔棋、认输等功能的实现。为考虑资源使用情况和界面美观,象棋桌采用使用高效和优化的双缓冲图形界面处理技术,使用户操作更舒适,更方便。以下依次详细介绍象棋服务和客户端的实现过程。 首先介绍象棋服务,它是运行在服务器端的用于处理和转发用户登录到象棋室,进入离开游戏桌,走棋,悔棋,认输,退出等等应用。
fdsfdfsdfdsfsdfsdfsfsdfsdff (2009-06-18, Java, 2KB, 下载9次)

http://www.pudn.com/Download/item/id/811954.html

[棋牌游戏] java写的网络围棋程序

java写的围棋游戏小程序 功能蛮全的,代码也蛮好,思路也清晰。 可以供给毕业生,及所有编程爱好者参考。
java games Go write small programs function quite all the code fine ideas are clear. Graduates can supply, and all lovers programming reference. (2005-03-28, Java, 22KB, 下载86次)

http://www.pudn.com/Download/item/id/1112010391141704.html
1234
总计:68