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

搜索资源列表

  1. elgamal

    0下载:
  2. ElGamal算法,是一种较为常见的加密算法,它是基于1984年提出的公钥密码体制和椭圆曲线加密体系。既能用于数据加密也能用于数字签名,其安全性依赖于计算有限域上离散对数这一难题。在加密过程中,生成的密文长度是明文的两倍,且每次加密后都会在密文中生成一个随机数K。-The ElGamal algorithm is a more common encryption algorithm, which is based on the 1984 public key cryptosystem and e
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:1876
    • 提供者:李小龙
  1. phone_serve

    0下载:
  2. Linux系统下的模拟电话服务系统,随机数产生电话服务时间,实现模拟功能-Analog telephone service system under the Linux system, random number generation phone service time, analog functions.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-01
    • 文件大小:5618
    • 提供者:陈如峰
  1. random

    0下载:
  2. 自己优化过的一个linux系统上一个强大的随机数生成器,非常好用,欢迎下载-Optimized linux system on a powerful random number generator, very easy to use, welcome to download
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-17
    • 文件大小:15178
    • 提供者:totolink13
  1. CryptBox_Code.zip

    0下载:
  2. 文件加密和解密使用基于密码的加密 (PBE)。 基于密码的加密 (PBE) 从密码派生的加密密钥。为了使从获取的密码密钥非常耗费时间的攻击任务,大多数 PBE 实现 (作为一个如下所示) 将混合在一个随机数称为盐,以创建密钥。,File Encryption and Decryption using Password Based Encryption (PBE). Password-Based Encryption (PBE) derives an encryption key from a
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-08
    • 文件大小:70842
    • 提供者:xiaocai
  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. c_dft

    0下载:
  2. 在codeblocks下,用C语言写的用来测试随机数离散频谱的小程序,测试的数据存在data.dat文件里面。-rodom c
  3. 所属分类:CA program

    • 发布日期:2017-11-18
    • 文件大小:23958
    • 提供者:jiangton37
  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. demining

    0下载:
  2.  C++ 扫雷游戏辅助源码,学习如何定义一个顶级窗口的指针,如何创建游戏窗口菜单、窗口主界面、随机创建雷、如何布置雷区、鼠标左键注册、设定右键可用,利用时间来生成随机数等。-Auxiliary source of C++ minesweeper game, learn how to define a top-level window pointer, how to create the menu of the game window, the main window interface, ran
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-20
    • 文件大小:140491
    • 提供者:陈文英
  1. SecretShare

    0下载:
  2. 门限算法(又名秘密共享算法)源程序,标准C实现,可直接跨平台移植。其中随机数的产生仅调用了rand()函数,建议实际使用时,修改随机数发生函数,至少前导加入srand( (unsigned)time( NULL -Threshold algorithm (also known as secret sharing algorithm) source, the standard C implementation, can be directly portable across platforms.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-09
    • 文件大小:178199
    • 提供者:echo
  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. Sort(insertPBubblePHeapPmergePquick)

    0下载:
  2. 分别实现插入排序、冒泡排序、堆排序、合并排序、快速排序,以不同规模(100,1000,2000,5000,10000,100000个数据)的随机数作为测试数据集-Respectively, to achieve insertion sort, bubble sort, heap sort, merge sort, quick sort, at different scales (100,1000,2000,5000,10000,100000 data) of the random number
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-09
    • 文件大小:493221
    • 提供者:Bernie
  1. ShuangSeQiuIssuedTools

    0下载:
  2. 彩票随机数产生,开奖号码统计,需要的初学者可以下载研究-Lottery random number generator, lottery number statistics, beginners can download the study required
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:111676
    • 提供者:liusong
  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. dsp

    0下载:
  2. 高斯分布的随机数的生成代码.基于Uniform随机函数的生成-Gauss Distribution Random Number Generation Code, based on uniform random number
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1233
    • 提供者:WangJun
  1. gauss-number

    0下载:
  2. 高斯函数产生随机数,并进行了数据输出 ,可画出图像-Gaussian function to generate random numbers, and carried out data output, the image can be drawn
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:536
    • 提供者:刘凡
  1. array2

    0下载:
  2. 一个可以产生不少于256个数的随机数,可为替代密码产生交换顺序。-haha ,so happy.
  3. 所属分类:CA program

    • 发布日期:2017-04-04
    • 文件大小:650
    • 提供者:chunguang
  1. random-quene

    0下载:
  2. 一个可以通过调用文件来产生随机数的程序,所产生的随机数可以为序列密码提供序列。-thank you very much.
  3. 所属分类:CA program

    • 发布日期:2017-04-05
    • 文件大小:595
    • 提供者:chunguang
  1. price

    0下载:
  2. C语言 猜价格的代码,首先根据给出区间随意生成一个随机数,然后根据输入数字的不同给出不同的提示-Guess the price C language code, the first interval is given above under generates a random number, and then enter the number of different tips give different
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:2470
    • 提供者:gyy
  1. main

    0下载:
  2. 产生一系列随机数,存储在文本文件中,并对其进行排序(冒泡排序、快速排序和二叉树排序)-Creating a series of random numbers and sorting them
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1202
    • 提供者:赵永静
  1. about-powerlaw

    0下载:
  2. 幂律分布的随机数生成器,数据的幂律拟合以及计算幂指数-Power-law distribution of the random number generator, the data of power law fitting and computing power
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:44282
    • 提供者:cindy
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com