搜索资源列表
PokerHand
- 一个风靡世界的扑克牌游戏-a popular poker game in the world
ddd
- 这个是扑克牌游戏的原码234156453131321231231
java5
- java 的 很多程序 如雪人,设计一个类Card代表标准扑克牌,每一张牌都有自己的花色和大小。
扑克牌模拟优秀作业
- java打印例子-java examples
Poker
- 扑克牌发牌洗牌的一个java的源代码,实现的很简单,功能也很简单。
zhaopai
- Java: 在n 张扑克牌中找出顺子 题目是这样的:有n张扑克牌,每张牌的取值范围是:2,3,4,5,6,7,8,9,10,J,Q,K,A。在这n张牌中找出顺子(5张及5张以上的连续的牌),并将这些顺子打印出来。 思路:我的思路其实很简单,首先就是要去掉重复的牌,因为同样的顺子之算一个,显然JAVA中的Set很适合这个工作。同时又需要对这些牌进行排序,毫无疑问就是TreeSet了。然后从小到大遍历这些牌,并设置一个计数器count。若发现连续的牌,则count++;若发现不连续的
PKCard.rar
- Java编写的蜘蛛扑克牌游戏,写于2005年,程序要用到swing组件,因此请确保你的JDK环境安有此组件。新手可以学习的一个参考。 ,Java prepared spider poker game, written in 2005, procedures to use swing components, so please ensure that your JDK environment security has this component. Novice can learn a refe
pukepai
- JAVA扑克牌初始化和洗牌,功能强悍,用法简单,源代码-JAVA initialization and shuffling playing cards, features powerful, usage is simple, the source code
14160_12384588898CMM
- Java编写的蜘蛛扑克牌游戏,写于2005年,程序要用到swing组件,因此请确保你的JDK环境安有此组件。新手可以学习的一个参考。-Spider Java poker game preparation, writing in 2005, the program components to use to swing, so please ensure you have the JDK component security environment. Green hand can be a refe
poker
- 类似于21点的扑克牌程序可以玩21点,带有花色和牌值-Similar to the 21-point program of poker can be played 21:00, with color and brand values
xipai
- JAVA程序模拟一个52张扑克牌洗牌的过程的程序-JAVA program to simulate a 52 playing cards shuffling procedures for the process of
24[1].fun.tar
- 24点游戏规则:任取1-9之间的4个数字,用+-*/()连结成算式,使得式子的计算结果为24。估计很多人都玩过用扑克牌玩的那种,印象中10也算在内的,两人各出2张牌,谁先算出来谁赢,赢家收回已经算过的4张牌。最后看谁手里的牌多-24-point rules of the game: either take the four numbers between 1-9, with+-*/() link into the formula, so the calculation formula the r
Quick24
- 速算24点,给四张扑克牌,使用这四张扑克牌的数字快速算出结果为24-Quick24
card
- 实现扑克牌洗牌、发牌、并整理牌的程序。经过调试,不会发出重复的牌-Achieve poker shuffling, licensing, and licensing procedures for finishing. After debugging, will not issue duplicate licenses
card
- 一个采用MVC模式开发的玩扑克的游戏,采用Swing组件做界面,底层使用数组存储扑克牌,总共52张牌,没有大小王。-A model developed by MVC play poker game, do interface with Swing components, the underlying array storage cards, a total of 52 cards, not the size of the king.
PGame
- 一个简易的扑克牌程序,可以完成洗牌功能,很强大的-A simple poker program, you can complete the shuffle function, very strong
puke
- 扑克牌的洗牌程序,创建扑克牌类,洗牌类和发牌类-Poker shuffling process, create poker classes, classes and licensing classes shuffle
xipai
- 使用javascr ipt制作扑克牌洗牌页面!-Production of cards shuffling pages using javascr ipt!
PokerGame
- 新学Java开发的swing界面扑克牌游戏,监听洗牌,发牌,运行游戏,创建游戏玩家等。仅供新手参考参考!(The new learning Java developed the swing interface poker game, listening to shuffling, licensing, running games, creating gamers and so on. For reference only for novice!)
Java Swing开发的扑克牌游戏
- 本人学习Java时的一个小作业,包括界面的布局和事件的编写,扑克牌的发牌,洗牌,最后比较牌分出胜负。可以供新手参考参考,内有详细的注释。