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

搜索资源列表

  1. test

    0下载:
  2. 利用随机数产生红色液体从墙壁上向下流动的效果-Using random number generator red liquid from the wall the effect of downward mobility
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-15
    • 文件大小:31942
    • 提供者:何飞
  1. random-c

    0下载:
  2. C语言实现的随机数产生方法,对一些需要产生随机种子的程序有帮助。主要是包括均匀分布、高斯分布随机数的产生。-C language implementation of the random number generator means, for some procedures need to generate random seeds help. Mainly include the uniform distribution, Gaussian distribution generation.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:4536
    • 提供者:李森
  1. Java_utilities

    0下载:
  2. 3 Useful utilities for any Java Programmer: 1. Random Number Generator Method - can generate random numbers in any interval even negative numbers. Changing (int) to (float) will give you float randoms. 2. isNarcissistic - Checks if a number is na
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:1756
    • 提供者:Tiago
  1. gauss

    0下载:
  2. This program generates number from standard Gaussian noise by using Mersenne Twister random numbers generator
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:5820
    • 提供者:jarekz
  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. caipiaohaomashengchengqi

    0下载:
  2. 一款基于Visual C++的彩票号码生成器-Lottery Number Generator
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:25242
    • 提供者:张凤
  1. wsjscsq

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

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

    0下载:
  2. Clock Controller There are often situations where one wishes to pass a predetermined number of clock pulses and then stop. The purpose of this problem is to design a controller in VHDL to gate a preset number of pulses form a free-running clock “CL
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:180006
    • 提供者:chris
  1. randomcreator

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

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

    0下载:
  2. 是一个正在进行的项目,提供强有力的和快速的加密形式的工具包使用的商业和开放源代码项目。库包括:随机数生成器,分组密码,散列函数,消息认证码-Is an ongoing project to provide a strong and fast encryption tool kit used in the form of commercial and open source projects. Library include: random number generator, block ciph
  3. 所属分类:CA program

    • 发布日期:2017-03-23
    • 文件大小:774280
    • 提供者:sportsboy_21
  1. randomnum

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

    • 发布日期:2017-04-09
    • 文件大小:1121776
    • 提供者:zhangliang
  1. hdb

    0下载:
  2. 数字基带信号的传输是数字通信系统的重要组成部分。在数字通信中,有些场合可不经过载波调制和解调过程,而对基带信号进行直接传输。采用AMI码的信号交替反转,有可能出现四连零现象,这不利于接收端的定时信号提取。而HDB3码因其无直流成份、低频成份少和连0个数最多不超过三个等特点,而对定时信号的恢复十分有利,并已成为CCITT协会推荐使用的基带传输码型之一。为此,本文利用VHDL语言对数据传输系统中的HDB3编码器进行了设计。 基于达到达到达到的信号发生器的源程序-Digital baseband
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:2925
    • 提供者:成风
  1. prcs_mngment

    0下载:
  2. 进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)。每个进程有一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、需要运行时间、已用CPU时间、进程状态等等。进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。每个进程的状态可以是就绪 W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。进程的运行时间以时间片为单位进行计算。就绪进程获得 CPU后都只能运行一个时间片。用已占用CPU时间加1来表示。 如果运行
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1473
    • 提供者:atlantis
  1. Shiftpcb

    0下载:
  2. Proteus VSM includes a number of virtual instruments including an Oscilloscope, Logic Analyser, Function Generator, Pattern Generator, Counter Timer and Virtual Terminal as well as simple voltmeters and ammeters.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:2671
    • 提供者:songemi
  1. Shiftpcb

    0下载:
  2. Proteus VSM includes a number of virtual instruments including an Oscilloscope, Logic Analyser, Function Generator, Pattern Generator, Counter Timer and Virtual Terminal as well as simple voltmeters and ammeters.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:7154
    • 提供者:songemi
  1. bestsave

    0下载:
  2. Proteus VSM includes a number of virtual instruments including an Oscilloscope, Logic Analyser, Function Generator, Pattern Generator, Counter Timer and Virtual Terminal as well as simple voltmeters and ammeters.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:14273
    • 提供者:songemi
  1. Eagle

    0下载:
  2. Proteus VSM includes a number of virtual instruments including an Oscilloscope, Logic Analyser, Function Generator, Pattern Generator, Counter Timer
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:13116
    • 提供者:songemi
  1. LRU

    0下载:
  2. 1、产生一个需要访问的指令地址流,它是一系列需要访问的指令的地址。为不失一般性,你可以适当地(用人工指定地方法或用随机数产生器)生成这个序列,使得 50%的指令是顺序执行的。25%的指令均匀地散布在前地址部分,25%的地址是均匀地散布在后地址部分。   2、指定合适的页面尺寸(例如以 1K或2K为1页);   3、指定内存页表的最大长度,并对页表进行初始化; 4、每访问一个地址时,首先要计算该地址所在的页的页号,然后查页表,判断该页是否在主存——如果该页已在主存,则打印页表情况
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:677
    • 提供者:黄俊
  1. zishiyingxindaojunhengqi

    1下载:
  2. 使用下面的参数设计信道均衡器,其中使用两个独立的随机数发生器,一个用x(n)来表示,用来测试信道;另一个用v(n)来表示,用来模拟接收器中的加性白噪声的影响。序列x(n)是x(n)=±1的伯努利序列,随机变量x(n)具有零均值和单位方差。第二个序列v(n)具有零均值,其方差由信噪比决定。均衡器有11个抽头。-Use the following parameter design of channel equalizer, which uses two separate random number
  3. 所属分类:Windows编程

    • 发布日期:2012-12-07
    • 文件大小:556
    • 提供者:wanchun
  1. primesix

    0下载:
  2. primesix.pas = prime numbers generator, We used the fact that primes only occur in the vicinity of numbers divisible by the number 6 without rest. (test MOD 6)=0 (+1) (-1)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1954
    • 提供者:KristoferPudno
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 37 »
搜珍网 www.dssz.com