搜索资源列表

  1. 05041062

    0下载:
  2. 1.产生(0-1)分布随机数的方法:z i =(16807zi-1 +1)mod(pow(2,32)).被主函数调用. 2.产生U(0-1)分布利用公式:x1=sqrt(-2lnU1)cos(2PiU2), x2=sqrt(-2lnU1)sin(2PiU2) 3.产生瑞利分布,用两个独立同分布的正态分布值,用公式 x= sqrt(Y1*Y1+Y2*Y2)产生瑞利随机数. 4泊松分布-1. 20 (0-1) random nu
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:52813
    • 提供者:吕军红
  1. rayleigh_random

    0下载:
  2. 产生N=100个在(0,50)区间内满足瑞利分布的随机数-have N = 100 (0.50) interval meet Rayleigh distribution of random numbers
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:980
    • 提供者:陈陈
  1. c语言产生随机数

    1下载:
  2. 用C语言产生随机数 泊松分布 高斯分布 瑞利分布
  3. 所属分类:源码下载

  1. 05041062

    0下载:
  2. 1.产生(0-1)分布随机数的方法:z i =(16807zi-1 +1)mod(pow(2,32)).被主函数调用. 2.产生U(0-1)分布利用公式:x1=sqrt(-2lnU1)cos(2PiU2), x2=sqrt(-2lnU1)sin(2PiU2) 3.产生瑞利分布,用两个独立同分布的正态分布值,用公式 x= sqrt(Y1*Y1+Y2*Y2)产生瑞利随机数. 4泊松分布-1. 20 (0-1) random nu
  3. 所属分类:通讯编程

    • 发布日期:2024-05-23
    • 文件大小:52224
    • 提供者:吕军红
  1. rayleigh_random

    0下载:
  2. 产生N=100个在(0,50)区间内满足瑞利分布的随机数-have N = 100 (0.50) interval meet Rayleigh distribution of random numbers
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:陈陈
  1. random_number

    0下载:
  2. 产生服从正态、瑞利、泊松分布的随机数。分别为N(0,1),N(0,3.6),Rayleigh(0,1),R(0,3.6),P(0,1),P(0,3.6)-Have to obey normal, Rayleigh, Poisson distribution of random numbers. Were N (0,1), N (0,3.6), Rayleigh (0,1), R (0,3.6), P (0,1), P (0,3.6)
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-23
    • 文件大小:347136
    • 提供者:杨睛
  1. RVG

    0下载:
  2. 用于生成不同参数的正态分布的随机数;瑞利分布随机数;泊松分布随机数-Different parameters used to generate the normal distribution of random numbers Rayleigh distribution random numbers Poisson distribution random number
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:黎家祥
  1. random

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

    • 发布日期:2024-05-23
    • 文件大小:344064
    • 提供者:李珊珊
  1. random

    0下载:
  2. 第13章: 随机数生成 PFQZ 用平方取中法产生随机数列 MixMOD 用混合同余法产生随机数列 MulMOD1 用乘同余法1产生随机数列 MulMOD2 用乘同余法2产生随机数列 PrimeMOD 用素数模同余法产生随机数列 PowerDist 产生指数分布的随机数列 LaplaceDist 产生拉普拉斯分布的随机数列 RelayDist 产生瑞利分布的随机数列 CauthyDist 产生柯西分
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:5120
    • 提供者:舞蛳
  1. yuanchengxu

    0下载:
  2. 高斯的分布产生随机数的方法: 在瑞利分布生成随机数的方法 该程序是用C + +语言,程序的项目可以通过VS2005打开。对于每个分配,程序生成的随机数10000 泊松分布生成随机数的方法:-The program is written by C++ language, the program project can be opened by VS2005. For each distribution, the p
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:孙杰
  1. rayleigh

    0下载:
  2. 利用C仿真随机过程瑞利分布,产生的随机数写到输出文件中-simulation of rayleigh distribution by C language alongwith the output
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-23
    • 文件大小:2048
    • 提供者:汪伟
  1. distribution

    0下载:
  2. 产生均匀分布、正态分布、瑞利分布、泊松分布这几种分布的随机数,包括实现各部分的子函数和主函数-Produce uniform distribution, normal distribution, Rayleigh distribution, Poisson distribution random number distribution of these types, including the realization of the va
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:12727296
    • 提供者:曾韬
  1. rayleigh

    0下载:
  2. 由随机数产生瑞利分布,瑞利分布函数在许多方面都有应用,比如某些噪声的分布就属于此分布。-By the random number generator Rayleigh distribution, Rayleigh distribution function has applications in many areas, such as some of the noise distribution on the part of this
  3. 所属分类:Windows编程

    • 发布日期:2024-05-23
    • 文件大小:1243136
    • 提供者:小虎
  1. random_Number

    0下载:
  2. 用于产生高斯分布,瑞利分布,泊松分布随机数的c程序以及相关文档。-codes to gergerate random number for gaussian,rayleigh and poission distribution.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-23
    • 文件大小:540672
    • 提供者:张宏
  1. suijishu

    0下载:
  2. 产生各种分布随机数的matlab程序,包括指数分布 高斯分布 瑞利分布 莱斯分布-Distributed random numbers generated matlab various procedures, including the exponential distribution Blaise Gaussian distribution sub-sub-Bu Ruili
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:许亮
  1. LPc

    0下载:
  2. 用C语言编写的,采用瑞利分布产生一个随机数-With the C language, using a random number generated Rayleigh distribution
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-23
    • 文件大小:2048
    • 提供者:pange
  1. distribution

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

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:龙小凤
  1. Rayleigh

    0下载:
  2. 采用C语言的方式编写模拟输出一组符合瑞利分布的伪随机数。(rayleigh of c langage.)
  3. 所属分类:matlab例程

  1. 瑞利随机数

    0下载:
  2. 生成Rayleigh 分布的随机数,为信号在瑞利信道中传输,生成的瑞利衰落提供函数(The random number of Rayleigh distribution is generated to transmit the signal in Rayleigh channel and the generated Rayleigh fading provides functions)
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-23
    • 文件大小:436224
    • 提供者:uuu就是
  1. Desktop5

    0下载:
  2. 用C语言产生正态分布随机数、泊松分布随机数和瑞丽分布随机数(Using C language to produce normal distribution random number, Poisson distribution random number and Rayleigh distribution random number)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:阿杰哟666
« 12 3 »

源码中国 www.ymcn.org