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

搜索资源列表

  1. fifo

    0下载:
  2. 1.用随机数方法产生页面走向,页面走向长度为L(15<=L<=20),L由控制台输入。 2.根据页面走向,分别采用Optinal、FIFO、LRU算法进行页面置换,统计缺页率。 3.假定可用内存块为m(3<=m<=5),m由控制台输入,初始时,作业页面都不在内存。 -1. Using random number methods to generate the page, the page length to L (15 <= L <= 20), L
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:2316
    • 提供者:周哲
  1. CP2

    0下载:
  2. 非常直观的一个随机数计算代码;可以在你买彩票而无法想数字时帮你一个忙。-Very intuitive determined on the basis of a random code can not you buy a lottery would like to help you figure a favor.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:4868
    • 提供者:wangkh
  1. G

    0下载:
  2. 实现了一个产生符合高斯分布的随机数发生器,并用最大似然估计法估算其方差及均值-Produced in line with the realization of a Gaussian distribution of the random number generator, and the maximum likelihood estimation method to estimate their variance and mean
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:92582
    • 提供者:前敏
  1. 1

    0下载:
  2. 每到达一个顾客,即为该类顾客取一个随机数作为该类顾客下一个到达时刻的间隔,其他两类顾客的下一个到达间隔保持上一个值不变,然后取三个间隔中的最小值作为下一个顾客将要到达的时刻。这似乎破坏了随机性,但是若不这样,每到达一个顾客即更新三类顾客的到达间隔值,结果是20000顾客下来,到达的全都是最低优先级的顾客。-Every arrival of a customer and such customers shall take a random number of such customers as t
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:4117
    • 提供者:jacky
  1. lfsr

    0下载:
  2. 随机数 fortran90 L Ecuyer s 1999 random number generator. Fortran version by Alan.Miller @ vic.cmis.csiro.a-Random Number fortran90L Ecuyer s 1999 random number generator. Fortran version by Alan.Miller @ vic.cmis.csiro.a
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:2072
    • 提供者:张鹏
  1. random

    0下载:
  2. 产生随机数并运算的程序 只有加法与减法-Generated random numbers and procedures for computing addition and subtraction only
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:1391
    • 提供者:xq
  1. smpl

    0下载:
  2. smpl仿真函数库,包括产生随机数、事件调度、时间计算等函数-SMPL simulation library, including random number generated, event scheduling, time and other functions
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:45707
    • 提供者:台祥广
  1. sto

    0下载:
  2. 设计一个请求页式存储管理方案。并编写模拟程序实现。 产生一个需要访问的指令地址流。它是一系列需要访问的指令的地址。为不失一般性,你可以适当地(用人工指定地方法或用随机数产生器)生成这个序列。为简单起见,页面淘汰算法采用FIFO页面淘汰算法,并且在淘汰一页时,只将该页在页表中抹去。而不再判断它是否被改写过,也不将它写回到辅存。 -Page request to design a storage management program. And the preparation of simul
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-09
    • 文件大小:14522
    • 提供者:wyywd
  1. C++

    0下载:
  2. 包括各种插值方法、基本图形操作、极值问题求解、随机数的产生等多种功能算法源代码-Include a variety of interpolation methods, and basic graphics operation, extremum problem solving, random number generation algorithm for multiple functions of the source code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-28
    • 文件大小:289183
    • 提供者:黄观文
  1. CYL1

    0下载:
  2. 这是一个关于微机原理汇编程序设计的随机数图程序,希望对大家有用。-It is a compilation of computer program design principle of random number chart procedures, useful for all of us hope.
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1572
    • 提供者:程友林
  1. 1

    0下载:
  2. 汇编的实验原代码 是随机数运算的代码~ -Experimental compilation of the original code is a random number computing code ~
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2292
    • 提供者:vivian
  1. random

    0下载:
  2. C++语言实现各种分布的随机数,Vs2005编译器下执行-C++ Language to achieve a variety of distribution of random numbers, Vs2005 compiler implementation
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1753
    • 提供者:zz
  1. erasefile

    0下载:
  2. 这个小工具可以比较安全的删除文件和目录。它删除文件的流程是: 1. 使用伪随机数填充整个文件 2. 将文件长度截为零 3. 将文件命名为随机字符串 4. 删除文件 需要指出的是,这样的删除在软件级别已经是不可能恢复了。但是特别重要的数据(军事级别?)是不允许这么简单的操作的,据某个标准称为了在特殊的硬件设备下都无法恢复硬盘数据,至少应该把文件区域写7遍,更安全的办法是把磁盘物理销毁(例如粉碎)。 -This gadget can be relatively sa
  3. 所属分类:File Operate

    • 发布日期:2014-09-10
    • 文件大小:26156
    • 提供者:王小军
  1. Demo

    0下载:
  2. 实现DES算法,随机数产生密码,有4种DEMO-The realization of DES algorithm, random number generator password, there are four kinds of DEMO
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:28079
    • 提供者:李妍霏
  1. several_randoms

    0下载:
  2. 随机数变量产生,包括满足均匀分布、泊松分布等各种分布-Random numbers generated variables, including the needs of uniform distribution, Poisson distribution and other distribution
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:7073
    • 提供者:
  1. TestBall

    0下载:
  2. 利用随机函数自动产生随机数后自动排序,模仿福利彩票双色球玩法。-The use of random function automatically generated random numbers automatically sort Loans to imitate playing the welfare lottery.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:8583
    • 提供者:wansqok
  1. unif_gen

    0下载:
  2. 用DSP 5509平台上用C语言产生均匀分布的随机数-DSP 5509 platform by using C language have uniformly distributed random number
  3. 所属分类:DSP program

    • 发布日期:2017-04-16
    • 文件大小:16398
    • 提供者:yinfeng
  1. sdfsdf

    0下载:
  2. 案例2产生随机数并运算的程序 微机原理课程设计-Case 2 generate random numbers and computing procedures Microcomputer Principle curriculum design
  3. 所属分类:Education soft system

    • 发布日期:2017-04-13
    • 文件大小:2625
    • 提供者:张峰
  1. H0832-4

    0下载:
  2. 案例2产生随机数并运算的程序 微机原理课程设计-Case 2 generate random numbers and computing procedures Microcomputer Principle curriculum design
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:2384
    • 提供者:张峰
  1. H0832-4ty

    0下载:
  2. 案例2产生随机数并运算的程序 课程设计危机与阿尼-Case 2 generate random numbers and procedures for curriculum design computing crisis and Ani
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-01-27
    • 文件大小:2388
    • 提供者:张峰
« 1 2 ... 33 34 35 36 37 3839 40 41 42 43 ... 50 »
搜珍网 www.dssz.com