CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - Random Number

搜索资源列表

  1. NBRND

    0下载:
  2. 随机数的产生程序,已经运行成功了的,并附有运行时所生成的可执行文件.-random number of procedures have already succeeded in the operation, together with run-time generated executable file.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:70.01kb
    • 提供者:huafei
  1. SP800-22rev1.rar

    0下载:
  2. 本文是随机数的随机性标准的文档。 随机算法的好坏需要一套测试的标准的,本文介绍了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
  3. 所属分类:Software Testing

    • 发布日期:2017-05-19
    • 文件大小:4.89mb
    • 提供者:赵君
  1. tcc_cdma

    0下载:
  2. full testbench design including random number generator, the tcc encoder, the tcc decoder and some control logic.
  3. 所属分类:Project Design

    • 发布日期:2017-04-10
    • 文件大小:1.04kb
    • 提供者:alok
  1. random_test_methods

    0下载:
  2. 几种随机数测试方法分析比较相关测试软件测试项目-Several random number analysis and comparison of test methods related to test software testing project
  3. 所属分类:Software Testing

    • 发布日期:2017-04-01
    • 文件大小:192.96kb
    • 提供者:zhang
  1. billion

    0下载:
  2. 产生10亿个不重复的随机数的源码文档.解决大随机数问题-Generate 1 billion of non-repetition of the random number source document. To solve major problems of random numbers
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:12.95kb
    • 提供者:zyf
  1. dd

    0下载:
  2. 设计的随机数发生器可产生两个随机数,由一开关(RIN)进行控制,RIN为1时随机数发生器被清除,RIN为0时随机数发生器将产生1-6的两个随机数,可由LED数码管显示,显示的方式可由设计者自行设计,既可以选择数码管中的任两个LED显示随机数,也可让四位LED同时显示一个随机数(按一定的时间跳转显示)。根据给定的材料完成上述系统的设计,用Xilinx ise完成功能的设计与仿真,并最终下载到目标板XILINX SPARTAN-3 Starter Board上进行验证实现。-The random n
  3. 所属分类:Project Design

    • 发布日期:2017-05-08
    • 文件大小:1.56mb
    • 提供者:heyougen
  1. CatchButtonGameV1

    0下载:
  2. 这是一个讲诉GUI的文件,可以随机产生随机数在面板上-This is a talk v. GUI file, you can randomly generate a random number on the panel
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:4.31kb
    • 提供者:timo
  1. file1.odt

    0下载:
  2. C++ Generate Random number between two numbers min max
  3. 所属分类:Software Testing

    • 发布日期:2017-04-24
    • 文件大小:9.36kb
    • 提供者:RamyKamal
  1. random

    0下载:
  2. 本程序是在随机过程的学习中的一个必要章节,程序对计算机中随机数的产生过程进行了模拟-This program is a necessary chapter in the random process of learning, and random number generation process computer simulation program
  3. 所属分类:software engineering

    • 发布日期:2017-12-07
    • 文件大小:1.09kb
    • 提供者:Tony Cheung
  1. E6.3

    0下载:
  2. 构建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
  3. 所属分类:software engineering

    • 发布日期:2017-11-23
    • 文件大小:17.54kb
    • 提供者:曹磊
  1. sample-methods

    0下载:
  2. 随机数的产生算法介绍:任意分布的伪随机变量的抽样,方法包括直接抽样方法,变换抽样法,舍选抽样法等。-Random number generation algorithm: the arbitrarily distributed pseudo-random variable sampling methods including direct sampling method, transform sampling method- rejection sampling method.
  3. 所属分类:Project Design

    • 发布日期:2017-11-17
    • 文件大小:139.99kb
    • 提供者:张磊
  1. rand

    0下载:
  2. 混沌随机数的应用文章,适合用于图像加密算法中。-Application of the chaotic random number, suitable for image encryption algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-11-23
    • 文件大小:601.42kb
    • 提供者:223
  1. weq12323

    0下载:
  2. 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
  3. 所属分类:software engineering

    • 发布日期:2017-11-18
    • 文件大小:13.18kb
    • 提供者:george
  1. c88

    0下载:
  2. 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
  3. 所属分类:Software Testing

    • 发布日期:2017-11-15
    • 文件大小:6.23kb
    • 提供者:arwa68
  1. grncwln

    0下载:
  2. 用C语言产生随机数,在C语言中,rand()函数可以用来产生随机数,但是这不是真真意义上的随机数。-Generate a random number with C language
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:9.8kb
    • 提供者:陈文武
  1. 6-2

    1下载:
  2. 小学生计算机辅助教学系统(苏小红版C语言程序设计第六章实验题) 自动生成10以内的四则运算,数以及运算符号都是随机的,每次进行10次,当正确率高于75 时,结束测试。为解决学生的疲劳问题,要通过人机对话来吸引学生的注意力,使用随机数产生1-4之间的随机数,为学生每次的答案输出不同评价。-Computer-aided primary school teaching system Automatically generates within 10 arithmetic, number an
  3. 所属分类:Project Design

    • 发布日期:2017-04-03
    • 文件大小:152.01kb
    • 提供者:张晨
  1. 99

    0下载:
  2. 1)编程思路:本练习因为要制作拼图游戏,所以首先要实现图片的导入。这是通过getImage()函数来实现的,该函数有两个参数,第一个参数指明图片的路径,第二个参数指明图片的名称。然后,因为要实现图片摆放的随意性,所以要通过initgame()函数来实现。Initgame()函数是自写函数,在函数体内,通过调用Math.random()函数产生随机数,用来达到图片位置摆放的随意性和随机性。最后,因为要实现人机交互.,所以首先要通过一系列函数来实现对鼠标事件的监听和响应,这是通过函数addMouse
  3. 所属分类:Software Testing

    • 发布日期:2017-04-05
    • 文件大小:796.53kb
    • 提供者:张飞
  1. handlingArray

    0下载:
  2. 实现数组常见操作,包括: (使用输入值初始化数组) (使用随机数初始化数组) (打印数组) (对所有元素求和) (找出最大元素) (找出最大元素的最小下标值) (随意打乱) (移动元素) -Implementing common operations of array, including: (Use input values ​ ​ to initialize the array) (using a random number to
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:143.75kb
    • 提供者:zpy
  1. Joseph(new)

    0下载:
  2. 用伪链表实现约瑟夫环,其中的密码用的不是随机数,可以自行设置。-Joseph ring with pseudo list, the password is not used random number, you can set up their own.
  3. 所属分类:Project Design

    • 发布日期:2017-04-11
    • 文件大小:617byte
    • 提供者:陈琛
  1. random-master

    0下载:
  2. random number library for anything. enjoy
  3. 所属分类:Software Testing

    • 发布日期:2017-04-28
    • 文件大小:28.52kb
    • 提供者:hi bye
« 12 3 »
搜珍网 www.dssz.com