搜索资源列表
-
0下载:
用c语言编写的产生正态随机数的源代码:
算法一产生12个(0,1)平均分布的随机函数,用大数定理可以模拟出正态分布。
算法二用到了数学中的雅可比变换,直接生成正态分布,但此算法在计算很大规模的数时
会出现溢出错误。-With the c language normal random number generation source code: Algorithm 1 produces 12 (0,1) the average distribution of the rand
-
-
0下载:
利用matlab语言编写的标准正态分布,泊松分布,瑞利分布下的随机数的产生。-Use of matlab language standard normal distribution, Poisson distribution, Rayleigh distribution under the random number generation.
-
-
0下载:
C语言实现的随机数产生方法,对一些需要产生随机种子的程序有帮助。主要是包括均匀分布、高斯分布随机数的产生。-C language implementation of the random number generator means, for some procedures need to generate random seeds help. Mainly include the uniform distribution, Gaussian distribution generation.
-
-
0下载:
Random Number Generation by -Random Number Generation by SSS
-
-
1下载:
matlab code for generating random number of weibull distribution
-
-
0下载:
GCC C语言大量随机数生成函数,正态分布,平均分布-GCC C language a lot of random number generation function, normal, evenly distributed ... ...
-
-
0下载:
随机数的产生方法,c语言编写,很好,很强大-Random number generation method, c language, very good, very powerful
-
-
0下载:
随机数生成,先用random函数生成一个随机数,再通过DES加密算法对生成的随机数进行加密,增加随机性-Random number generation, first with the random function generates a random number, and then through the DES encryption algorithm to encrypt the random number generated to increase the randomness
-
-
0下载:
(0,1)均匀分布随机数的产生及对分布的检验,进而生成正态分布、瑞利分布等。-(0,1) uniformly distributed random number generation and testing of the distribution, thereby generating a normal distribution, Rayleigh distribution.
-
-
0下载:
蒙特卡洛方法中随机数的产生和检验,乘同余法。-The Monte Carlo method, random number generation and testing, multiplication congruential method.
-
-
0下载:
只是一个能够无限次不重复的随机数的产生小程序,希望对你有帮助。-Random number generation
-
-
0下载:
实验室用随机数产生的程序,很好用。关联性很小-Laboratory procedures for random number generation, easy to use
-
-
0下载:
随机数产生代码,有多种随机数产生方式,可以参考修改,vc6.0下运行-Random number generator code, there are many ways to generate random numbers, you can refer to modify, run vc6.0
-
-
0下载:
用于指定分布随机数的生成,n是指定的生成随机数的个数-
Is used to specify the distribution of the random number generation, n is the number assigned to generate random numbers
-
-
0下载:
这时一个测试用的数据产生模块,产生32位的伪随机数-This is a test data generation module, pseudo random number generation 32 bit
-
-
0下载:
实现各种随机数的产生,包括均匀分布,正态分布,瑞丽分布,和泊松分布。c语言写的-To achieve a variety of random number generation
-
-
1下载:
数理统计相关程序,包括求个参数的极大似然估计、分析收敛速度、检验假设、分析有限样本性质、随机数生成筛选抽样、分析相合性-Mathematical statistics related procedures, including the estimation of the parameters of the maximum likelihood estimation, analysis of convergence rate, test assumptions, analysis of the f
-
-
0下载:
伪随机数在计算机软件设计中有很广泛的用途。本程序包含有基于数学方法的利用计算机产生伪随机数的一种方法,即线性同余法,任何伪随机数的产生都是运用递推的原理来生成的。以及在Visual C++环境中产生伪随机数的两个重要函数,rand和srand函数,正确地使用这两个函数是产生性能良好的伪随机数的关键,最后介绍了利用伪随机数生成技术在MFC中生成基于C/S模式应用程序的随机校验码以及利用一种软件工具ImagePassword产生随机密码。-Pseudo-random number have a ve
-
-
1下载:
ZMNL法仿真weibull分布色噪声,能实现任意功率谱的weibull分布随机数的产生(ZMNL simulation of Weibull distribution color noise, arbitrary power spectrum can be achieved Weibull distribution, random number generation)
-
-
0下载:
快速搜索随机数算法的实现过程,较为基本的简单的实现了三个不同迭代数量的随机数的产生,效果显著。(The implementation of Rapid-exploration Random Tree number algorithm, the more basic and simple realization of the three different number of iterations of the random number generation, the effect is sig
-