搜索资源列表
NBRND
- 随机数的产生程序,已经运行成功了的,并附有运行时所生成的可执行文件.-random number of procedures have already succeeded in the operation, together with run-time generated executable file.
SP800-22rev1.rar
- 本文是随机数的随机性标准的文档。 随机算法的好坏需要一套测试的标准的,本文介绍了15中测试标准。 目前我们国家的安全部门需要测试集中地13项。有兴趣的朋友可以好好看看。 ,This is the standard random number of random documents. The quality of randomized algorithms need a set of testing standards, this article describes 15 test. At
tcc_cdma
- full testbench design including random number generator, the tcc encoder, the tcc decoder and some control logic.
random_test_methods
- 几种随机数测试方法分析比较相关测试软件测试项目-Several random number analysis and comparison of test methods related to test software testing project
billion
- 产生10亿个不重复的随机数的源码文档.解决大随机数问题-Generate 1 billion of non-repetition of the random number source document. To solve major problems of random numbers
dd
- 设计的随机数发生器可产生两个随机数,由一开关(RIN)进行控制,RIN为1时随机数发生器被清除,RIN为0时随机数发生器将产生1-6的两个随机数,可由LED数码管显示,显示的方式可由设计者自行设计,既可以选择数码管中的任两个LED显示随机数,也可让四位LED同时显示一个随机数(按一定的时间跳转显示)。根据给定的材料完成上述系统的设计,用Xilinx ise完成功能的设计与仿真,并最终下载到目标板XILINX SPARTAN-3 Starter Board上进行验证实现。-The random n
CatchButtonGameV1
- 这是一个讲诉GUI的文件,可以随机产生随机数在面板上-This is a talk v. GUI file, you can randomly generate a random number on the panel
file1.odt
- C++ Generate Random number between two numbers min max
random
- 本程序是在随机过程的学习中的一个必要章节,程序对计算机中随机数的产生过程进行了模拟-This program is a necessary chapter in the random process of learning, and random number generation process computer simulation program
E6.3
- 构建vi,每秒显示0~1之间的随机数。与此同时,计算并显示最后产生的4个随机数的平均值。只有4个数后才显示平均值,否则显示0。每次随机数大于0.5时,使用beep.vi产生蜂鸣器-Build vi displayed per second random number between 0 and 1. Meanwhile, calculates and displays the average of the last four random numbers generated. After onl
sample-methods
- 随机数的产生算法介绍:任意分布的伪随机变量的抽样,方法包括直接抽样方法,变换抽样法,舍选抽样法等。-Random number generation algorithm: the arbitrarily distributed pseudo-random variable sampling methods including direct sampling method, transform sampling method- rejection sampling method.
rand
- 混沌随机数的应用文章,适合用于图像加密算法中。-Application of the chaotic random number, suitable for image encryption algorithm
weq12323
- 1.线性同余随机数生成器介绍: 古老的LCG(linear congruential generator)代表了最好最朴素的伪随机数产生器算法。主要原因是容易理解,容易实现,而且速度快。 -A linear congruential random number generator: ancient LCG (linear congruential generator) represents the best and most simple pseudo-random number ge
c88
- This a scr ipt written using C++ to calculate PI value using random points in 1 D circle inside square. Initialise random number generator was used to generate random numbers. The error calculated for each result in the output screen. The scrip is us
grncwln
- 用C语言产生随机数,在C语言中,rand()函数可以用来产生随机数,但是这不是真真意义上的随机数。-Generate a random number with C language
6-2
- 小学生计算机辅助教学系统(苏小红版C语言程序设计第六章实验题) 自动生成10以内的四则运算,数以及运算符号都是随机的,每次进行10次,当正确率高于75 时,结束测试。为解决学生的疲劳问题,要通过人机对话来吸引学生的注意力,使用随机数产生1-4之间的随机数,为学生每次的答案输出不同评价。-Computer-aided primary school teaching system Automatically generates within 10 arithmetic, number an
99
- 1)编程思路:本练习因为要制作拼图游戏,所以首先要实现图片的导入。这是通过getImage()函数来实现的,该函数有两个参数,第一个参数指明图片的路径,第二个参数指明图片的名称。然后,因为要实现图片摆放的随意性,所以要通过initgame()函数来实现。Initgame()函数是自写函数,在函数体内,通过调用Math.random()函数产生随机数,用来达到图片位置摆放的随意性和随机性。最后,因为要实现人机交互.,所以首先要通过一系列函数来实现对鼠标事件的监听和响应,这是通过函数addMouse
handlingArray
- 实现数组常见操作,包括: (使用输入值初始化数组) (使用随机数初始化数组) (打印数组) (对所有元素求和) (找出最大元素) (找出最大元素的最小下标值) (随意打乱) (移动元素) -Implementing common operations of array, including: (Use input values to initialize the array) (using a random number to
Joseph(new)
- 用伪链表实现约瑟夫环,其中的密码用的不是随机数,可以自行设置。-Joseph ring with pseudo list, the password is not used random number, you can set up their own.
random-master
- random number library for anything. enjoy