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

搜索资源列表

  1. randfunc(includeTSParticle)

    0下载:
  2. 随机数生成函数,智能优化算法中经常用到的。随机数生成函数,智能优化算法中经常用到的。-Random number generator function, intelligent optimization algorithms are often used. Random number generator function, intelligent optimization algorithms are often used.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:128554
    • 提供者:xufeng
  1. lcg

    0下载:
  2. 这是线性同余法的改进算法,希望对大家学习随机数生成有用-This is the linear congruential method of the improved algorithm, we hope to learn a useful random number generator
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:138850
    • 提供者:liu
  1. dd

    0下载:
  2. 设计的随机数发生器可产生两个随机数,由一开关(RIN)进行控制,RIN为1时随机数发生器被清除,RIN为0时随机数发生器将产生1-6的两个随机数,可由LED数码管显示,显示的方式可由设计者自行设计,既可以选择数码管中的任两个LED显示随机数,也可让四位LED同时显示一个随机数(按一定的时间跳转显示)。根据给定的材料完成上述系统的设计,用Xilinx ise完成功能的设计与仿真,并最终下载到目标板XILINX SPARTAN-3 Starter Board上进行验证实现。-The random n
  3. 所属分类:Project Design

    • 发布日期:2017-05-08
    • 文件大小:1631491
    • 提供者:heyougen
  1. kuaisu_paixu

    0下载:
  2. 一个VC++随机数生成程序,可以生成一组由数字组成的随机数,并用特殊算法快速进行随机数排序-A VC++ random number generator to generate a random number from the numbers and use a special algorithm for fast random number sort
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:25329
    • 提供者:张延浩
  1. qddown_hb612448992451134

    0下载:
  2. 汇编语言随机数产生器的汇编源代码,适合初学者-Random number generator in assembly language assembly source code, suitable for beginners
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:7255
    • 提供者:zxjl
  1. rand

    0下载:
  2. 基于元胞随机数发生器,基于元胞自动机的伪随机数生成c程序-Random number generator based on cellular
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:10871
    • 提供者:周进
  1. store

    0下载:
  2. 设计一个请求页式存储管理方案。并编写模拟程序实现之。产生一个需要访问的指令地址流。它是一系列需要访问的指令的地址。为不失一般性,你可以适当地(用人工指定地方法或用随机数产生器)生成这个序列,使得 50%的指令是顺序执行的。25%的指令均匀地散布在前地址部分,25%的地址是均匀地散布在后地址部分。为简单起见。页面淘汰算法采用 FIFO页面淘汰算法,并且在淘汰一页时,只将该页在页表中抹去。而不再判断它是否被改写过,也不将它写回到辅存。-Design of a requested page stora
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:12449
    • 提供者:ranxiuyin
  1. thermograph

    0下载:
  2. 显示当前温度值(随机数产生),并可以查看华氏和摄氏温度值。-Displays the current temperature value (random number generator), and you can view the value of Fahrenheit and Celsius.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:6036
    • 提供者:J
  1. RSA

    0下载:
  2. RSA加密算法使用伪随机数生成 课程设计内容 密码学-RSA encryption algorithm uses pseudo-random number generator curriculum content cryptography
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1219488
    • 提供者:cheryl
  1. parisaG

    0下载:
  2. In this experiment you will simulate a symmetric binary communication system in which the probability that a bit is corrupted is p, that is P(receiving 0|1 sent) = P(receiving 1|0 sent) = p. To actually perform this experiment you will have to first
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:671
    • 提供者:masi
  1. random23

    0下载:
  2. 一个简单程序,用VC++随机数原理编写彩票号码生成器。-A simple program with VC++ random number generator lottery numbers written works.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:12300
    • 提供者:adam
  1. randomc

    0下载:
  2. 随机数生成器,含3种随机数生成算法,比标准库的随机函数好用-Random number generator, with three kinds of random number generation algorithm, than the standard library random function easy to use
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:246127
    • 提供者:xie
  1. decode_convol

    0下载:
  2. 通信中,解码,解卷积码,它为一个MATLAB编程-Binary random number generator to generate a random sequence program for MATLAB Programming
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1344
    • 提供者:花小花
  1. Internal-sort-of-comparison-method

    0下载:
  2. 1)对以下9种内部排序算法进行比较:起泡排序、直接插入排序、简单选择排序、快速排序、希尔排序、堆排序、折半插入排序、二路插入排序、归并排序。 (2)待排序表的表长不小于 100;其中的数据要用伪随机数产生器产生;至少要用 5 组不同的输入数据做比较;比较的指标为关键字参加的比较次数和关键字的移动次数(关键字交换为 3 次移动)。 (3)针对不同的输入表长做试验,观测检查两个指标相对表长的变换情况。 (4)随机产生的数据保存到文件 input.txt 中,将各个算法的关键字比较次
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:1590
    • 提供者:张元弟
  1. randomgenerator

    0下载:
  2. 随机数产生器,能够随机产生两位数,是原理图输入法和vhdl输入方的方法-Random number generator to randomly generated double-digit, is the schematic input and the input side of the way vhdl
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-07
    • 文件大小:1052152
    • 提供者:流风
  1. MATLAB-language

    0下载:
  2. 差值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、线性方程组直接法、线性方程组迭代法、随机数生成、特殊函数计算、常微分方程初值问题、偏微分方程数值解法、数据统计和分析-Difference, function approximation, eigenvalue calculation, numerical differentiation, numerical integration, finding roots of equations, nonlinear equ
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:137868
    • 提供者:jame
  1. tpm4078.tar

    0下载:
  2. TPM实际上是一个含有密码运算部件和存储部件的小型片上的系统,由CPU、存储器、I/O、密码运算器、随机数产生器和嵌入式操作系统等部件组成。-TPM is actually a cryptographic operations with small parts and components on-chip memory system, the CPU, memory, I/O, password calculator, random number generator, and embedded
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-18
    • 文件大小:4984092
    • 提供者:allanchen
  1. random_number_generator

    0下载:
  2. random number generator
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:78399
    • 提供者:Bashar
  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
    • 文件大小:1216668
    • 提供者:华灵
  1. Programto-generaterandomnumbers

    0下载:
  2. 产生随机数的C++程序,可以生成大素数,解决了rsa算法的随机数产生问题-Generate random numbers in C++ program that can generate large prime numbers rsa algorithm to solve the problem of the random number generator
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:6944
    • 提供者:lyj
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 26 »
搜珍网 www.dssz.com