搜索资源列表
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
- 随机洗牌,打乱牌的顺序,学会创建与数组的使用方法。-Random shuffle, disrupting the order of licensing and learn to create and use arrays.
Shuffle
- 用VB洗牌源代码,游戏算法示例,是不是没搞懂是怎么回事呢?-Shuffle with VB source code, game algorithm example, is not never get to know how the matter?
Shuffle
- An Algorithm for Image Shuffling
p261plus
- 一套扑克牌洗牌算法,带有详尽的解释,适合初学者学习-A set of playing cards shuffle algorithm, with detailed explanations, suitable for beginners to learn
xifapai
- 洗牌发牌程序,实现牌堆打乱以及四个方位的重组-Shuffle licensing procedures, to achieve brand heap disrupted and the reorganization of the four directions
shuffle
- 扰乱数据集函数,数据集采用 属性×实例数 格式存储,输出等同。-Disrupt the data collection function, the data set using the format attribute × number of instances stored in the output the same.
Shuffle
- Image pixels shuffling
scramble
- These routines scramble an audio file by moving around short, overlapping windows within a local window. They can be used to create new versions of existing recordings that preserve the spectral content over longer time scales, but remove structure a
shuffle-cards
- 洗牌算法,把一副牌随机的依次发给四个玩家。-Shuffling algorithm, the random order of a deck of cards issued to four players.
Shuffle-Cards
- 随机洗牌程序 利用随机数进行不断地切牌和完美洗牌-Random shuffling procedure using random numbers to continue to cut cards and perfect shuffle
Artificial-shuffle
- 模拟人工洗牌使用结构card 来描述一张牌,用随机函数来模拟人工洗牌的过程,最后将洗好的52张牌顺序分别发给四个人。 对每个人的牌要按桥牌的规则输出。即一个人的牌要先按牌的花色(顺序为梅花、方块、红心和黑桃)进行分类,同一类的牌要再按A、K、Q、J、…、3、2牌的大小顺序排列。另发牌应按四个人的顺序依次分发。 -Artificial shuffle
randmat
- shuffle数据向量, Shuffles array elements or cell elements randomly.- For vectors, RANDMAT(X) shuffles the array by calling randperm- use randperm instead. For matrices, RANDMAT(X) shuffles the elements randomly. RANDMAT works for 1 o
shuffle
- 利用拉格朗日松弛法求解机组组合问题,考虑领域搜索的随机性-Using Lagrangian relaxation method to solve the unit combination problem, considering the randomness of the search field
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
ShuffleNet-master
- 一种专门为移动端设备而设计的高效卷积神经网络结构——ShuffleNet,这种新结构将点态组卷积(pointwise group convolution)和通道随机混合(channel shuffle)这两种经典方法进行结合与改进,大大提升了计算效率 。(ShuffleNet is an efficient convolutional neural network designed for mobile terminal devices. This new structure combines