CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 均匀分布 随机数

搜索资源列表

  1. j

    0下载:
  2. 杂波的一个MATLAB仿真,杂波的产生:先生成一个(0,1)分布的随机数r,让后根据poission分布产生杂波的个数n,这n个杂波是服从均匀分布-Clutter a MATLAB simulation, the resulting clutter: a President (0,1) distribution of the random number r, let poission distributed according to the number of clutter have n, t
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:669
    • 提供者:余秦
  1. unif_gen

    0下载:
  2. 用DSP 5509平台上用C语言产生均匀分布的随机数-DSP 5509 platform by using C language have uniformly distributed random number
  3. 所属分类:DSP program

    • 发布日期:2017-04-16
    • 文件大小:16398
    • 提供者:yinfeng
  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
    • 文件大小:15897
    • 提供者:zhu
  1. generation_exponential_random_vatiable

    0下载:
  2. 概率密度函数符合指数分布的随机数序列 采用线性变换法由均匀分布序列生成-generation of exponential random variable
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-03
    • 文件大小:806
    • 提供者:lvbo
  1. generation_Rayleigh_random_variable

    0下载:
  2. 生成具有瑞丽分布的随机数序列 采用线性变化法由均匀分布的随机数序列变换-generation of Rayleigh Distribution random varialbe
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-04
    • 文件大小:1406
    • 提供者:lvbo
  1. CH13

    0下载:
  2. 13.1 0-1之间均匀分布的一个随机数mrnd1.c 13.2 0-1之间均匀分布的随机数序列mrnds.c 13.3 任意区间内均匀分布的一个随机整数mrab1.c 13.4 任意区间内均匀分布的随机整数序列mrabs.c 13.5 任意均值与方差的一个正态分布随机数mgrn1.c 13.6 任意均值与方差的正态分布随机数序列mgrns.c-13.1 0-1 uniformly distributed between the mrnd1.c 13.2 0-1 a rand
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:4384
    • 提供者:yangasdtat
  1. Randomgenerator

    0下载:
  2. 能够产生含有各种分布的随机数程序,包括均匀分布、正态分布等-random number genrator
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:36519
    • 提供者:王鹏
  1. generate-random-numberithm

    0下载:
  2. 用线性同余法和Wichman-Hill算法产生[0,1]均匀分布的随机数-With a linear congruent method and Wichman-Hill algorithm to generate [0,1] uniformly distributed random number
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:4844
    • 提供者:小于儿
  1. suijishu

    0下载:
  2. 关于随机数生产的文章,通过其中介绍的几种算法可以生成均匀分布等随机数-The article about random production, introduced by which several algorithm can generate random uniform distribution, etc
  3. 所属分类:matlab

    • 发布日期:2017-05-17
    • 文件大小:4208273
    • 提供者:欣欣
  1. junyunfenbu

    0下载:
  2. 用数学的思想编写出的生成均匀分布的1000个随机数,数学思想可参照之前上传的论文-Mathematical ideas to write the generated 1000 uniformly distributed random number,
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:85181
    • 提供者:欣欣
  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
    • 文件大小:709
    • 提供者:wswfx
  1. blitz-0.9.tar

    2下载:
  2. blitz++库的相应源码 Blitz++提供了一个N维(1—10)的Array类,这个Array类以reference counting技术实现,支持任意的存储序(row-major的C-style数组,column-major的Fortran-style数组),数组的切割(slicing),子数组的提取(subarray),灵活的Array相关表达式处理。另外提供了可以产生不同分布的随机数(F,Beta,Chi-Square,正态,均匀分布等)的类也是很有特色的。 -blitz++
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:3124301
    • 提供者:邓德君
  1. MRANDOM

    0下载:
  2. 用来产生均匀分布或高斯分布的伪随机数 (近似白噪声),它们可具有不同的均值和方差-Used to generate uniform or Gaussian distribution of the pseudo-random number (similar to white noise), they may have different mean and variance
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:1138
    • 提供者:xuzhenfei
  1. FLch

    0下载:
  2. 用乘同余法产生随机数 ,产生的(0-1)均匀分布的随机序列 白噪声产生程序,用乘同余法产生-Produced by the same method with more than random number generated (0-1) uniformly distributed random sequence white noise generation process, with the method generated by congruence
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:942
    • 提供者:仁惠
  1. distribution

    0下载:
  2. 瑞利分布,正态分布和泊松分布的随机数产生,参数可变,灵活性强,其中的均匀分布采用库中自带rand函数生成。-rayleigh,normal and poisson distribution
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1328
    • 提供者:龙小凤
  1. random_number

    0下载:
  2. 随机数的生成: 任意区间均匀分布, 以及任意均值与方差的正态分布 随机数以及随机序列的生成-random number
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:3187
    • 提供者:吴刚
  1. normalnumber

    0下载:
  2. 任意区间均匀分布, 以及任意均值与方差的正态分布 随机数以及随机序列的生成-random normal number
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1271
    • 提供者:吴刚
  1. histogram

    0下载:
  2. 直方图。产生均匀分布和高斯分布随机数,并在控制台中以直方图形式输出。-Gaussian and Uniform Histogram
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:1467
    • 提供者:cher
  1. gause-noise-by-vc-

    0下载:
  2. 利用伪随机数理论生成均匀分布的高斯白噪声,并绘制出白噪声的时域图-programing Gause noise by vc++
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:2084212
    • 提供者:matthew zhou
  1. opencv_rand

    0下载:
  2. opencv两种产生随机数的方法。通过改变参数,可生成均匀分布和高斯分布的随机数。-The code is writen by opencv.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:962584
    • 提供者:creator
« 1 2 3 45 6 7 »
搜珍网 www.dssz.com