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

搜索资源列表

  1. Rabin-Miller.rar

    0下载:
  2. 1.Rabin-Miller算法的素性检测的原理与测试过程。 2. 有算法流程,用程序设计语言将算法过程编程实现。 3. 对输入的随机数,选择素性检测算法进行素性检测。 ,1.Rabin-Miller primality testing algorithm principle and the testing process. 2. There are algorithms process programming language with the process of programm
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:16.89kb
    • 提供者:zouna
  1. Rabin-Karp

    0下载:
  2. 字符串模式匹配的RK算法,其中的滚动哈希很有价值-RK string pattern matching algorithm, in which the rolling hash valuable
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:983.81kb
    • 提供者:linge
  1. ss

    1下载:
  2. 很多密码算法都要随机选择一个大素数,这个是密码学中的MILLER-RABIN算法,判断素性。-Many cryptographic algorithm must randomly select a large prime numbers, this is Cryptography MILLER-RABIN algorithm to determine Primality.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:6.8kb
    • 提供者:汪博峰
  1. PrimeGenAndTester

    0下载:
  2. Very large (tested for more than 2048 bits) prime number generator and tester program. This is well written and based on solid algorithms in this field. Source code is my own, used for Masters course in Cryptography. Program has easily readable and
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:21.87kb
    • 提供者:s_wilfred
  1. MillerRabin

    0下载:
  2. 密码学中的Miller Rabin素性检测算法。人工编写,用这个来学习或者是交作业,绝对是过关利器。-Cryptography Miller Rabin primality testing algorithm. Artificial preparation, use this to learn or交作业is definitely a sharp object boundary.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:10.41kb
    • 提供者:maowu
  1. DSDesign

    1下载:
  2. 实现并对比三种基本字符串匹配算法(朴素算法,Rabin-Karp算法,KMP),并给出动态演示结果~-And contrast to achieve three basic string-matching algorithm (simple algorithm, Rabin-Karp algorithm, KMP), and gives the results of the dynamic presentation ~
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-27
    • 文件大小:3.3mb
    • 提供者:funfunhit
  1. xm1099

    0下载:
  2. Miller-Rabin随机性素数测试,能有效的判断一个小于2^63次方的数是不是素数。-Miller-Rabin prime randomness tests, can effectively determine whether a power of less than 2 ^ 63 is the number of prime numbers.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:876byte
    • 提供者:jiyaodian
  1. MillerRabin

    0下载:
  2. Miller rabin素性检测算法源代码-Miller R
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1.54kb
    • 提供者:anybodys
  1. Rabin-Miller

    0下载:
  2. RSA的最重要特色在于双密钥,它们有特殊的数学形式。RSA的一对密钥有三个基本参数:模n ,公钥b和私钥a 。n和b是公开的,发送信息方用私钥n加密消息,接受方用公钥b能得到解密后的信息,从而确定发送信息方的身份,这就构成了签名机制。对方用公钥将要发送的信息加密,只有拥有私钥的一方才能将信息解密。-RSA is the most important feature of dual-key, they have a special mathematical form. RSA keys of a
  3. 所属分类:Document

    • 发布日期:2017-03-31
    • 文件大小:3.07kb
    • 提供者:Rebecca
  1. RSAUpper

    1下载:
  2. 这是个很容易且广泛使用的简单算法,它基于Gary Miller的部分象法,有Michael Rabin发展。事实上,这是在NIST的DSS建议中推荐的算法的一个简化版。 首先选择一个代测的随机数p,计算b,b是2整除p-1的次数。然后计算m,使得n=1+(2^b)m。-This is a very easy and simple and widely used algorithm, which is based on some of Gary Miller as the law, ther
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:227.09kb
    • 提供者:Xu Enliang
  1. Miller-Rabin-c

    0下载:
  2. 求质数的算法之Miller-Rabin费马小定理-Prime number for the Miller-Rabin algorithm of Fermat' s Little Theorem
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:833byte
    • 提供者:li shu
  1. MillerR

    0下载:
  2. Miller-Rabin test for simple numbers.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:3.52kb
    • 提供者:steph
  1. Miller-Rabin

    0下载:
  2. Miller-Rabin算法 随机算法 求素数-Miller-Rabin Ramdom Algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:116.41kb
    • 提供者:zhuo
  1. rk

    0下载:
  2. Rabin-Karp algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1.02kb
    • 提供者:Vivek Patole
  1. string.tar

    0下载:
  2. 数据结构课程设计--实现并对比三种基本的字符串匹配算法-EasyMatch Rabin—Karp KMP
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-24
    • 文件大小:3.85mb
    • 提供者:playboy
  1. Miller-Rabin

    0下载:
  2. 用Witness2实现Miller-Rabin算法,主程序循环5—20次,看在100,000—200,000之间有多少个数被判为素数-With the Miller-Rabin algorithm to achieve Witness2, the main program loop 5-20 times, to see how many in number between 100,000-200,000 convicted of prime
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:4.25kb
    • 提供者:randoll
  1. RabinAlgorithm

    0下载:
  2. VC++6.0环境下C语言实现Rabin公钥算法加解密-Rabin Algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:224.25kb
    • 提供者:笨笨海
  1. Miller-Rabin_primality_test_(Java)

    0下载:
  2. Miller rabin primality test
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:2.92kb
    • 提供者:sihamenisas
  1. rabin-karp

    0下载:
  2. rabin karp algorithm for pattern matching
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:743byte
    • 提供者:juhimodi
  1. Rabin加密算法

    0下载:
  2. 用c++实现Rabin算法的加密和解密,大素数由程序自动生成(Using c++ to realize encryption and decryption of Rabin algorithm, large prime number is automatically generated by program.)
  3. 所属分类:加密解密

    • 发布日期:2018-05-02
    • 文件大小:137kb
    • 提供者:Vanjs
« 12 3 4 5 »
搜珍网 www.dssz.com