搜索资源列表
PKGame
- 本类程序是模拟两个人玩三张牌的游戏(还包含简单的洗牌过程)。
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
Puke
- 扑克程序,四人,自动洗牌发牌,简单易懂,简洁明了-Poker program, four, automatic shuffling licensing, easy to understand, concise
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
card
- 实现扑克牌洗牌、发牌、并整理牌的程序。经过调试,不会发出重复的牌-Achieve poker shuffling, licensing, and licensing procedures for finishing. After debugging, will not issue duplicate licenses
PGame
- 一个简易的扑克牌程序,可以完成洗牌功能,很强大的-A simple poker program, you can complete the shuffle function, very strong
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
puke
- 扑克牌的洗牌程序,创建扑克牌类,洗牌类和发牌类-Poker shuffling process, create poker classes, classes and licensing classes shuffle
xipai
- 使用javascr ipt制作扑克牌洗牌页面!-Production of cards shuffling pages using javascr ipt!
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
Casino
- §6.4 节的程序洗牌时,首先随机地确定一副牌的两个位置,然后交互这两个位置的牌,我们玩牌时很少采用这种洗牌方式。一种常见洗牌方式是随机地从一副牌中抽出连续一叠牌,将它们放在剩余牌的最上面,并且不断重要这一过程。试将§6.4 节程序的洗牌程序改进为这种洗牌方式。(提示:只需修改§6.4 节程序的shuffle()方法,仍由伪随机数确定数组中的两个位置,然后将数组中间的连续一段元素移到最前;移动时既可逐个元素地向前移,也可考虑引入一个临时的辅助数组。)-§ 6.4 section of the p
PukCard
- 一个java实现的简单的洗牌程序,可以为任意副牌.-A simple program of pukcard
Card
- 模拟扑克牌洗牌和分牌过程的JAVA程序代码-Analog poker shuffle and sub-licensing process Java code