搜索资源列表
random_linear_residue
- matlab写的产生伪随机数的方法,用的是线性同余法-the program is designed by using linear residual method ,whose function is to produce random number from 0 to 1.
localRand
- 常用随机数发生器,C实现 /* * 文件包含了6个函数,它们能产生符合相应分布的规律的随机数: * GenUniformRnd : 产生一个随机数,符合均匀分布。(伪随机序列) * GenBernoulliRnd : 产生一个随机数,符合伯努利分布。 * GenBinomialRnd : 产生一个随机数,符合二项分布。 * GenPoissonRnd : 产生一个随机数,符合泊松分布。 * GenExponentRnd : 产生一个随机数,符合指数分布。
1641010123_898604759
- 生成均匀分布伪随机数的c程序代码,用来生成gauss随即数-Generate uniformly distributed pseudo-random number in c programming code, used to generate the number of Gauss immediately
homework
- 伪随机数生成器,vc++编程生成伪随机数-Pseudo-random number generator, vc++ program to generate pseudo-random number
weisuijishu
- 自己用vc++编的伪随机数生成器,可以输入生成多少个,且可以保存-Their use vc++ for the pseudo-random number generator can generate the number of input and can be saved
cpp2
- 伪随机数产生函数,在c语言中rand()函数的基础上添加一些控制函数,产生16000以内的伪随机函数-Pseudo-random number generator function, c language, rand () function to add some control on the basis of functions, resulting in 16,000 within the pseudo-random function
b123
- 基于MFC的伪随机数发生器, 可以通过点击鼠标不断获取一系列的随机数-a random number producer
gaussnum
- 产生一千个均值为0,方差为1的伪随机数,并写入文件,vs2005,编的仓促,大家可以根据不同需要自行修改。-Generated 1000 mean 0, variance of a pseudo-random number, and write files, vs2005, compiled a big hurry, we can change according to the different needs of their own.
gause-noise-by-vc-
- 利用伪随机数理论生成均匀分布的高斯白噪声,并绘制出白噪声的时域图-programing Gause noise by vc++
source-code
- 利用混沌来产生伪随机数,可以运用到中间件,使得具有安全性-Will be able to generate pseudo random number, can be applied to middleware
code
- 自己编写算法产生指定分布的伪随机数,文件夹中包括 均匀分布、指数分布、正太分布,泊松分布、二项分布,并同时对随机序列进行了分布检验和参数估计-Write your own algorithm to generate a pseudo-random number distribution specified folder, including the uniform distribution, exponential distribution, is too distribution, Poiss
075215
- 密码学随机数产生的两种方法 供各位生成伪随机数~-failed to translate
FPGA-RAND
- FPGA生成伪随机数,希望对加密的童鞋有用-FPGA generates pseudo-random numbers, we want to be useful
01
- 16807随机数产生器的设计,及其伪随机数组均匀性与自相关性研究-16,807 random number generator design, and its pseudo-random array uniformity and self-correlation
aurora_8b10b_0_frame_gen
- 这时一个测试用的数据产生模块,产生32位的伪随机数-This is a test data generation module, pseudo random number generation 32 bit
tiaozhi
- 无线通信系统仿真作业,伪随机数,高斯分布随机数,信道仿真。。。8psk 16qam调制解调-The wireless communication system simulation work, pseudo-random number, Gaussian random number, channel simulation. . . 8psk 16qam modem
RandomNumber
- 采用C++语言产生伪随机数,可以选择产生整数随机数和小数随机数(Generating pseudo-random numbers in C++ language ,You can choose to generate integers, random numbers, and decimal random numbers)
suiji2
- 产生随机数,是真随机数,不是伪随机数。。。。。。。。(Generating random numbers is a true random number, not a pseudo random number........)
srandom
- 使用随机数函数Srand() 和rand()产生10个伪随机数(generator 10 pseudo-random numbers)
随机数
- 使用C语言编程实现在控制台输出10个0到1之间的随机数(Using c language programming to achieve the output of 10 0 to 1 random number in the console)