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

搜索资源列表

  1. part2

    0下载:
  2. 统计计算课件--统计计算的课件,讲述有关随机数的相关概念,以及推导方法。-Statistical computing courseware- courseware statistical computing, about the random number of related concepts, and the derivation method.
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:551678
    • 提供者:liu
  1. sort

    0下载:
  2. 产生十个随机数并组成数组,然后进行快速排序和归并排序-Generate 10 random numbers and form an array, and then a quick sort and merge sort
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1418
    • 提供者:gao
  1. randSubject

    0下载:
  2. 用当前系统时间初始化随机数种子,系统随机出题让你算并给你计算结果作出判断-With the current system time to initialize the random number seed, systematic random topic and let you count and give you results to make judgments
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:710
    • 提供者:dzily
  1. GenerateRandom

    0下载:
  2. 产生N位随机数的一个算法,该示例展示了可以生成任意多个随机数的方法。-This code is a example of generating random.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:76543
    • 提供者:yuyifish
  1. fifo

    0下载:
  2. 产生一个需要访问的指令地址流。它是一系列需要访问的指令的地址。为不失一般性,你可以适当地(用人工指定地方法或用随机数产生器)生成这个序列。为简单起见,页面淘汰算法采用FIFO页面淘汰算法,并且在淘汰一页时,只将该页在页表中抹去。而不再判断它是否被改写过,也不将它写回到辅存-Generate a need to access the instruction address stream. It is a series of instructions need to access the addre
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:3575
    • 提供者:郭小小
  1. c_math

    1下载:
  2. c编写一个随机产生两个随机数,并进行随机的加减运算-c write a randomly generated two random numbers, and conduct random addition and subtraction operations
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:49909
    • 提供者:
  1. mersennetwister

    0下载:
  2. mesenne twister算法 产生伪随机数(服从均匀分布) 及查看矩阵数据概率分布的程序 -mesenne twister algorithm for the generation of pseudo-random number (subject to uniform distribution) and view the probability distribution of the data matrix, the procedure
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:1275
    • 提供者:dong
  1. DengYiyuan

    0下载:
  2. 随机数的产生 实现 反转 排序等功能 很不错哦 -Random number generation and other functions to achieve reverse sort
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:33235
    • 提供者:邓伊元
  1. wsjscsq

    0下载:
  2. VHDL程序设计的应用举例:伪随机数产生器-VHDL Programming Application examples: pseudo-random number generator
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:6694
    • 提供者:古月
  1. Ziggurat

    1下载:
  2. 使用Ziggurat算法生成高斯分布的随机数-Gaussian distribution random numbers generator using the Ziggurat lgorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1119
    • 提供者:海坤
  1. OidUtil

    0下载:
  2. 一种生成包含0-9数字与a-z,A-Z字母的20位随机数算法。-A random generation algorithm including a-z,A-Z alphabets and 0-9 numbers
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:783
    • 提供者:范鹏
  1. randomcreator

    0下载:
  2. NS2中的随机数产生器Random Number Generator,随机数产生器在NS2中是非常重要的,举凡网络节点在NAM中的位置或者是应用程序在何时开始传送或结束数据传输,都会用到随机数产生器。-Random Number Generator is very important
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:6833
    • 提供者:谢仕云
  1. TypingGame

    0下载:
  2. 打字游戏设计 采用DOS功能调用(INT21H)中的AH=2CH得到系统时间,系统时间除模26得随机数,在此基础上加上基准字母,就可以得到随机字母。再利用BIOS功能调用中的INT10H AH=02H、06H、09H、0AH就可以控制字母的下降及判断字母的正确与否。利用8253的方式2进行计时和8259A中断就可以控制每10分钟打印,而打印则采用并行接口芯片8255A与中断芯片8259A以中断方式打印。-Typing game design using DOS function calls
  3. 所属分类:Project Design

    • 发布日期:2017-03-28
    • 文件大小:265057
    • 提供者:徐氏
  1. yuanchengxu

    0下载:
  2. 高斯的分布产生随机数的方法: 在瑞利分布生成随机数的方法 该程序是用C + +语言,程序的项目可以通过VS2005打开。对于每个分配,程序生成的随机数10000 泊松分布生成随机数的方法:-The program is written by C++ language, the program project can be opened by VS2005. For each distribution, the program generated 10000 random
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-02
    • 文件大小:792
    • 提供者:孙杰
  1. 24

    0下载:
  2. 算24点:包括系统随机数,和自输入求解。-Count 24 points: includes system random number, and self-input solution.
  3. 所属分类:Other Games

    • 发布日期:2017-04-08
    • 文件大小:1137
    • 提供者:shy2850
  1. random

    0下载:
  2. 用汇编代码写的随机数生成算法: 程序主要由八部分组成。主程序main 从键盘输入的10进制数的子程序redigital;产生随机数,并输出随机性评估结果的子程序random;评估一个随机数随机性的子程序evaluAnum;用蒙特卡罗法评估随机性的calpi将数以十六进制输出的子程序printtohex;将数用十进制打印出来的子程序printaxd;输出换行回车的子程序printrn。-Written in assembly code using random number generatio
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:2558
    • 提供者:共命运
  1. MultiSort

    0下载:
  2. 双线程对一系列随机数进行归并排序,使用MFC的控制台程序-Dual-threaded on a series of random numbers to merge sort, using the Console application in MFC
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:207968
    • 提供者:张韶远
  1. GenRand

    0下载:
  2. 自己编写的一个产生随机数的小程序,很简单,希望对初学者有所帮助.-I have written a small program generating random numbers is very simple, want to be helpful for beginners.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:573193
    • 提供者:wwj
  1. lingo-random

    0下载:
  2. director中产生随机数并跳转到相应标签处的问题-director generated random number and jump to the appropriate tab at the problem
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-29
    • 文件大小:4355
    • 提供者:妍桢
  1. randomnum

    0下载:
  2. 一个伪随机数生成程序,简单实用,有需要的请下载-A pseudo-random number generator, if necessary, please download the
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1121776
    • 提供者:zhangliang
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com