搜索资源列表

  1. 高斯随机数的产生

    0下载:
  2. 程序只产生均值为0,方差为1的随机数,要产生均值为E,方差为D的随机数,只要随机数*D+E就可以了。高斯随机数程序还是带参数的,参数是用来描述正态分布的一个浮点数表。在执行程序时,先生成这个表(只做一次),而后就可以任意多次地执行高斯随机数产生程序了。使用C是为了保证通用性,如果有人觉得麻烦,可以用C++做个类,把这些东西都封装进去。另外,如果有人有兴趣,也可以把它修改成任意形式分布的连续随机数产生程序,修改非常简单,这里就不提示了。-
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-17
    • 文件大小:2048
    • 提供者:范范
  1. 随机数产生起stocc

    0下载:
  2. 很好用的随机数产生器,包含正态分布,对数正态分布,均匀分布等好多随机分布的随机数产生方法。-good on a random number generator, including normal, lognormal distribution, uniform distribution of many random distribution of random selection.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-17
    • 文件大小:167936
    • 提供者:李玉强
  1. random_nor_eve

    0下载:
  2. 用VC++6实现的一个伪随机数生成演示程序源码,包含了正态分布随机数生成和平均分布随机数两种生成方式。-VC 6 achieved a pseudo-random number generator demonstration program source code, including the normal random number generation and distribution of random numbers gener
  3. 所属分类:界面编程

    • 发布日期:2024-06-17
    • 文件大小:23552
    • 提供者:黄亮
  1. T函数产生方法

    0下载:
  2. 由于vc系统随机函数产生的数均匀分布,有时要用到正态分布和分布,这是两个小函数,让你们见笑了-vc system because of the random number function evenly distributed, and sometimes we had to use normal distribution and distribution, which is two small functions so that yo
  3. 所属分类:其他小程序

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:朱晓峰
  1. GeneticAlgorithms_matlab

    0下载:
  2. X(t)=Asin(2*pi *f *t+ q)+n(t) 估计其中的参数为A,f, q。n(t)为随机噪声,服从正态分布。 其他的具体见附件中的程序 -X (t) = 4sin (2* pi* f* t q) n (t) is estimated parameters A, f, q. N (t) of random noise, subject to normal. Other specific see annex t
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-17
    • 文件大小:6144
    • 提供者:戴朝华
  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-06-17
    • 文件大小:52224
    • 提供者:吕军红
  1. balldrop

    0下载:
  2. 随机筛选,小球下落,模拟正态分布曲线 java源码 编译后class 及applet直观演示-random screening, the whereabouts of the ball, simulation normal distribution curve java source and compiled class applet visual demonstration
  3. 所属分类:游戏

    • 发布日期:2024-06-17
    • 文件大小:16384
    • 提供者:weiwei
  1. normal_distribution_and_validation

    0下载:
  2. VB编的蒙特卡罗模拟用的正态分布随机数的产生与验证-VB series of the Monte Carlo simulation of the normal random number generation and verification
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:肖晶
  1. randomnumber

    0下载:
  2. 关于产生均匀分布和标准正态分布的随机变量的VC程序-on the production and distribution of uniform standard normal distribution of random variables VC Program
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:宋淑芳
  1. junyunfenbu.txt

    0下载:
  2. 由均匀分布的随机变量生成正态分布的随机变量的算法。-by uniform distribution of random variables generate normal random variable algorithm.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:clovel
  1. randomvariates

    0下载:
  2. 用c++生成多种随机变量,包括正态分布,瑞丽分布,泊松分布-c generated using a variety of random variables, including normal, Ruili distribution, Poisson distribution
  3. 所属分类:其他小程序

    • 发布日期:2024-06-17
    • 文件大小:81920
    • 提供者:wsx
  1. anaask

    0下载:
  2. 产生一个幅移键控(ASK)信号,具有正态分布的随机幅度。-have a rate-shift keying (ASK) signal is normally distributed random rate.
  3. 所属分类:matlab例程

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:cuixu
  1. dongtaitu

    0下载:
  2. 对于一个动态系统dy/dt=-y(t)+x(t-m),m为一个时间滞后常量,x(t)、y(t)都是关于时间 t的函数,其中x是一个正态分布的数据集合,可随机产生,这样情况下,如何将系统情况 用样本点表示出来 -for a dynamic system dy/dt =- y (t) x (t-m), m for a time lag constants, x (t), y (t) are on the function of
  3. 所属分类:其他小程序

    • 发布日期:2024-06-17
    • 文件大小:2048
    • 提供者:洪峰
  1. opencv-ex3-1

    0下载:
  2. 说明矩阵的一些操作方法:生成随机矩阵 显示矩阵 生成正态分布的随机矩阵-Note some of the matrix method of operation: generate random matrix display matrix to generate the normal distribution of random matrix
  3. 所属分类:图形图象

    • 发布日期:2024-06-17
    • 文件大小:4096
    • 提供者:赵富强
  1. jf_Box_Muller_transform

    0下载:
  2. Box-Muller变换,将[0,1]均匀分布转换为[0,1]高斯正态分布,在matlab中也可用randn函数生成正态分布。变换的思想可用于其他没有正态分布随机函数的编程语言(如C)
  3. 所属分类:matlab例程

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:
  1. generate_random

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

    • 发布日期:2024-06-17
    • 文件大小:2048
    • 提供者:wzhy
  1. test3

    1下载:
  2. 1)产生高斯白噪声; 2)产生高斯色噪声; 3)产生高斯谱相关对数正态分布随机序列; 4)对产生的上述随机序列进行功率谱估计; 5)对产生的上述随机序列进行概率密度函数估计。(Generating a Gaussian spectral correlation logarithmic normal distribution random sequence;)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:吵吵闹闹
  1. 正态分布、均匀分布噪声特性分析matlab

    0下载:
  2. 随机信号均匀分布、正态分布噪声特性分析。随机信号试验。(matlab uniform distribution normal distribution)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-17
    • 文件大小:3072
    • 提供者:江流
  1. 正态分布的蒙特卡罗随机抽样

    0下载:
  2. 产生正态分布的随机数(produce random)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-17
    • 文件大小:289792
    • 提供者:呼呼哈嘿
  1. 校验正态分布

    0下载:
  2. 校验数据是否是正态分布,并算出方差与期望,同时画出正态分布图形,并在该正态分布参数上随机生成100个数据(Is the calibration data normal distribution, calculating variance and expectation, drawing normal distribution graph, and generating 100 data randomly on the normal di
  3. 所属分类:matlab例程

    • 发布日期:2024-06-17
    • 文件大小:29696
    • 提供者:Scorpion7425
« 12 3 4 5 »

源码中国 www.ymcn.org