搜索资源列表
writenoise_cpp
- 用c/c++产生源码. 本人平时收集的. 主要用于算法仿真. Park and Miller with Bays-Durham shuffle and added safeguards-with c / c generated source. I usually collected. Mainly used for algorithm simulation. Park and Mil ler with Bays-Durham shuffle and added safegua rds
surrogates
- 替代数据生成算法。包括常用的随机相位法(shuffle.m and surrogate.m),周期随机相位法(cycleshuffle.m)和PPS算法(pps.m and findrho.m).-Surrogate data algorithms, including the usual approaches (shuffle.m and surrogate.m), the cycle shuffle version (cycleshuffle.m) and the PPS algorithm
xipai
- 准确地实现了发牌洗牌算法,为斗地主算法提供基础-Accurately to achieve the licensing shuffle algorithm, provide the basis for the algorithm斗地主
Shuffling-algorithm
- 这个程序是一个洗牌算法的实现,vc++8.0环境,很简单的几行代码,你可以参考一下,从这几行代码,你会对洗牌算法的原理有所了解,最简单的应用就是扫雷程序中雷是如何分布的呢?完全可以应用洗牌算法去实现。-This procedure is a shuffling algorithm, vc++ 8.0 environment, a very simple few lines of code, you can refer to, from a few lines of code, you will
shuffler
- 在Linux编程环境下实现Shuffle排序算法,并附带Visio流程图 演示文稿-Programming environment in Linux to achieve Shuffle sorting algorithm and flow chart attached Visio presentation
Shuffle
- 用VB洗牌源代码,游戏算法示例,是不是没搞懂是怎么回事呢?-Shuffle with VB source code, game algorithm example, is not never get to know how the matter?
Calculator
- 简单的银行排队机的代码,老师给的答案,不知道好不好,大家可以随便参考一下,懂得随机洗牌的算法-Bank Queue simple code, the teacher' s answer, do not know good or not, we can easily refer to, understand the random shuffle algorithm
Shuffle
- An Algorithm for Image Shuffling
p261plus
- 一套扑克牌洗牌算法,带有详尽的解释,适合初学者学习-A set of playing cards shuffle algorithm, with detailed explanations, suitable for beginners to learn
shufflenetwork
- 洗牌网路由算法的平均跳数和连通度的变化函数关系-Shuffle network by the algorithm, the average number of hops and changes in function of connectivity
shuffle-cards
- 洗牌算法,把一副牌随机的依次发给四个玩家。-Shuffling algorithm, the random order of a deck of cards issued to four players.
Pork
- 简单的扑克牌代码,可以实现扑克牌的洗牌、发放以及抽牌,洗牌的算法思想对初学者很有帮助。-Of simple poker code poker shuffle, payment, and draw shuffling algorithm ideological helpful for beginners.
shuffle
- 在Java语言中生成随机数相对来说比较简单,因为有一个现成的方法可以使用。在Math类中,Java语言提供了一个叫做random的方法。通过这个方法可以让系统产生随机数。不过默认情况下,其产生的随机数范围比较小,为大于等于0到小于1的double型随机数。虽然其随机数产生的范围比较小,不能够满足日常的需求。如日常工作中可能需要产生整数的随机数。其实,只要对这个方法进行一些灵活的处理,就可以获取任意范围的随机数。 -how to make it in c or c++ using the sh
deck-of-cards
- 编写一个洗牌和发牌的程序,包含类Card, 类DeckOfCards和一个驱动程序 类Card有: a) int型的数据成员face和suit b) 接受两个int型数据表示面值和花色的构造函数用于初始化数据 c) 两个string类型的static数组代表面值和花色 d) 一个toString函数返回Card,形式是“face of suit”的字符串。可以用+运算符连接字符串 类DeckOfCards有: a) 一个名为deck的Card类vector,用于存储C
algorithms-master
- 1. 经典的算法实现 2. 服务器端 3. 正确,易于使用和改造, 一个头文件一个算法,并附带一个demo. 1. 一个算法用一个.h文件表示放到include下.2. 算法演示的demo程序放到src下.3. 程序正确通过后,请发起Pull Requests,代码被验证后入库,并在README中发布新算法实现。 已实现 ( Implemented ): Array shuffle Prime test(trial division) Prime test(Mi
xipai
- 准确地实现了发牌洗牌算法,为斗地主算法提供基础-Accurately to achieve the licensing shuffle algorithm, provide the basis for the algorithm斗地主
xipai
- 准确地实现了发牌洗牌算法,为斗地主算法提供基础-Accurately to achieve the licensing shuffle algorithm, provide the basis for the algorithm斗地主
0500240
- 在控制台应用程序下实现简单的人工洗牌算法,实现语言csharp-Under the console application to shuffle the simple algorithm, implementation language csharp
theAqderapplication
- 在控制台应用程序下实现简单的人工洗牌算法,实现语言csharp(Under the console application to shuffle the simple algorithm, implementation language csharp)