CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - SHUFFLE

搜索资源列表

  1. writenoise_cpp

    0下载:
  2. 用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
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2kb
    • 提供者:road
  1. surrogates

    1下载:
  2. 替代数据生成算法。包括常用的随机相位法(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
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:10.29kb
    • 提供者:彭跃华
  1. xipai

    0下载:
  2. 随机洗牌,打乱牌的顺序,学会创建与数组的使用方法。-Random shuffle, disrupting the order of licensing and learn to create and use arrays.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1.94kb
    • 提供者:lands
  1. Shuffle

    0下载:
  2. 用VB洗牌源代码,游戏算法示例,是不是没搞懂是怎么回事呢?-Shuffle with VB source code, game algorithm example, is not never get to know how the matter?
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:3.6kb
    • 提供者:xivjie001
  1. Shuffle

    0下载:
  2. An Algorithm for Image Shuffling
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:881byte
    • 提供者:Omid
  1. p261plus

    0下载:
  2. 一套扑克牌洗牌算法,带有详尽的解释,适合初学者学习-A set of playing cards shuffle algorithm, with detailed explanations, suitable for beginners to learn
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:641byte
    • 提供者:
  1. xifapai

    0下载:
  2. 洗牌发牌程序,实现牌堆打乱以及四个方位的重组-Shuffle licensing procedures, to achieve brand heap disrupted and the reorganization of the four directions
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1.47kb
    • 提供者:涵子
  1. shuffle

    0下载:
  2. 扰乱数据集函数,数据集采用 属性×实例数 格式存储,输出等同。-Disrupt the data collection function, the data set using the format attribute × number of instances stored in the output the same.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:527byte
    • 提供者:妮子
  1. Shuffle

    0下载:
  2. Image pixels shuffling
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:888byte
    • 提供者:Omid
  1. scramble

    0下载:
  2. 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
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:164.5kb
    • 提供者:zxy
  1. shuffle-cards

    0下载:
  2. 洗牌算法,把一副牌随机的依次发给四个玩家。-Shuffling algorithm, the random order of a deck of cards issued to four players.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:781byte
    • 提供者:王乐
  1. Shuffle-Cards

    0下载:
  2. 随机洗牌程序 利用随机数进行不断地切牌和完美洗牌-Random shuffling procedure using random numbers to continue to cut cards and perfect shuffle
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:3.1kb
    • 提供者:林迪
  1. Artificial-shuffle

    0下载:
  2. 模拟人工洗牌使用结构card 来描述一张牌,用随机函数来模拟人工洗牌的过程,最后将洗好的52张牌顺序分别发给四个人。 对每个人的牌要按桥牌的规则输出。即一个人的牌要先按牌的花色(顺序为梅花、方块、红心和黑桃)进行分类,同一类的牌要再按A、K、Q、J、…、3、2牌的大小顺序排列。另发牌应按四个人的顺序依次分发。 -Artificial shuffle
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1.1kb
    • 提供者:黄瑞青
  1. randmat

    0下载:
  2. 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
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:994byte
    • 提供者:LZM
  1. shuffle

    2下载:
  2. 利用拉格朗日松弛法求解机组组合问题,考虑领域搜索的随机性-Using Lagrangian relaxation method to solve the unit combination problem, considering the randomness of the search field
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:214.07kb
    • 提供者:闫秉科
  1. algorithms-master

    0下载:
  2. 1. 经典的算法实现 2. 服务器端 3. 正确,易于使用和改造, 一个头文件一个算法,并附带一个demo. 1. 一个算法用一个.h文件表示放到include下.2. 算法演示的demo程序放到src下.3. 程序正确通过后,请发起Pull Requests,代码被验证后入库,并在README中发布新算法实现。 已实现 ( Implemented ): Array shuffle Prime test(trial division) Prime test(Mi
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1.56mb
    • 提供者:汪小君
  1. ShuffleNet-master

    0下载:
  2. 一种专门为移动端设备而设计的高效卷积神经网络结构——ShuffleNet,这种新结构将点态组卷积(pointwise group convolution)和通道随机混合(channel shuffle)这两种经典方法进行结合与改进,大大提升了计算效率 。(ShuffleNet is an efficient convolutional neural network designed for mobile terminal devices. This new structure combines
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-26
    • 文件大小:6kb
    • 提供者:wu joy
搜珍网 www.dssz.com