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

搜索资源列表

  1. BallDrop.zip

    0下载:
  2. 标准正态分布,小球坠落演示
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:3599
    • 提供者:
  1. random_nor_eve

    1下载:
  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 generated both ways.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:23441
    • 提供者:黄亮
  1. 我编写的monte carlo随机数发生器

    3下载:
  2. 这是我在matlab环境下编写的产生随机数的源程序,包括产生均匀分布和正态分布,参数接口十分灵活。-in Matlab environment prepared by the random numbers generated by the source code, including the Uniform Distribution and normal distribution, parameter interface is very flexible.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1962
    • 提供者:存友
  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 you laughed at the
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:995
    • 提供者:朱晓峰
  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 to the proceedings
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6288
    • 提供者:戴朝华
  1. zhengtai

    0下载:
  2. 正态分布的图形演示 本题用c语言编写的画图程序要在tc2.0下运行. 其余程序在各种编译器下可以运行,-normal graphic demonstration that the use of language c drawing program to tc2.0 running. The remaining procedures in the various compiler can run under,
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:26333
    • 提供者:李超
  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 number distribution methods : i
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:52813
    • 提供者:吕军红
  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. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:16891
    • 提供者:weiwei
  1. ComputerSimulationofexponentialdistribution

    0下载:
  2. 计算机模拟指数分布,正态分布。很好的模拟程序,适用于其他需要计算机模拟指数分布与正态分布的场合。-Computer Simulation of exponential distribution, normal distribution. Good simulation of the procedures applied to other needs of the computer simulation of exponential distribution with the distributi
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-07
    • 文件大小:286113
    • 提供者:nick
  1. random

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

    • 发布日期:2017-03-28
    • 文件大小:5425
    • 提供者:舞蛳
  1. matlab-norm-distribution

    0下载:
  2. 用MATLAB产生正态分布和均匀分布,采用三种方法,并且进行纵横向对比-Generated using MATLAB normal and uniform distribution, using three methods, and conducted to compare vertical and horizontal
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:59342
    • 提供者:terminator
  1. m

    1下载:
  2. 该程序试图考察一组数据服从哪种分布(正态,指数或双边指数),并利用K-S检验对各种分布作了检验。-The program attempts to examine a set of data subject to which distribution (normal, exponential or bilateral index), and use KS test has been tested in a variety of distributions.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:260786
    • 提供者:姚益武
  1. DistridutionFunction

    2下载:
  2. 常见概率分布的随机数生成程序,包括均晕分布、高斯分布、对数正态分布、K分布、t分布、韦布尔分布。-Common probability distribution of the random number generation process, including both halo distribution, Gaussian distribution, lognormal distribution, K distribution, t distribution, Weibull distrib
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1986
    • 提供者:袁浩
  1. Statsbox

    0下载:
  2. 包括常用的各种概率分布抽样函数的工具箱,例如正态分布,伽马分布-a library of sampling function including various probability distribution
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:31503
    • 提供者:王而山
  1. normal-distribution-EDF-CDF

    1下载:
  2. matlab中正态分布曲线的产生以及正态分布样本经验分布曲线 EDF 和 分布函数曲线CDF 曲线的对比-matlab in the production and the normal distribution curve normal distribution curve for Empirical distribution function curve of EDF and CDF curve comparison
  3. 所属分类:matlab

    • 发布日期:2016-01-25
    • 文件大小:1024
    • 提供者:
  1. zabo_simulation

    0下载:
  2. 杂波的统计模型仿真程序,有相关瑞利分布模型、相关对数正态模型、相关weibull模型、相关K分布模型。-Statistical model of clutter simulation program, related Rayleigh distribution model, correlation of log-normal model, correlation weibull model, the relevant K distribution model.
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:6931
    • 提供者:陈过
  1. MTALAB雷达

    1下载:
  2. 不同信噪比条件下的LFM匹配滤波结果。 服从均匀分布 ,高斯分布, 瑞利分布的 噪声序列。 雷达非相干积累的输出。雷达相干积累。 雷达对数正态分布杂波,瑞利杂波,韦伯杂波仿真。 有说明文档,有注释。(LFM matched filtering results under different SNR conditions. A sequence of noise obeying uniform distribution, Gauss distribution, and Rayleig
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:464896
    • 提供者:enchan
  1. Gauss_Random

    0下载:
  2. 该程序通过统计近似抽样法和变换抽样法,分别产生了正太分布随机数,具有一定的参考价值。(The program through the statistical approximate sampling and transform sampling method to generate random number distribution of teenage boy, has a certain reference value.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-28
    • 文件大小:28672
    • 提供者:Johnson
  1. 不同均值正太分布

    1下载:
  2. 不同均值的正态分布在matlab的三维图成像。(The normal distribution of different mean values in MATLAB 3D imaging.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:23552
    • 提供者:liangtian
  1. Normal cloud distribution source program1

    0下载:
  2. 本代码为正态云分布源程序,用于模糊随机分布过程中分布概率的拟合。(Normal cloud distribution source program)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:9216
    • 提供者:小马丁丁
« 1 2 3 45 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com