搜索资源列表
RANDOMS
- 随机数生成源代码,提供C++类和注释与一个测试例子。-random number generator source code for C and Notes with a test case.
radeomnumber
- 产生一个随机数,用于对于算法理论测试数据的生成-have a random number for the theoretical algorithm for test data generation
testrand_vcNIST12_22
- 随机数测试标准程序NIST,最全的测试源码。层次清楚,可对16种测试分步进行
die-c.tar
- diehard随机数测试套件的C程序代码,我在Cywin下测试过,可以用。
paixubijiao
- 1. 内部排序演示 问题描述 设计一个测试程序比较几种排序算法的关键字比较次数和移动次数以取得直观感受。 基本要求 (1)对起(冒)泡排序、直接插入排序、简单选择排序、快速排序、希尔排序、堆排序算法进行比较; (2)待排序的元素的关键字为整数。其中的数据要用伪随机产生程序产生(如10000个),至少用5组不同的输入数据做比较,再使用各种算法对其进行排序,记录其排序时间,再汇总比较; (3)演示程序以人机对话的形式进行。每次测试完毕显示各种比较指标值的列表,用
一个伪随机数的测试程序,外国,多平台t
- 这是一个经典的伪随机数生成程序,特别方便和实用-This is a classic pseudo-random number generator procedures, particularly convenient and practical
Rand.rar
- 随机数生成类。封装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
Genetic-Algorithm
- 压缩包内收集了一些C#常用的7种遗传算法,这些算法主要是保存超个体的基本遗传算法、仿生双倍体遗传算法、人工双倍体遗传算法、保存历史最优解的遗传算法、保存历史最优解的仿生双倍体遗传算法等,另外,对随机数的产生机制进行了优化,在内层循环中也能产生高质量的随机数。部分功能可通过源码爱好者测试截图中看出-Compressed within a collection of some of the commonly used C# 7 kinds of genetic algorithms is mainl
random
- 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
TestRnd
- 随机数生成测试,适于初学者,可以下载下来研究一下-Random number generator test, suitable for beginners
random_demo
- 随机数产生源代码,经过了性能优化,通过测试-Random number generator source code, after a performance optimization, testing and
sts-2.0b
- NTIS随机数质量检测程序, 主要用于测试产生的随机数质量-NTIS standard random test program
RandomArray
- 一个简单、快捷、实用的随机数组产生方法类,经调试通过,注:本压缩包内没有附带示例程序,你需要自己编写一个实例程序进行测试,用本类生成的随机数组如图所示-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
Monte_Carlo_simulation_cool
- 蒙特卡罗模拟随机数是最好的方式,本程序设计在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
randomc
- 用C++编写的蒙特卡洛随机数生成软件,经过测试,模拟结果很好-Written using C++ Monte Carlo random number generation software, tested, good results
key
- 【问题描述】 多关键字的排序有其一定的实用范围。 例如:在进行高考分数处理时,除了需对总分进行排序外, 不同的专业对单科分数的要求不同,因此尚需在总分相同的情况下, 按用户提出的单科分数的次序要求排出考生录取的次序。 【基本要求】 (1)假设待排序的记录数不超过10000,表中记录的关键字数不超过5, 各个关键字的范围均为0至100。 按用户给定的进行排序的关键字的优先关系,输出排序结果。 (2)约定按LSD法进行多关键字的排序。 在对各个关键字进行排序时
sort
- 编程实现 快速排序,堆排序,归并排序,插入排序,选择排序; 对于不同的数组大小,比较这些算法的复杂度; 数组的测试,分为已排序数组和随机数组。-Implement algorithms QuickSort, InsertionSort, SelectionSort, MergeSort and HeapSort and. Test your implementation according to the following requirements: (1) Let n=100
Event-driven-bank-simulation-system
- 通过程序动态模拟银行顾客在一家有n>=2个窗口的银行的到达和离开情况。通过计算每位顾客的平均等待时间及每一窗口处于“繁忙”状态的百分比,来测试银行的服务效率。实现中,可以用时间代表银行活动的对象,用事件驱动来模拟这些活动,并以概率(随机数发生器)来描述预期的客户到达率和银行职员为一个顾客服务所需的时间-Bank customers through the process in a dynamic simulation with n> = 2 windows of the bank
stock_random
- 一个基于随机数生成器的模拟证券走势(可以绘图)例程 可用作随机生成走势图用作软件测试数据源-A random number generator based on the simulation routines securities movements
Mersenne-1.1
- Mersenne 算法 Mersenne Twister算法产生随机数,并测试和分析其随机性。 -Mersenne algorithm Mersenne Twister algorithm to generate random numbers, and test and analysis of its randomness.