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

搜索资源列表

  1. code

    0下载:
  2. 自己编写算法产生指定分布的伪随机数,文件夹中包括 均匀分布、指数分布、正太分布,泊松分布、二项分布,并同时对随机序列进行了分布检验和参数估计-Write your own algorithm to generate a pseudo-random number distribution specified folder, including the uniform distribution, exponential distribution, is too distribution, Poiss
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:6407
    • 提供者:Celia Zhen
  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. sam_test

    0下载:
  2. 一款加解密SAM芯片的测试程序,包括AES,RSA,伪随机数模块!-An encryption and decryption SAM chip testing procedures, including AES, RSA, pseudo-random number generation module
  3. 所属分类:SCM

    • 发布日期:2017-11-23
    • 文件大小:1865
    • 提供者:weihoude
  1. weq12323

    0下载:
  2. 1.线性同余随机数生成器介绍: 古老的LCG(linear congruential generator)代表了最好最朴素的伪随机数产生器算法。主要原因是容易理解,容易实现,而且速度快。 -A linear congruential random number generator: ancient LCG (linear congruential generator) represents the best and most simple pseudo-random number ge
  3. 所属分类:software engineering

    • 发布日期:2017-11-18
    • 文件大小:13499
    • 提供者:george
  1. jiance1

    0下载:
  2. 3异或条件输出 周期的伪随机数生成器伪随机数 -The XOR output cycle pseudo-random number generator
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-06
    • 文件大小:611
    • 提供者:陈治斌
  1. rc4_console

    0下载:
  2. 伪随机数发生器LFSR及其在流密码RC4中的应用-Pseudo-random number generator LFSR in the stream cipher RC4
  3. 所属分类:CA program

    • 发布日期:2017-11-27
    • 文件大小:211992
    • 提供者:飞哥
  1. lfsr_randgen

    0下载:
  2. 利用线性反馈移位寄存器产生伪随机数,在通信系统中应用-Using a linear feedback shift register to generate pseudorandom numbers, the application in a communication system
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-03
    • 文件大小:114641
    • 提供者:ZhanminWu
  1. Base16k

    0下载:
  2. (1)这是一个伪随机数发生器,周期为2 ^ 19937 - 1,可以用于加密 文件说明如下: mtrand.h包含文件,包含类的声明 mtrand.cpp的库文件包含非内联成员 mttest.cpp小程序来测试随机数发生器 mttest.out输出文件,用于比较 (2)使用 初始化:两种方式,seed(s) 或seed(array, length). 随机数生成:MTRand_int32产生的32位无符号整数。 MTRand产生均匀的双精度浮点数,在halfo
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-13
    • 文件大小:18226
    • 提供者:park
  1. 075215

    0下载:
  2. 密码学随机数产生的两种方法 供各位生成伪随机数~-failed to translate
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:710
    • 提供者:murong
  1. NIST-random-number-test-standards

    1下载:
  2. 这套NIST(国家标准与技术研究所)测试程序是一个统计包,包括16种测试手段。这些测试手段可测试由用作保密随机或者伪随机数发生器的硬件和软件产生的任意长的2进制序列的随机性。这些测试手段主要致力于判定可能存在于序列中的多种多样的非随机性。其中一些测试又可以分解成多种子测验。这16种测-Set NIST (National Institute of Standards and Technology) test procedure is a statistical package, includin
  3. 所属分类:Communication

    • 发布日期:2017-11-04
    • 文件大小:970483
    • 提供者:陈娟
  1. pseudo-random-numbers

    0下载:
  2. 产生伪随机数常用的两种算法,充分加速随机数生成过程-Generate pseudo-random numbers used two algorithms
  3. 所属分类:Communication

    • 发布日期:2017-11-16
    • 文件大小:7019
    • 提供者:zhou
  1. suijishu

    0下载:
  2. 在使用C#编程,但伪随机数加密一直不知道是怎么实现的,今天研究了一下,看了一个使用伪随机数加密用户名密码的例子,觉得简单易懂,索性把源代码也共享出来,帮助更多想实现C#伪随机数加密的朋友。-In the use of C# programming, but pseudo-random number encrypted did not know how to achieve today study a little, read a pseudo-random number encrypted us
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-17
    • 文件大小:10950
    • 提供者:陈丽凤
  1. PRAN

    0下载:
  2. 在使用C#编程,但伪随机数加密一直不知道是怎么实现的,今天研究了一下,看了一个使用伪随机数加密用户名密码的例子,觉得简单易懂,索性把源代码也共享出来,帮助更多想实现C#伪随机数加密的朋友。在演示窗口,输入密码的时候,会适时显示出经过加密的密码,挺有参考价值。-In the use of C# programming, but pseudo-random number encrypted did not know how to achieve today study a little, read
  3. 所属分类:CA program

    • 发布日期:2017-04-17
    • 文件大小:10902
    • 提供者:zengzheng
  1. MSPLFFT

    0下载:
  2. 用来产生均匀分布或高斯分布的伪随机数 (近似白噪声),它们可具有不同的均值和方差。-To produce uniform or Gaussian distribution of the pseudo-random number (similar to white noise), which may have different mean and variance.
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:1290
    • 提供者:huadong
  1. FPGA-RAND

    0下载:
  2. FPGA生成伪随机数,希望对加密的童鞋有用-FPGA generates pseudo-random numbers, we want to be useful
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:93394
    • 提供者:张先生
  1. 01

    0下载:
  2. 16807随机数产生器的设计,及其伪随机数组均匀性与自相关性研究-16,807 random number generator design, and its pseudo-random array uniformity and self-correlation
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:244761
    • 提供者:
  1. 785634

    0下载:
  2. 伪随机数加密,C#经典编程实例源码,很好的参考资料-Pseudo random number encrypted, classic instance of C# programming source code, a good reference
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:45816
    • 提供者:清拌蟹肉
  1. Random-nunmber

    0下载:
  2. 程序生成的随机数,真正的名字叫做“伪随机数”,需要有一个种子来初始化 使用当前时间去初始化种子,就能得到不同的伪随机数序列-Program generates random numbers, the real name is " pseudo-random number," the need for a seed to initialize the current time to initialize the seed, you can get different pseudo
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5381
    • 提供者:yang xiaoxiao
  1. Compare

    0下载:
  2. 几种排序算法的比较.包括主流的快排,堆排,冒泡等。运用伪随机数发生器。高精度计时器。-several sorting algorithm comparision.
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:37160
    • 提供者:QinSiJun
  1. motecalor

    1下载:
  2. 蒙特·卡罗方法(Monte Carlo method),也称统计模拟方法,是二十世纪四十年代中期由于科学技术的发展和电子计算机的发明,而被提出的一种以概率统计理论为指导的一类非常重要的数值计算方法。是指使用随机数(或更常见的伪随机数)来解决很多计算问题的方法。与它对应的是确定性算法。蒙特·卡罗方法在金融工程学,宏观经济学,计算物理学(如粒子输运计算、量子热力学计算、空气动力学计算)等领域应用广泛。-Monte Carlo (Monte Carlo method), also known as s
  3. 所属分类:matlab

    • 发布日期:2017-05-30
    • 文件大小:12647796
    • 提供者:肖罗
« 1 2 3 4 5 6 7 89 10 11 »
搜珍网 www.dssz.com