搜索资源列表
Card12
- JAVA中纸牌的实现,实现自动洗牌.-Java cards to achieve automatic shuffling.
Poker
- 扑克牌发牌洗牌的一个java的源代码,实现的很简单,功能也很简单。
card
- 纸牌游戏,有发牌洗牌功能。共三个.java文件,放到一个工程中运行。-cards game which can allocate cards automatically.
GameStart
- 自动扑克洗牌程序,可以自动扑克洗牌,自动发牌。-Automatic poker cards program, can automatically poker cards, automatic licensing.
pukepai
- JAVA扑克牌初始化和洗牌,功能强悍,用法简单,源代码-JAVA initialization and shuffling playing cards, features powerful, usage is simple, the source code
shuffle
- 洗牌游戏,通过多种算法实现,ArrayList,链表,快速排序等-Shuffle
fapaichengxu
- Java编程 做一个发牌的程序 首先是创造牌(牌会有1-6付选择),然后洗牌:将牌一分二,由( x(k+1) = (5xk mod 16) + 1 )来依次从两边取牌,直至牌不够,就将牌合起来。然后将牌发给2-60人,每人5张牌。 可以使用java.util.List<E>, java.util.Collection<E>, java.util.Iterator<E>, and java.util.ListIterator,最好用Arraylist来做
xipai
- JAVA程序模拟一个52张扑克牌洗牌的过程的程序-JAVA program to simulate a 52 playing cards shuffling procedures for the process of
shuffle
- 这是一个用Java编写的洗牌程序-This is a shuffle with Java programs written in
pocket
- 可以实现洗牌的程序,大公司面试时很多单位都会问到这个算法-Shuffling procedure can be achieved, a large number of units the company will ask the interview to the algorithm
PuKeCard
- 洗牌的Java实现程序 模拟现实生活中的洗牌,将扑克牌封装为一个PuKeCard类,将一桌扑克牌封装为PuKe类。 -Shuffling Java program to simulate real-life implementation of the shuffle, will be packaged as a PuKeCard class cards, table cards will be packaged as PuKe class.
xipai
- java写的简单的洗牌程序,通过随机数产生和发牌给四个人,并且每个人拿到牌张数相同-java program to write a simple shuffling by random number generation and issue licenses to four people, and everyone got the same card and number
random--java
- 随机打乱一个数组顺序的函数,比如洗麻将、洗牌、抽奖等。-Disrupt the order of a random array of functions, such as washing mahjong, shuffle, draw and so on.
card3
- 纸牌相关代码,纸牌的花色,洗牌,发牌,适合学生使用,仅供参考.-just about the cards and the suggest,most of people can use it for their studenty,that is all,tank you.
jiva-xi-pai
- java洗牌程序,写的比较粗糙,初学者可以看哈-java xi pai
java
- java写的简单的洗牌程序,通过随机数产生和发牌给四个人,并且每个人拿到牌张数相同-java program to write a simple shuffling by random number generation and issue licenses to four people, and everyone got the same card and number
鏂楀湴涓籎ava
- Java实现单机版斗地主,发牌,洗牌,抢地主,直接导入eclipse中可以运行,(Java landlords stand-alone version)
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时的一个小作业,包括界面的布局和事件的编写,扑克牌的发牌,洗牌,最后比较牌分出胜负。可以供新手参考参考,内有详细的注释。
JAVA实现四人打扑克
- Java实现一个斗地主发牌案例,3人斗地主,共一副54张牌,需要在洗牌后轮流给三人发牌,最后三张留作底牌。