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. EMnormmixtest

    0下载:
  2. 经典的EM算法程序,用于正态混合分布模型的参数估计,希望能够对大家有帮助!-classic EM algorithm for the Normal Distribution hybrid model parameter estimation, we hope to be able to help!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:322241
    • 提供者:ljy
  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. normal_distribution_and_validation

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

    • 发布日期:2008-10-13
    • 文件大小:1032
    • 提供者:肖晶
  1. wave-

    0下载:
  2. %在噪声环境下语音信号的增强 %语音信号为读入的声音文件 %噪声为正态随机噪声- Under noise environment pronunciation signal enhancement % pronunciation signal for read-in sound document % noise for 姝f
  3. 所属分类:波变换

    • 发布日期:2014-01-12
    • 文件大小:2423
    • 提供者:黄斌
  1. yuanma1

    0下载:
  2. Java源码:模拟正态分布现象的Java小程序等-Java source : simulated normal phenomenon of small programs such as Java
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:319953
    • 提供者:马骏
  1. creat_random

    0下载:
  2. 示例随机数产生方法,符合平均分部和正态分部,示波器显示-random sample method, in line with the average Division and the normal divisions, oscilloscope shows
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:42333
    • 提供者:doyeah
  1. Desktop

    0下载:
  2. 不需要调用函数编写正态分布生成随机数程序(normal distribution generate random numbers)
  3. 所属分类:其他

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

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

    • 发布日期:2018-01-08
    • 文件大小:9216
    • 提供者:小马丁丁
  1. Desktop5

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

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:阿杰哟666
  1. Desktop6

    0下载:
  2. 将产出的正态分布随机数、瑞丽分布随机数和泊松分布随机数用matlab绘制出相应的分布直方图和理论曲线,便于进一步分析(The normal distribution random number, Rayleigh distributed random number and Poisson distribution random number are plotted out by MATLAB, and the corresponding distribution histogram and th
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:阿杰哟666
  1. zhengtai

    0下载:
  2. 一维正向云模型算法,李德毅老师的云模型基础中的正向和逆向算法的结合描述正态云的代码(One-dimensional forward cloud model algorithm, Professor Li Deyi's cloud model based on the combination of forward and reverse algorithms to describe normal cloud code)
  3. 所属分类:其他

    • 发布日期:2019-11-28
    • 文件大小:1024
    • 提供者:卡拉
  1. MCMC

    1下载:
  2. 用马尔可夫蒙特卡罗抽样从抽取样本,并拟合总体分布:正态分布、beta分布、t分布(Markov Monte Carlo sampling was used to extract samples and fit the population distribution: normal distribution, beta distribution and t distribution.)
  3. 所属分类:Python编程

    • 发布日期:2020-02-28
    • 文件大小:139264
    • 提供者:房酥包
  1. RandomField2DCholMethod

    3下载:
  2. 基于乔列斯基分解法生成二维相关对数正态分布随机场。(Two dimensional correlated lognormal distribution random fields are generated based on the choulesky decomposition method.)
  3. 所属分类:其他

    • 发布日期:2020-10-15
    • 文件大小:1024
    • 提供者:jzzz20
« 1 2 3 45 6 7 8 9 10 ... 35 »
搜珍网 www.dssz.com