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

搜索资源列表

  1. random number generator

    0下载:
  2. 一个随机数发生器的代码,C++实现-a random number generator code, C + +
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1.11kb
    • 提供者:启东
  1. random.zip 使用汇编产生随机数的程序

    0下载:
  2. 使用汇编产生随机数的程序 , The use assembly has the random number procedure
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-11-08
    • 文件大小:6.75kb
    • 提供者:
  1. localRand

    0下载:
  2. 常用随机数发生器,C实现 /* * 文件包含了6个函数,它们能产生符合相应分布的规律的随机数: * GenUniformRnd : 产生一个随机数,符合均匀分布。(伪随机序列) * GenBernoulliRnd : 产生一个随机数,符合伯努利分布。 * GenBinomialRnd : 产生一个随机数,符合二项分布。 * GenPoissonRnd : 产生一个随机数,符合泊松分布。 * GenExponentRnd : 产生一个随机数,符合指数分布。
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1.11kb
    • 提供者:lo
  1. general-random-number-in-C-Sharp

    0下载:
  2. 在C#中,产生一般随机数用Random即可,但是,若要产生服从特定分布的随机数,就需要一定的算法来支持了,产生服从正态分布、泊松分布、指数分布以及负指数分布随机数的方法-A general random number in C#, you can use Random, but to have to obey a particular distribution of random numbers, you need a certain algorithm to support, resultin
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:25.63kb
    • 提供者:于立凯
  1. rng_opencore

    0下载:
  2. opencore, random number generator, verilog
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:3.25kb
    • 提供者:jason
  1. random

    0下载:
  2. 随机数产生器的汇编源代码,具体自己看看吧,其实很简单的-Random number generator to compile the source code, specifically to see their own right, it is actually very simple
  3. 所属分类:assembly language

    • 发布日期:2017-03-23
    • 文件大小:6.26kb
    • 提供者:吴纪超
  1. random_number_gernerator

    0下载:
  2. random number generator,随机数产生器,可以产生均匀分布的随机数,有Mersenne twister, RANROT-B,RANROT-W, Mother-of-all等-random number generator, random number generator can generate uniformly distributed random numbers, there are Mersenne twister, RANROT-B, RANROT-W, Mothe
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-24
    • 文件大小:15.52kb
    • 提供者:zhu
  1. Random

    0下载:
  2. 标准C实现,根据线形同余法的随机数生成器-Standard C implementation, according to wire more than the law is tantamount to random number generator
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:3.91kb
    • 提供者:杨颖
  1. random

    0下载:
  2. 利用matlab语言编写的标准正态分布,泊松分布,瑞利分布下的随机数的产生。-Use of matlab language standard normal distribution, Poisson distribution, Rayleigh distribution under the random number generation.
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:336.3kb
    • 提供者:李珊珊
  1. RHandRand

    0下载:
  2. 用matlab仿真对光谱进行定标和很好的一个随机数发生器-Matlab simulation of the spectrum used for calibration and a very good random number generator
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-27
    • 文件大小:118.61kb
    • 提供者:Ellison
  1. bsearch

    0下载:
  2. binary search and Sets the seed of the random number generator,computes a random integer in a range
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:770byte
    • 提供者:puneet
  1. MATLABforgenerationofrandomvalues

    0下载:
  2. 3种伪随机数列发生器的matlab编码以及其各种特性的分析-Three kinds of pseudo-random number generator matlab bar coding and analysis of its characteristics
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:144.12kb
    • 提供者:黎明
  1. 3

    0下载:
  2. 随机数生成程序,用于作为系统辨识的输入信号,得出相应的输出-Random number generator procedure for system identification as an input signal, the output reached
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:606byte
    • 提供者:
  1. PUF_Based_RNG_paper

    0下载:
  2. Hardware random number generators attempt to extract randomness directly from complex physical systems. In this way they create random outputs without requiring any seed inputs. In this paper we describe how to use Physical Random Functions (or Phy
  3. 所属分类:DSP program

  1. random

    0下载:
  2. 亂數出來的藝術 由flash程式編寫 值得一玩看看喔-The art of random number out of programming by the flash is worth playing to see喔
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:687.8kb
    • 提供者:chienta
  1. random-number

    0下载:
  2. 数据结构典型算法的代码: 关于Chi-Quadrat算法的随机数产生-Data structure of a typical algorithm code: Chi-Quadrat algorithm on the random number generator
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1.32kb
    • 提供者:ly weimar
  1. generate_random

    0下载:
  2. Matlab下生成给定分布律的随机数的程序。包括采用余数法,产生一个N(0,1)正态分布随机数等。-generate the random number you give the rules.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1.53kb
    • 提供者:wzhy
  1. random

    2下载:
  2. 伪随机数产生器,可以根据输入的控制字产生需要的伪随机数-Pseudo-random number generator
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-10-26
    • 文件大小:1.97kb
    • 提供者:chengaj
  1. random

    0下载:
  2. 产生符合一定分布的随机数的方法是,先产生(0,1)均匀分布的随机数,然后通过一个适当的变换方法得到所要求分布的随机数。常用的均匀分布伪随机序列发生器有线性同余发生器和线性反馈移位寄存器两种。-That meet certain distribution of the random number is first generated (0,1) uniformly distributed random number, then an appropriate transformation metho
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-27
    • 文件大小:709byte
    • 提供者:wswfx
  1. Random-number-generation

    0下载:
  2. matlab种各种随即数的生成源代码,文件中有近20种随机数的产生。-the number of species then matlab generate all the source code, file, nearly 20 kinds of random number generation.
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:14.78kb
    • 提供者:yumingwei
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com