CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 随机数

搜索资源列表

  1. GeneratingtheRealRandomNumber

    0下载:
  2. 在分析了计算机中的各种随机事件后,提出了利用计算机中固有的一些随机事件来产生随机数的方法,并对该方法的可行性作了一 定的理论探讨。给出了利用该方法编写的部分程序,并对程序产生的随机数的随机性作了分析。-This paper provides a method to generate the real random number through the random event in the computer after analyzing the random event in the co
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-27
    • 文件大小:146935
    • 提供者:范恩妍
  1. dieharder-2.6.24

    1下载:
  2. Dieharder是一个 测试一序列伪随机数的随机性能的测试套件,包括:生日间隔测试,在一个字节流中计算1的测试,最短距离测试,随机范围测试,和重叠测试,跑上测试,跑下测试,双骰子测试等等 -Dieharder is a random number generator (rng) testing suite.It includes,Birthday spacings test,, Overlapping permutations test, Ranks of matrices test,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:835896
    • 提供者:OXygen
  1. suijishu

    0下载:
  2. 此程序为随机数的源程序,其具有较高的精度,供大家参考。-This procedure for the source of random numbers, which have a high accuracy, for your reference.
  3. 所属分类:Document

    • 发布日期:2017-04-14
    • 文件大小:5026
    • 提供者:hsj
  1. Rand

    0下载:
  2. 本程序能产生大部份实用随机数:产生一个[0,1]区间内均匀分布伪随机数、产生多个[0,1]区间内均匀分布伪随机数、产生任意[a,b]区间内一个均匀分布伪随机整数、产生任意[a,b]区间内均匀分布伪随机整数序列、产生一个任意均值与方差的正态分布随机数、产生任意均值与方差的正态分布随机数序列-look it yourself
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-26
    • 文件大小:14441
    • 提供者:雾水葛
  1. debug

    0下载:
  2. 简单的仿真程序代码,实现了产生平均分布随机数,指数分布随机数,并给予此实现两个服务台之间有合作的排队系统仿真,仿真结果使用excel输出。-An easy simulation system.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:5781
    • 提供者:tenghao
  1. experiment

    0下载:
  2. 利用随机数产生1000个0~100之间的考试分数,将其存入一个文本文件中,然后程序从这个文件中读取这1000个考试分数,统计其中各分数段(A[90,100],B[80,90), C[70,80), D[60,70), F[0,60))的人数 、所占百分比,平均分。-The use of 1000 random number generator between 0 ~ 100 test scores, be deposited into a text file, and then the proc
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:158452
    • 提供者:庄黛
  1. gcd

    0下载:
  2. gcd 与随机数计算 可生成要求的随机数与计算gcd 范围可定-gcd calculation with the random number to generate random numbers with the requirements of the scope of the calculation may be set gcd
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:807330
    • 提供者:tsubasa
  1. VB

    1下载:
  2. VB编写,自动生成随机数,并得出最大最小值-VB preparation, automatic generation of random numbers, and come to the largest minimum
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:1149
    • 提供者:王小龙
  1. fake_randoner

    0下载:
  2. 伪随机数发生器: “利用随机序列进行间隔控制,选择消息隐藏位”的描述算法、Matlab程序(可参考所给的程序)、原理与步骤-some thing about watermark
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:6768
    • 提供者:tonado
  1. weisuijishu

    0下载:
  2. 自己用vc++编的伪随机数生成器,可以输入生成多少个,且可以保存-Their use vc++ for the pseudo-random number generator can generate the number of input and can be saved
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-15
    • 文件大小:3741833
    • 提供者:Jonas
  1. random1

    0下载:
  2. 随机数均匀分布 正态分布 可产生均匀分布和正态分布的随机数 速度快 运行流畅 代码简练 -Uniformly distributed random numbers can generate random numbers uniformly distributed smooth fast running code brevity
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-09
    • 文件大小:2329212
    • 提供者:孙以
  1. test_22.3

    0下载:
  2. 3、 编写一个函数。该函数接受下列参数:一个int数组的名称,数组大小和一个代表选取次数的值。然后函数从数组中随机选择指定数量的元素并打印他们。每个元素最多选择一次(模拟抽奖或挑选陪审成员)。另外,请使用time()或其它类似的函数生成种子。以便srand()函数初始化随机数生成器rand()。编写一个简单的程序测试该函数。-The preparation of a function. The function accepts the following parameters: the name
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:734
    • 提供者:qfnu08zzr
  1. Lotto

    0下载:
  2. 运行在windows mobile上,产生随机数,有动画,排序,查看历史,自定义范围等。-running on windows mobile,generate random numbers,have animal,sort,look histories,set range.
  3. 所属分类:Windows Mobile

    • 发布日期:2017-05-14
    • 文件大小:3994801
    • 提供者:谭清华
  1. random

    0下载:
  2. 第13章: 随机数生成 PFQZ 用平方取中法产生随机数列 MixMOD 用混合同余法产生随机数列 MulMOD1 用乘同余法1产生随机数列 MulMOD2 用乘同余法2产生随机数列 PrimeMOD 用素数模同余法产生随机数列 PowerDist 产生指数分布的随机数列 LaplaceDist 产生拉普拉斯分布的随机数列 RelayDist 产生瑞利分布的随机数列 CauthyDist 产生柯西分布的随机数列 AELDist 产生爱尔朗分布的随机数列
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:5425
    • 提供者:舞蛳
  1. LuckySeven

    0下载:
  2. 它能够产生真正的随机数,不会产生重复的随机数-It can produce a true random number, will not have to repeat the random number
  3. 所属分类:assembly language

    • 发布日期:2017-05-13
    • 文件大小:3208203
    • 提供者:李瑞昌
  1. RandomRealNumber

    0下载:
  2. 用不同的种子和方法去产生随机数,像多项巡回随机产生器-Generate different random numbers using different methods like MRG(Multiple Recursive Generator )
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2327
    • 提供者:lifang fan
  1. ex84

    0下载:
  2. 在89C51上用1602LCD显示一随机数的源程序。和下面的ex84-1仿真配套。-1602LCD used in the 89C51 showed the source of random numbers. And the following package ex84-1 simulation.
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:2669
    • 提供者:王其明
  1. ex84-1

    0下载:
  2. 在89C51上用1602LCD显示一随机数的仿真。是上面的ex84程序在89c51上的仿真实例-89C51 used in the display of a random number 1602LCD simulation. Ex84 above procedure is in the simulation example 89c51
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:48126
    • 提供者:王其明
  1. delphi_Random

    0下载:
  2. 在Delphi中生成随机数,在程序中输入随机数的范围,然后就可以手动或自动生成指定范围的随机数。-In the Delphi generated random number, in the proceedings of the scope of input random number, and then can be manually or automatically generate random numbers of designated areas.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:336420
    • 提供者:江先志
  1. RandomTool

    0下载:
  2. 产生随机数的代码,使用java实现,可以指定产生的位数-The code generated random numbers, use the java implementation, you can specify the number of bits generated
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:606
    • 提供者:吕惠清
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com