搜索资源列表
Card12
- JAVA中纸牌的实现,实现自动洗牌.-Java cards to achieve automatic shuffling.
Poker
- 扑克牌发牌洗牌的一个java的源代码,实现的很简单,功能也很简单。
pukepai
- JAVA扑克牌初始化和洗牌,功能强悍,用法简单,源代码-JAVA initialization and shuffling playing cards, features powerful, usage is simple, the source code
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
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
playcard
- Java的一个小程序,功能主要是实现洗牌和发牌,四个人玩的-A Java applet, the main function is to achieve shuffle and licensing, four people play
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
PukCard
- 一个java实现的简单的洗牌程序,可以为任意副牌.-A simple program of pukcard
Card
- 模拟扑克牌洗牌和分牌过程的JAVA程序代码-Analog poker shuffle and sub-licensing process Java code
simulate-artificial-shuffle
- java模拟人工洗牌,通过点击洗牌按钮洗牌,点击发牌按钮来发牌。每张牌显示在一个JTextArea控件内-java simulate artificial shuffle by clicking the shuffle button to shuffle, click on the the licensing button to licensing. Each card is displayed in the control of a JTextArea
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时的一个小作业,包括界面的布局和事件的编写,扑克牌的发牌,洗牌,最后比较牌分出胜负。可以供新手参考参考,内有详细的注释。