搜索资源列表
-
0下载:
随机数生成源代码,提供C++类和注释与一个测试例子。-random number generator source code for C and Notes with a test case.
-
-
0下载:
演示了随机数的产生和使用。用vb来实现。用流星雨的方式来模拟随机数生成-demonstration, the random number generation and use. Vb used to be achieved. With the meteor shower to simulate the random number generator
-
-
0下载:
常用算法大合集;
包括插值、查找、常微分方程组求解、多项工与连分式函数计算、非线性方程与方程组求解、复数运算、汉字操作、基本图形操作、极值问题、矩阵特征值与特征向量的计算、矩阵运算、拟合与逼近、排序、数据处理与回归分析、数学变换与滤波、数值积分、随机数产生、特征函数、图形模式下读写屏幕象点、线性代数方程组求解等C语言算法-algorithms big Collection; Including interpolation, locate, ordinary differential equa
-
-
0下载:
以前在网上搜到的一个随机数发生器,支持常用分布的随机数发生-found on the Web to a random number generator, used to support the distribution of random occurrence
-
-
0下载:
这是一个随机数生成程序,特别适用于随机数的生成-This is a random number generator procedures, in particular as applied to random number generator
-
-
0下载:
这是一个经典的伪随机数生成程序,特别方便和实用-This is a classic pseudo-random number generator procedures, particularly convenient and practical
-
-
0下载:
这是一个伪随机数产生器以及其汇编源码,比较适用-This is a pseudo-random number generator and its compilation of source code, the applicable comparison
-
-
0下载:
这是一个较新的伪随机数生成程序,是用汇编语言编写的,不错-This is a relatively new pseudo-random number generator procedure is written in assembly language, good
-
-
0下载:
程序只产生均值为0,方差为1的随机数,要产生均值为E,方差为D的随机数,只要随机数*D+E就可以了。高斯随机数程序还是带参数的,参数是用来描述正态分布的一个浮点数表。在执行程序时,先生成这个表(只做一次),而后就可以任意多次地执行高斯随机数产生程序了。使用C是为了保证通用性,如果有人觉得麻烦,可以用C++做个类,把这些东西都封装进去。另外,如果有人有兴趣,也可以把它修改成任意形式分布的连续随机数产生程序,修改非常简单,这里就不提示了。-procedures have only mean of 0
-
-
0下载:
很好用的随机数产生器,包含正态分布,对数正态分布,均匀分布等好多随机分布的随机数产生方法。-good on a random number generator, including normal, lognormal distribution, uniform distribution of many random distribution of random selection.
-
-
3下载:
蒙特卡罗模拟,包括随机数生成,蒙特卡洛模型,用fortran语言编写-Monte Carlo simulation, including the random number generator, the Monte Carlo model, with fortran languages
-
-
0下载:
Monte Carlo 风险分析 工具-RiskSim provides random number generator functions as inputs for your model, automates Monte
Carlo simulation, and creates charts. Your spreadsheet model may include various uncontrollable
uncertainties as input assumptions (e
-
-
0下载:
插值
函数逼近
数值微分
数值积分
非线性方程求解
解线性方程组的直接解法
解线性方程组的迭代法
随机数生成
特殊函数计算
常微分方程的初值问题
偏微分方程的数值解法
数据统计和分析-Interpolation function approximation numerical integration of nonlinear differential equations numerical solution of linear equations
-
-
0下载:
几种常用的随机数生成函数的matlab程序-Several commonly used random number generator function of matlab program
-
-
0下载:
使用VC++随机数原理编写彩票号码生成器-Using VC++ random number generator lottery numbers written principles
-
-
0下载:
double类型随机数生成并写入文件,每次生成十组,每组2个double类型随机数-double type of random number generator and write files, each generated ten groups, each two types of random numbers double
-
-
0下载:
伪随机数生成器,取时间种子,大数模2的算法-Pseudo-random number generator
-
-
1下载:
随机数生成程序,该随机数呈zipf分布,就是大家常说对于内容的访问遵循80/20原则,也就是20 的内容,会占有80 的访问量。-Random number generator, the zipf was distributed random numbers, that is, we often say that the access to the content to follow the 80/20 principle, which is 20 of the content will oc
-
-
0下载:
计算物理作业第1题 16807随机数产生器 产生[0,1]上的随机数并测试独立性和均匀性-16807 random number generator
-
-
0下载:
利用线性同余法生成均匀分布的随机数,同时基于均匀随机数生成正态分布,01分布随机数。-The programme generates the uniform random numbers, on which the generation of gauss random numbers and 0-1 random numbers are based.
-