Welcome![Sign In][Sign Up]
Location:
Search - 随机数

Search list

[SourceCodec语言产生随机数

Description: 用C语言产生随机数 泊松分布 高斯分布 瑞利分布
Platform: | Size: 1498 | Author: lizhihuayouxiang@126.com | Hits:

[Documents随机数产生器

Description: 详细介绍了如何在NS2仿真中使用随机数产生器,包括背景知识,相应源代码及其分析,希望对大家有所帮助!
Platform: | Size: 9547 | Author: lisaellen@163.com | Hits:

[Books蒙特卡罗方法讲义与实现 第四讲 随机数的生成及随机变量抽样

Description: 蒙特卡罗方法讲义与实现 第四讲 随机数的生成及随机变量抽样
Platform: | Size: 612870 | Author: tiemoler | Hits:

[Report papers真随机数发生器的设计和实现

Description: 采用电路的热噪声这一真实的随机物理过程产生真随机数序列的随机数发生器的设计原理和 实现方法。
Platform: | Size: 24257 | Author: fir12345@126.com | Hits:

[Report papers基于振荡采样的真随机数发生器IP设计

Description: 为了得到真正硬件产生的随机数序列,采用振荡电路作为物理源,设计了混洗电路和扰频 电路来改善输出序列的均衡性和数据冗余,它具有真随机数发生器的不可预测性高、随机性好的 优点.
Platform: | Size: 131699 | Author: fir12345@126.com | Hits:

[Mathimatics-Numerical algorithmsc#正态分布的随机数发生器

Description: c#正态分布的随机数发生器-normal random number generator
Platform: | Size: 1024 | Author: 王几 | Hits:

[Mathimatics-Numerical algorithms随机数

Description: 生成不重复随机数算法,vb实现!-generating random numbers of non-repetition algorithm, vb achieve!
Platform: | Size: 1024 | Author: 赵奇 | Hits:

[Documents案例2产生随机数并运算的程序

Description: \《汇编语言课程设计案例精编》源代码\案例2产生随机数并运算的程序.rar-\ "assembly language curriculum design case intensive series" source code \ 2 cases generated random number and Operational procedures. Rar
Platform: | Size: 2048 | Author: 守望者 | Hits:

[Windows Develop随机数的应用

Description: 随机数的应用vb.-Random Number of vb.
Platform: | Size: 6144 | Author: 王薇 | Hits:

[Windows Develop演示了随机数的产生和使用

Description: 演示了随机数的产生和使用-demonstration, the random number generation and use
Platform: | Size: 2048 | Author: 王薇 | Hits:

[Windows Develop产生真正的随机数

Description: 产生真正的随机数-generate a truly random number
Platform: | Size: 6144 | Author: 涂继强 | Hits:

[Windows Develop产生随机数并运算的程序

Description: 一个可以产生随机数并且计算的源程序-can have a random number and the source calculation
Platform: | Size: 2048 | Author: 小龙 | Hits:

[Mathimatics-Numerical algorithms随机数产生

Description: 产生随机数相关的C程序-generated random numbers related to the C program
Platform: | Size: 5120 | Author: 杨建伟 | Hits:

[Algorithm随机数算法

Description: 随机数算法,包含文档和源代码-random number algorithm,including code.
Platform: | Size: 1024 | Author: 李宇 | Hits:

[Algorithm伪随机数生成算法,很优秀c

Description: 这是一个随机数生成程序,特别适用于随机数的生成-This is a random number generator procedures, in particular as applied to random number generator
Platform: | Size: 2048 | Author: gcl | Hits:

[Algorithm一个伪随机数的测试程序,外国,多平台t

Description: 这是一个经典的伪随机数生成程序,特别方便和实用-This is a classic pseudo-random number generator procedures, particularly convenient and practical
Platform: | Size: 47104 | Author: gcl | Hits:

[Algorithm一个随机数产生器汇编源代码

Description: 这是一个伪随机数产生器以及其汇编源码,比较适用-This is a pseudo-random number generator and its compilation of source code, the applicable comparison
Platform: | Size: 6144 | Author: gcl | Hits:

[OtherTest_Rand(0-1随机数的产生DEMO)

Description: 随机数的获取,用VC实现,随机产生一定范围内的数据-random access, with VC, randomly generated within a certain range of data
Platform: | Size: 267264 | Author: 赵银娣 | Hits:

[Algorithm高斯随机数的产生

Description: 程序只产生均值为0,方差为1的随机数,要产生均值为E,方差为D的随机数,只要随机数*D+E就可以了。高斯随机数程序还是带参数的,参数是用来描述正态分布的一个浮点数表。在执行程序时,先生成这个表(只做一次),而后就可以任意多次地执行高斯随机数产生程序了。使用C是为了保证通用性,如果有人觉得麻烦,可以用C++做个类,把这些东西都封装进去。另外,如果有人有兴趣,也可以把它修改成任意形式分布的连续随机数产生程序,修改非常简单,这里就不提示了。-procedures have only mean of 0 and variance for a random number to produce the mean E, D variance for the random number, as long as a few random E* D on it. Gaussian random process parameters or with the parameter is used to describe a normal distribution of the float table. In the implementation process, Mr. into the table (one-off), and you can repeatedly arbitrary implementation Gaussian random number generator proceedings. The use of C is to ensure commonality, if someone finds trouble, can be used to be a Class C, all these things into account Packaging. Also, if someone is interested, can you change the form of arbitrary distribution of continuous random number generator procedure is very simple changes, I will not be sacrificed as a result.
Platform: | Size: 2048 | Author: 范范 | Hits:

[Other高斯随机数发生程序

Description: 程序只产生均值为0,方差为1的随机数,要产生均值为E,方差为D的随机数,只要随机数*D+E就可以了。 高斯随机数程序还是带参数的,参数是用来描述正态分布的一个浮点数表。在执行程序时 ,先生成这个表(只做一次),而后就可以任意多次地执行高斯随机数产生程序了。 使用C是为了保证通用性,如果有人觉得麻烦,可以用C++做个类,把这些东西都封装进去 。 另外,如果有人有兴趣,也可以把它修改成任意形式分布的连续随机数产生程序,修改非 常简单,这里就不提示了。-procedures have only mean of 0 and variance for a random number to produce the mean E, D variance for the random number, as long as a few random E* D on it. Gaussian random process parameters or with the parameter is used to describe a normal distribution of the float table. In the implementation process, Mr. into the table (one-off), and you can repeatedly arbitrary implementation Gaussian random number generator proceedings. The use of C is to ensure commonality, if someone finds trouble, can be used to be a Class C, all these things into account Packaging. Also, if someone is interested, can you change the form of arbitrary distribution of continuous random number generator procedure is very simple changes, I will not be sacrificed as a result.
Platform: | Size: 2048 | Author: 郑浩 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net