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

搜索资源列表

  1. fp

    0下载:
  2. 发牌程序。自己写的一个发牌程序,利用自己写的一个伪随机数的产生程序,进行发牌。按升级的游戏规则进行发牌的。-Licensing procedures. Wrote it myself a licensing procedures, the use of their own to write a pseudo-random number generation process, to conduct the licensing. By the escalation of the rules of t
  3. 所属分类:Game Program

    • 发布日期:2017-04-15
    • 文件大小:6870
    • 提供者:icsat
  1. fp

    0下载:
  2. 发牌程序。自己写的一个发牌程序,利用自己写的一个伪随机数的产生程序,进行发牌。按升级的游戏规则进行发牌的。-Licensing procedures. Wrote it myself a licensing procedures, the use of their own to write a pseudo-random number generation process, to conduct the licensing. By the escalation of the rules of t
  3. 所属分类:Game Program

    • 发布日期:2017-04-15
    • 文件大小:6986
    • 提供者:onsAcc
  1. puke

    0下载:
  2. C语言开发的扑克发牌程序。伪随机数发牌。-C language development poker licensing procedures. Pseudo-random number for licensing.
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1488
    • 提供者:proccores
  1. quasirandomGenerator

    1下载:
  2. quasirandomGenerator 伪随机数构造GPU CUDA并行计算-quasi random Generator GPU CUDA
  3. 所属分类:MPI

    • 发布日期:2017-04-27
    • 文件大小:15989
    • 提供者:zhangjie
  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. aurora_8b10b_0_frame_gen

    0下载:
  2. 这时一个测试用的数据产生模块,产生32位的伪随机数-This is a test data generation module, pseudo random number generation 32 bit
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3030
    • 提供者:李唐
  1. Pseudo-random-number-Generator

    0下载:
  2. 几个伪随机数发生器及其在信息隐藏中的应用,hash函数-Several pseudo-random number generator and its Application in Information Hiding, hash function
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:25009
    • 提供者:唐万万
  1. LCG

    0下载:
  2. 线性同余产生随机数,线性同余方法(LCG)是个产生伪随机数的方法。它是根据递归公式:N_{j+1} \equiv (A \times N_j + B ) \pmod{M} 其中A,B,M是产生器设定的常数-Linear congruential random number generation
  3. 所属分类:Console

    • 发布日期:2017-04-26
    • 文件大小:189753
    • 提供者:李丹阳
  1. matlabtest

    0下载:
  2. 1. 统计抽样法 2、变换抽样法3、用下式产生伪随机数4、M序列的产生5、逆M序列 -1 statistical sampling method 2, transform sampling method 3, using the following formula generates a pseudo-random number 4, M Sequences 5, inverse M series
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:83106
    • 提供者:志存高远
  1. LFSR

    0下载:
  2. 这是基于FPGA开发板NEXTS3的一个verilog程序,是一个线性反馈移位寄存器LFSR,可用来生成伪随机数-This is based on the FPGA development board NEXTS3 a verilog program, is a linear feedback shift register LFSR, can be used to generate pseudo random Numbers
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-03
    • 文件大小:859069
    • 提供者:黄志宇
  1. RTest

    0下载:
  2. 自动生成各种伪随机数 包括生成随机的字符串 数字-Automatically generate a variety of pseudo-random number comprises generating a random string of digital
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:808
    • 提供者:zwenchun
  1. tiaozhi

    0下载:
  2. 无线通信系统仿真作业,伪随机数,高斯分布随机数,信道仿真。。。8psk 16qam调制解调-The wireless communication system simulation work, pseudo-random number, Gaussian random number, channel simulation. . . 8psk 16qam modem
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1291069
    • 提供者:zx
  1. LSFR-rc4

    1下载:
  2. 伪随机数发生器LSFR及其在流加密RC4中的应用-LFSR pseudo-random number generator and its application in the RC4 stream cipher
  3. 所属分类:CA program

    • 发布日期:2017-05-09
    • 文件大小:1864887
    • 提供者:李晓峰
  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. fp

    0下载:
  2. 发牌程序。自己写的一个发牌程序,利用自己写的一个伪随机数的产生程序,进行发牌。按升级的游戏规则进行发牌的。-Licensing procedures. Wrote it myself a licensing procedures, the use of their own to write a pseudo-random number generation process, to conduct the licensing. By the escalation of the rules of t
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:6825
    • 提供者:ep355han
  1. single_lamp_pass_token

    0下载:
  2. DIY单灯制令牌 - 用STC15L104E单片机和电池按键LED和PHP服务端制作的二进制伪随机数的动态密码验证系统,验证过程与时间函数无关,验证成功可显示按键次数。 制作简单,用CR2032纽扣电池即可待机数年左右,实用性强,成本3元以内即可制作成功,全球首发! 软件端分别由易语言和PHP制作的验证系统,硬件端由Keil编译的单片机程序,可烧写至任意型号的MCS-51指令集单片机,易语言编译后有误报为正常现象! -DIY single lamp used tokens- butt
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-03
    • 文件大小:620573
    • 提供者:1
  1. puke

    0下载:
  2. C语言开发的扑克发牌程序。伪随机数发牌。-C language development poker licensing procedures. Pseudo-random number for licensing.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2039
    • 提供者:ggr7r39xiani
  1. fp

    0下载:
  2. 发牌程序。自己写的一个发牌程序,利用自己写的一个伪随机数的产生程序,进行发牌。按升级的游戏规则进行发牌的。-Licensing procedures. Wrote it myself a licensing procedures, the use of their own to write a pseudo-random number generation process, to conduct the licensing. By the escalation of the rules of t
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:7071
    • 提供者:vp2quez
  1. puke

    0下载:
  2. C语言开发的扑克发牌程序。伪随机数发牌。-C language development poker licensing procedures. Pseudo-random number for licensing.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1579
    • 提供者:d3sdssijiach
  1. Monte-Carlo-method

    0下载:
  2. 蒙特卡罗方法(Monte Carlo method),也称统计模拟方法,是二十世纪四十年代中期由于科学技术的发展和电子计算机的发明,而被提出的一种以概率统计理论为指导的一类非常重要的数值计算方法。是指使用随机数(或更常见的伪随机数)来解决很多计算问题的方法。-Monte Carlo methods (or Monte Carlo experiments) are a broad class of computational algorithms that rely on repeated ran
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-30
    • 文件大小:51277
    • 提供者:孙腾飞
« 1 2 ... 4 5 6 7 8 910 11 »
搜珍网 www.dssz.com