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

搜索资源列表

  1. 1

    0下载:
  2. 生成0到1之间的任意随机数,可以产生一个0到1区间内均匀分布伪随机数,可以产生多个0到1区间内均匀分布伪随机数
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:4314
    • 提供者:
  1. mchap9

    1下载:
  2. MATLAB概率分布与伪随机数生成、统计量分析、数理统计分析方法及计算机实现、统计假设检验、方差分析及计算机求解-MATLAB probability distributions and pseudo-random number generation, statistical traffic analysis, mathematical and computer realization of statistical analysis, statistical hypothesis testing
  3. 所属分类:matlab例程

    • 发布日期:2013-07-29
    • 文件大小:2303354
    • 提供者:qiqi
  1. randomnum

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

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

    0下载:
  2. 利用一种伪随机数生成的新方法 ———超素数法,在单片机的P1.6口产生周期为498的伪随机序列。-Pseudo-random number generator using a new method--- law of prime numbers, generated in the microcontroller ports P1.6 period of 498 pseudo-random sequence.
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:14633
    • 提供者:wangliping
  1. rand

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

    • 发布日期:2017-04-03
    • 文件大小:10871
    • 提供者:周进
  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. PRBS_Generator

    0下载:
  2. 自写的PRBS 伪随机数生成程序, 可用,-参见Matlab help中"seqgen.pn" 及 "PN Sequence Generator" 及"Pseudorandom Sequences" 相关内容
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:950
    • 提供者:liu
  1. PRBS

    5下载:
  2. 代码是伪随机数生成和检测的模块,用于通信行业的FPGA编程。包括VHDL和Verilog两种语言的版本。用于做接口测试。-This module generates or check a PRBS pattern.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:7118
    • 提供者:jinse
  1. Pseudo-random-number

    0下载:
  2. 伪随机数生成算法及比较, 讨论了用数学方法快速产生随机数的方法.-Pseudo-random number generation algorithm and compared and discussed in the fast method of generating random numbers using mathematical methods.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1628111
    • 提供者:
  1. Vranndom_norrC

    0下载:
  2. 用Visual C++6实现的一个伪随机数生成演示程序源码源码,包包含了正态分布随机数生成与平均分布随机数两种生成方式。 可直接使用。 -Visual C++6 a pseudo-random number generator source code of the demo program package contains the normal distribution random number generator with the average distribution of the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:23496
    • 提供者:察觉
  1. TApseudo-randh

    0下载:
  2. 此源代码,是一个经典的伪随机数生成程程序源码,特别方便与实用 -This source code is a classic pseudo-random number generation process program code, in particular, convenient and practical
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:47149
    • 提供者:渗透
  1. NameWar

    0下载:
  2. 字符大战 --类似q宠大战的程序,游戏前输入挑战者与被挑战者的名称,也就是字符,用伪随机数生成战斗员情况的一个小游戏-A game character Wars- program similar q pet war the game before input challenger and the challenger' s name, that is, the character, with a pseudo-random number generation combatants
  3. 所属分类:Java Develop

    • 发布日期:2017-11-28
    • 文件大小:12863
    • 提供者:樊景荣
  1. HASH

    0下载:
  2. HASH函数实现//输入输出采用直接在对话框进行的方式 //雪崩测试的改变位数由伪随机数生成 #include<iostream> #include<string.h> #include<stdio.h> #include<conio.h> #include<time.h> using namespace std -hash function
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:885988
    • 提供者:hesper
  1. randGenerator

    0下载:
  2. 伪随机数在计算机软件设计中有很广泛的用途。本程序包含有基于数学方法的利用计算机产生伪随机数的一种方法,即线性同余法,任何伪随机数的产生都是运用递推的原理来生成的。以及在Visual C++环境中产生伪随机数的两个重要函数,rand和srand函数,正确地使用这两个函数是产生性能良好的伪随机数的关键,最后介绍了利用伪随机数生成技术在MFC中生成基于C/S模式应用程序的随机校验码以及利用一种软件工具ImagePassword产生随机密码。-Pseudo-random number have a ve
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:559679
    • 提供者:柳兵
  1. System-simulation-technology

    0下载:
  2. 根据学习过的离散事件系统仿真的基本概念,进一步了解离散事件系统中伪随机数生成的基本方法-According to the study of the basic concept of discrete event system simulation, a deeper understanding of the basic methods of discrete event systems generate pseudorandom number
  3. 所属分类:source in ebook

    • 发布日期:2017-05-05
    • 文件大小:239937
    • 提供者:Ansen.J
  1. bxdx836

    0下载:
  2. 用VC++6实现的一个伪随机数生成演示程序源码,包含了正态分布随机数生成和平均分布随机数两种生成方式,()
  3. 所属分类:网络编程

    • 发布日期:2018-01-01
    • 文件大小:16384
    • 提供者:Todbcah
  1. fvrvware__imilement

    0下载:
  2. 用VC++6实现的一个伪随机数生成演示程序源码,包含了正态分布随机数生成和平均分布随机数两种生成方式,()
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:17408
    • 提供者:GCzfssp%2690103
  1. 1-s2.0-S0898122106001842-main - 副本

    0下载:
  2. MATLAB,随机数伪随机数生成概念,蒲丰投针实验原理(The concept of generation of random number pseudorandom number)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:724992
    • 提供者:111qqq222
  1. nnternal

    0下载:
  2. 用VC++6实现的一个伪随机数生成演示程序源码,包含了正态分布随机数生成和平均分布随机数两种生成方式,()
  3. 所属分类:进程与线程

    • 发布日期:2018-05-04
    • 文件大小:17408
    • 提供者:iosetart
  1. moupling_application

    1下载:
  2. 用VC++6实现的一个伪随机数生成演示程序源码,包含了正态分布随机数生成和平均分布随机数两种生成方式,(Using VC 6 to realize a pseudorandom number generation demonstration program source code, including normal distribution random number generation and average distribution random number generation met
  3. 所属分类:对话框与窗口

    • 发布日期:2019-12-21
    • 文件大小:17408
    • 提供者:eopsip
« 1 23 4 »
搜珍网 www.dssz.com