搜索资源列表
sample2.rar
- 介绍了双色球彩票游戏软件,包括随机数产生的算法,排列组合的算法,使用VC操作Excel,以及文件的读写~,Loans introduced the lottery game software
norm01.rar
- 自己编写的随机数产生程序 可以产生(0,1)之间的正态分布随机数,I have written procedures for the random number generator can generate (0,1) random number between normal distribution
random_binary
- MATLAB通信系统随机数产生mfiles,均匀、瑞利、高斯随机数发生器-Communication systems random number generator MATLAB mfiles, uniform, Rayleigh, Gaussian random number generator
random-inc
- 用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
localRand
- 常用随机数发生器,C实现 /* * 文件包含了6个函数,它们能产生符合相应分布的规律的随机数: * GenUniformRnd : 产生一个随机数,符合均匀分布。(伪随机序列) * GenBernoulliRnd : 产生一个随机数,符合伯努利分布。 * GenBinomialRnd : 产生一个随机数,符合二项分布。 * GenPoissonRnd : 产生一个随机数,符合泊松分布。 * GenExponentRnd : 产生一个随机数,符合指数分布。
random
- 利用matlab语言编写的标准正态分布,泊松分布,瑞利分布下的随机数的产生。-Use of matlab language standard normal distribution, Poisson distribution, Rayleigh distribution under the random number generation.
debug
- 简单的仿真程序代码,实现了产生平均分布随机数,指数分布随机数,并给予此实现两个服务台之间有合作的排队系统仿真,仿真结果使用excel输出。-An easy simulation system.
36xuan7
- 汇编语言程序设计中随机数产生与仿真36选7的开奖过程-gambling
randomnumber
- (0,1)均匀随机数产生源程序 基于基于贝斯-德拉姆洗牌技术的组合方法-(0,1) uniform random number generator based on source-based bass- a combination of technologies Durham shuffle method
norm
- 自己编写的随机数产生程序 可以产生任意非标准正态随机数布的-I have written procedures for the random number generator can produce any non-standard normal random number cloth
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
RAND
- 可产生随机数,但要注意好初始值设置,否则影响质量。-produce rand
random-c
- 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.
gassrand
- 高斯随机数产生c代码, 使用方便,只需简单调用-gassian random num creater
fifo
- 产生一个需要访问的指令地址流。它是一系列需要访问的指令的地址。为不失一般性,你可以适当地(用人工指定地方法或用随机数产生器)生成这个序列。为简单起见,页面淘汰算法采用FIFO页面淘汰算法,并且在淘汰一页时,只将该页在页表中抹去。而不再判断它是否被改写过,也不将它写回到辅存-Generate a need to access the instruction address stream. It is a series of instructions need to access the addre
1_1
- 使用For循环产生100个随机数。在随机数产生的同时判定当前随机数的最大值和最小值。有时称其为“流动的”最大值和最小值。在前面板上显示流动最大值、最小值和当前的随机数。循环中一定要包含Time Delay Express VI以便用户可以观看值随着For循环的运行而更新。-For cycling using 100 random numbers. While in the random number generator random number to determine the curren
suiji2
- 产生随机数,是真随机数,不是伪随机数。。。。。。。。(Generating random numbers is a true random number, not a pseudo random number........)
案例2产生随机数并运算的程序
- 案例2产生随机数并运算的程序(Case 2 produces a program for random numbers and operations)
泊松分布随机数2
- 使用C语言产生泊松分布随机数,可以对输入的参数进行输入并修改需要产生的随机数个数(Using C language to produce Poisson distribution random numbers)
随机数产生排队论
- 通过生成随机数的形式确定到达时间间隔和服务时间间隔,输出相应的排队论参数(The arrival time interval and service interval are determined by generating random numbers, and the corresponding queuing theory parameters are output.)