搜索资源列表

  1. 高斯随机数的产生

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

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:范范
  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-05-14
    • 文件大小:23552
    • 提供者:黄亮
  1. TFBSSpack

    0下载:
  2. 一个使用空间时频分布进行盲信号分离的Matlab程序,可以实现高信噪比下的随机信号分离-the use of space at a frequency distribution for the Blind Signal Separation Matlab procedures can achieve a high SNR of random signal separation
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:24576
    • 提供者:赵力
  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-05-14
    • 文件大小:1024
    • 提供者:朱晓峰
  1. 总体分布的非参数估计

    0下载:
  2. 在图像处理中经常涉及分类,多次有用到非参数估计。本程序用Parzen窗来估计,用随机高斯函数来作计策信号.-in image processing involves classification, the many useful to the non- parametric estimation. The procedure used to estimate Parzen window, using random Gaussian fu
  3. 所属分类:图形图象

    • 发布日期:2024-05-14
    • 文件大小:58368
    • 提供者:
  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-05-14
    • 文件大小:6144
    • 提供者:戴朝华
  1. POSSRAND

    0下载:
  2. 生成均匀分布随机数和泊松分布随机数的程序-generate uniformly distributed random number and random Poisson distribution of the process
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:wgg
  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-14
    • 文件大小: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-05-14
    • 文件大小: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-05-14
    • 文件大小:1024
    • 提供者:肖晶
  1. Poisson_Random_Process

    0下载:
  2. 一个模拟泊松随机过程的小程序。可以计算系统平均等待时间,和平均对列长度。系统参数如 到来速率及离开速率均可在头文件里修改。另外通过修改头文件factorK可以将到来序列的概率分布改为Erlang分布。-a simulated Poisson random process of small programs. System can calculate the average waiting time, and the average le
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:261120
    • 提供者:小婷
  1. numbers_randomgenrate

    0下载:
  2. vc++源代码,任意分布的随机数的产生,注意它的随机性-vc source code, arbitrary distribution of the random numbers generated, the attention of its randomness
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:29696
    • 提供者:朱奇俊
  1. exa011001

    0下载:
  2. 产生均匀分布的随机白噪信号,并观察数据分布的直方图-have a uniform distribution of random white noise signal, and observed data distribution histogram
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:liuyang
  1. P_Possion

    0下载:
  2. 产生一个满足泊松分布的随机序列信号。用于通信系统的信源部分-have to meet a Poisson distribution of random sequence. Communication systems for the source of
  3. 所属分类:行业应用软件

    • 发布日期:2024-05-14
    • 文件大小:208896
    • 提供者:张志斌
  1. guassdisti

    0下载:
  2. 对模糊变量进行随机化,并用高斯分布进行概率求解,无密码-pair of fuzzy random variables, and using Gaussian probability distribution solution without passwords
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:16384
    • 提供者:宋淑芳
  1. randomnumber

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

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

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

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:clovel
  1. fractal7and10

    0下载:
  2. 《分形算法与程序设计——Visual C++实现》的第七章和第十章源码 包括一维元胞自动机生成的Sierpinski三角形、随机分布的Sierpinski三角形、二维元胞自动机小程序源代码、DLA模型源代码、用DLA模型模拟植物的生长源代码、原点演化圆形边界的DLA程序源垂直演化折线干预的DLA程序源代码、垂直演化汉字干预的DLA程序源代码。 随机中点位移法生成山源代码、三维空间中的分形插值算法源代码-"fractal
  3. 所属分类:分形几何

    • 发布日期:2024-05-14
    • 文件大小:18444288
    • 提供者:郝丽丽
  1. randomvariates

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

    • 发布日期:2024-05-14
    • 文件大小:81920
    • 提供者:wsx
  1. rng

    0下载:
  2. 以前在网上搜到的一个随机数发生器,支持常用分布的随机数发生-found on the Web to a random number generator, used to support the distribution of random occurrence
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:江健
« 1 2 34 5 6 7 8 9 10 ... 32 »

源码中国 www.ymcn.org