CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - shuffle algorithm

搜索资源列表

  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
    • 文件大小:2047
    • 提供者: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
    • 文件大小:10533
    • 提供者:彭跃华
  1. xipai

    0下载:
  2. 准确地实现了发牌洗牌算法,为斗地主算法提供基础-Accurately to achieve the licensing shuffle algorithm, provide the basis for the algorithm斗地主
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-10
    • 文件大小:1692
    • 提供者:刘雪娅
  1. Shuffling-algorithm

    0下载:
  2. 这个程序是一个洗牌算法的实现,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
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:6950
    • 提供者:ivan
  1. shuffler

    0下载:
  2. 在Linux编程环境下实现Shuffle排序算法,并附带Visio流程图 演示文稿-Programming environment in Linux to achieve Shuffle sorting algorithm and flow chart attached Visio presentation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:169290
    • 提供者:杨晓艳
  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
    • 文件大小:3686
    • 提供者:xivjie001
  1. Calculator

    0下载:
  2. 简单的银行排队机的代码,老师给的答案,不知道好不好,大家可以随便参考一下,懂得随机洗牌的算法-Bank Queue simple code, the teacher' s answer, do not know good or not, we can easily refer to, understand the random shuffle algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:71450
    • 提供者:林琳
  1. Shuffle

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

    • 发布日期:2017-03-28
    • 文件大小:881
    • 提供者: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
    • 文件大小:641
    • 提供者:
  1. shufflenetwork

    0下载:
  2. 洗牌网路由算法的平均跳数和连通度的变化函数关系-Shuffle network by the algorithm, the average number of hops and changes in function of connectivity
  3. 所属分类:SQL Server

    • 发布日期:2017-03-29
    • 文件大小:78568
    • 提供者:周磊
  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
    • 文件大小:781
    • 提供者:王乐
  1. shuffle

    0下载:
  2. 在Java语言中生成随机数相对来说比较简单,因为有一个现成的方法可以使用。在Math类中,Java语言提供了一个叫做random的方法。通过这个方法可以让系统产生随机数。不过默认情况下,其产生的随机数范围比较小,为大于等于0到小于1的double型随机数。虽然其随机数产生的范围比较小,不能够满足日常的需求。如日常工作中可能需要产生整数的随机数。其实,只要对这个方法进行一些灵活的处理,就可以获取任意范围的随机数。 -how to make it in c or c++ using the sh
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-09
    • 文件大小:758
    • 提供者:庞冲汉
  1. deck-of-cards

    6下载:
  2. 编写一个洗牌和发牌的程序,包含类Card, 类DeckOfCards和一个驱动程序 类Card有: a) int型的数据成员face和suit b) 接受两个int型数据表示面值和花色的构造函数用于初始化数据 c) 两个string类型的static数组代表面值和花色 d) 一个toString函数返回Card,形式是“face of suit”的字符串。可以用+运算符连接字符串 类DeckOfCards有: a) 一个名为deck的Card类vector,用于存储C
  3. 所属分类:source in ebook

    • 发布日期:2017-04-09
    • 文件大小:2048
    • 提供者:张国
  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
    • 文件大小:1636510
    • 提供者:汪小君
  1. xipai

    0下载:
  2. 准确地实现了发牌洗牌算法,为斗地主算法提供基础-Accurately to achieve the licensing shuffle algorithm, provide the basis for the algorithm斗地主
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:1737
    • 提供者:rerksatha
  1. xipai

    0下载:
  2. 准确地实现了发牌洗牌算法,为斗地主算法提供基础-Accurately to achieve the licensing shuffle algorithm, provide the basis for the algorithm斗地主
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2276
    • 提供者:pppep296youhizh
  1. 0500240

    0下载:
  2. 在控制台应用程序下实现简单的人工洗牌算法,实现语言csharp-Under the console application to shuffle the simple algorithm, implementation language csharp
  3. 所属分类:Dialog_Window

    • 发布日期:2017-12-14
    • 文件大小:7847
    • 提供者:AIOE_81472
  1. theAqderapplication

    0下载:
  2. 在控制台应用程序下实现简单的人工洗牌算法,实现语言csharp(Under the console application to shuffle the simple algorithm, implementation language csharp)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-21
    • 文件大小:7168
    • 提供者:孙丽雅
搜珍网 www.dssz.com