CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 随机数 测试

搜索资源列表

  1. RANDOMS

    0下载:
  2. 随机数生成源代码,提供C++类和注释与一个测试例子。-random number generator source code for C and Notes with a test case.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4.26kb
    • 提供者:张张
  1. radeomnumber

    0下载:
  2. 产生一个随机数,用于对于算法理论测试数据的生成-have a random number for the theoretical algorithm for test data generation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:41.79kb
    • 提供者:王鹏
  1. testrand_vcNIST12_22

    0下载:
  2. 随机数测试标准程序NIST,最全的测试源码。层次清楚,可对16种测试分步进行
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-18
    • 文件大小:1.37mb
    • 提供者:tangming
  1. die-c.tar

    0下载:
  2. diehard随机数测试套件的C程序代码,我在Cywin下测试过,可以用。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:47.75kb
    • 提供者:Yongming Lee
  1. paixubijiao

    1下载:
  2. 1. 内部排序演示 问题描述 设计一个测试程序比较几种排序算法的关键字比较次数和移动次数以取得直观感受。 基本要求 (1)对起(冒)泡排序、直接插入排序、简单选择排序、快速排序、希尔排序、堆排序算法进行比较; (2)待排序的元素的关键字为整数。其中的数据要用伪随机产生程序产生(如10000个),至少用5组不同的输入数据做比较,再使用各种算法对其进行排序,记录其排序时间,再汇总比较; (3)演示程序以人机对话的形式进行。每次测试完毕显示各种比较指标值的列表,用
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.71kb
    • 提供者:就是这样
  1. 一个伪随机数的测试程序,外国,多平台t

    0下载:
  2. 这是一个经典的伪随机数生成程序,特别方便和实用-This is a classic pseudo-random number generator procedures, particularly convenient and practical
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:46.04kb
    • 提供者:gcl
  1. Rand.rar

    1下载:
  2. 随机数生成类。封装c++的rand函数,用于生成均匀、正态、伽马、贝塔、泊松、指数、几何等分布规律的随机数。 内含生成各分布的算法源码。各分布可通过ts测试。,A random number generator class. it Packages the rand function of C++,and is used to generate uniform, normal, gamma, beta, Poisson, exponential, geometric and other dis
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:3.86kb
    • 提供者:winxp
  1. Genetic-Algorithm

    0下载:
  2. 压缩包内收集了一些C#常用的7种遗传算法,这些算法主要是保存超个体的基本遗传算法、仿生双倍体遗传算法、人工双倍体遗传算法、保存历史最优解的遗传算法、保存历史最优解的仿生双倍体遗传算法等,另外,对随机数的产生机制进行了优化,在内层循环中也能产生高质量的随机数。部分功能可通过源码爱好者测试截图中看出-Compressed within a collection of some of the commonly used C# 7 kinds of genetic algorithms is mainl
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:21.12kb
    • 提供者:罗云峰
  1. random

    0下载:
  2. George Marsaglia的“The mother”随机数生成代码,称循环周期达2^250,可以通过ts检验,适用于大规模仿真。 源码已进行类封装。测试程序直接产生可用于matlab的m文件。-George Marsaglia s The mother random number generator code, saying that the cycle period could up to 2 ^ 250,and could pass through the ts test.Suit
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:7.81kb
    • 提供者:winxp
  1. TestRnd

    0下载:
  2. 随机数生成测试,适于初学者,可以下载下来研究一下-Random number generator test, suitable for beginners
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2.04kb
    • 提供者:祝志云
  1. random_demo

    0下载:
  2. 随机数产生源代码,经过了性能优化,通过测试-Random number generator source code, after a performance optimization, testing and
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:1.49kb
    • 提供者:周辉
  1. sts-2.0b

    0下载:
  2. NTIS随机数质量检测程序, 主要用于测试产生的随机数质量-NTIS standard random test program
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-27
    • 文件大小:9.7mb
    • 提供者:sherry
  1. RandomArray

    0下载:
  2. 一个简单、快捷、实用的随机数组产生方法类,经调试通过,注:本压缩包内没有附带示例程序,你需要自己编写一个实例程序进行测试,用本类生成的随机数组如图所示-A simple, fast and practical method for forming the random array of classes, after debugging through, Note: This compressed file does not comes with sample programs, you need
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:7.15kb
    • 提供者:ddfeng123
  1. Monte_Carlo_simulation_cool

    0下载:
  2. 蒙特卡罗模拟随机数是最好的方式,本程序设计在552nm脉冲后,再一左一右的657nm冷却脉冲,测试激发达到100 的概率,尤其考查蓝、绿及近红外波段-MATLAB 6.5 Monte Carlo simulation cool3.m This simulation cycles "num" number of atoms "steps" times, with a cooling sequence of a 657 nm cooling pulse from the right, the
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:5.87kb
    • 提供者:huhoo
  1. randomc

    0下载:
  2. 用C++编写的蒙特卡洛随机数生成软件,经过测试,模拟结果很好-Written using C++ Monte Carlo random number generation software, tested, good results
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:242.38kb
    • 提供者:wen
  1. key

    1下载:
  2. 【问题描述】 多关键字的排序有其一定的实用范围。 例如:在进行高考分数处理时,除了需对总分进行排序外, 不同的专业对单科分数的要求不同,因此尚需在总分相同的情况下, 按用户提出的单科分数的次序要求排出考生录取的次序。 【基本要求】 (1)假设待排序的记录数不超过10000,表中记录的关键字数不超过5, 各个关键字的范围均为0至100。 按用户给定的进行排序的关键字的优先关系,输出排序结果。 (2)约定按LSD法进行多关键字的排序。 在对各个关键字进行排序时
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:4.96kb
    • 提供者:苏拉
  1. sort

    0下载:
  2. 编程实现 快速排序,堆排序,归并排序,插入排序,选择排序; 对于不同的数组大小,比较这些算法的复杂度; 数组的测试,分为已排序数组和随机数组。-Implement algorithms QuickSort, InsertionSort, SelectionSort, MergeSort and HeapSort and. Test your implementation according to the following requirements: (1) Let n=100
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1.96kb
    • 提供者:许许
  1. Event-driven-bank-simulation-system

    0下载:
  2. 通过程序动态模拟银行顾客在一家有n>=2个窗口的银行的到达和离开情况。通过计算每位顾客的平均等待时间及每一窗口处于“繁忙”状态的百分比,来测试银行的服务效率。实现中,可以用时间代表银行活动的对象,用事件驱动来模拟这些活动,并以概率(随机数发生器)来描述预期的客户到达率和银行职员为一个顾客服务所需的时间-Bank customers through the process in a dynamic simulation with n> = 2 windows of the bank&#
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:1.16mb
    • 提供者:华灵
  1. stock_random

    0下载:
  2. 一个基于随机数生成器的模拟证券走势(可以绘图)例程 可用作随机生成走势图用作软件测试数据源-A random number generator based on the simulation routines securities movements
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:5.08kb
    • 提供者:ZYZ
  1. Mersenne-1.1

    0下载:
  2. Mersenne 算法 Mersenne Twister算法产生随机数,并测试和分析其随机性。 -Mersenne algorithm Mersenne Twister algorithm to generate random numbers, and test and analysis of its randomness.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:84.31kb
    • 提供者:andy
« 12 »
搜珍网 www.dssz.com