搜索资源列表

  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-03
    • 文件大小: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-05-03
    • 文件大小:6144
    • 提供者:戴朝华
  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. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:25600
    • 提供者:李超
  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-03
    • 文件大小: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-03
    • 文件大小: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-03
    • 文件大小:1024
    • 提供者:肖晶
  1. randomnumber

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

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

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

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

    0下载:
  2. 产生随机数.产生的随机数服从(0,1)正态分布-generated random number. The random number obedience (0,1) normal
  3. 所属分类:通讯编程

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:王雨
  1. randomvariates

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

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

    0下载:
  2. 模式识别中,对于服从多元正态分布的样本的一个分类器的实现。-pattern recognition, obedience multivariate normal distribution of a sample of the classifier is achieved.
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-03
    • 文件大小:39936
    • 提供者:kun
  1. anaask

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

    • 发布日期:2024-05-03
    • 文件大小: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-05-03
    • 文件大小:2048
    • 提供者:洪峰
  1. randgenerator

    0下载:
  2. 一个随机数产生的MATLAB例子,内含三种随机数生成方法。[0,1]分布,N(0,1)正态分布,n个N(a,b)正态分布-a random number generated by MATLAB example, consisted of three random number generation method. [0,1] distribution, N (0,1) normal, n N (a, b) normal
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:xiongjian
  1. log-normal

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

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

    0下载:
  2. 两类正态分布模式贝叶斯分类算法源程序,用c语言实现的-two normal mode Bayesian classification algorithm source files, using the C Language
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-03
    • 文件大小:4096
    • 提供者:张珊
  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-05-03
    • 文件大小:4096
    • 提供者:赵富强
  1. shengcheng

    0下载:
  2. 这是生成两个随机数的程序,分别服从均匀分布和正态分布-This is a random number to generate the two procedures, respectively, subject to uniform distribution and normal distribution
  3. 所属分类:通讯编程

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:gddka
  1. 003

    0下载:
  2. 本程序可以产生一组正态模拟数,用来模拟实际生产中服从或近似服从正态分布的数据,很有用。-This procedure can generate a group of normal simulation the number used to simulate the actual production or similar to obey normal distribution of data, very useful.
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:刘朝
  1. MATLAB

    0下载:
  2. 随机产生高斯作为数字水印由高斯正态分布序列 -Randomly generated Gaussian as a digital watermark sequence from the Gaussian normal distribution
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-03
    • 文件大小:88064
    • 提供者:cv
« 1 23 4 5 6 7 8 9 10 ... 30 »

源码中国 www.ymcn.org