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

搜索资源列表

  1. Rabin-Miller

    0下载:
  2. 素性检验,可用于小数据,大量数据不支持啊,谢谢使用
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1072
    • 提供者:古月
  1. sxjc

    0下载:
  2. 应用加密算法和认证技术 实验:Solovag-Strassen算法、Lehmann算法和Rabin-Miller算法的素性检测的原理与测试过程。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:8607
    • 提供者:陈寅华
  1. 数论

    0下载:
  2. 64位以内Rabin-Miller 强伪素数测试和Pollard rho 因数分解算法的实现-64 within Rabin-Miller-puppet prime testing and Pollard rho factorization algorithm implementation
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:64707
    • 提供者:喻林
  1. suxingjiance

    0下载:
  2. 素性检测,利用三种方法: Solovag-Strassen检测,Lehmam检测, Rabin-Miller检测-Primality testing, using three methods: Solovag-Strassen Detection, Lehmam testing, Rabin-Miller Detection
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:1863
    • 提供者:bluerain
  1. MRDemo-exe

    0下载:
  2. a research for miller and rabin
  3. 所属分类:Development Research

    • 发布日期:2017-04-02
    • 文件大小:16441
    • 提供者:alavi
  1. prime

    0下载:
  2. RABIN MILLER FOR PRIME
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-11
    • 文件大小:1029
    • 提供者:木鱼
  1. Source-code

    0下载:
  2. Rabin Miller Program
  3. 所属分类:Software Testing

    • 发布日期:2017-04-10
    • 文件大小:1162731
    • 提供者:Indra
  1. 222

    0下载:
  2. 随机选择一个12位的整数n,用Miller-Rabin素性检测算法,测试n是否为素数。-A 12 randomly selected integer n, with Miller-Rabin primality testing algorithm, test n is prime.
  3. 所属分类:software engineering

    • 发布日期:2017-04-27
    • 文件大小:46367
    • 提供者:dongxiaodong
  1. MillerRabin

    1下载:
  2. 实验目的 许多密码算法和协议都需要“随机”的大素数,特别是在共享密钥的密码协议中。对于大素数的生成,一个最自然的方法是先生成一个大整数,然后对其进行素性检测。 实验内容与要求 随机选择一个12位的整数n,用Miller-Rabin素性检测算法,测试n是否为素数。 -Purpose of many cryptographic algorithms and protocols need to " random" large prime numbers, partic
  3. 所属分类:Other windows programs

    • 发布日期:2016-06-20
    • 文件大小:1024
    • 提供者:lei
  1. fermat_test.py

    0下载:
  2. Fermat primality test. most applications use a Miller-Rabin or Baillie-PSW test for primality. Sometimes a Fermat test (along with some trial division by small primes) is performed first to improve performance. GMP since version 3.0 uses a base-210 F
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1065
    • 提供者:Beforavy
  1. RSA

    1下载:
  2. 利用C\C++实现RSA算法的加、解密运算。 具体包括: 1)利用扩展的Euclid计算 a mod n 的乘法逆元; 2)Miller-Rabin素性测试算法对一个给定的大数进行测试; 3)实现的运算,并计算; 4)利用Euler定理手工计算,并与3)计算的结果对比; 5)实现RSA算法。并对 I LOVE NANJING UNIVERSITY OF AERONAUTICS AND ASTRONAUTICS 加解密。说明:为了方便实现,分组可以小一点,比如两个字母一组。
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-12
    • 文件大小:1415
    • 提供者:刘洋
  1. miller_rabin

    0下载:
  2. Miller-Rabin质数测试 输入 第1行:1个正整数t,表示数字的个数,10≤t≤50 第2..t+1行:每行1个正整数,第i+1行表示正整数a[i],2≤a[i]≤10^18 输出 第1..t行:每行1个字符串,若a[i]为质数,第i行输出 Yes ,否则输出 No -Miller-Rabin primality test input The first line: 1 positive integer T, said a number
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:1791597
    • 提供者:李慧林
  1. Miller_Prime

    0下载:
  2. Miller-Rabin 素性检测 能够快速地对一个整数进行素性检测-Miller-Rabin primality testing can be carried out quickly to an integer primality testing
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:522
    • 提供者:陈越
  1. prob3

    0下载:
  2. Miller-Rabin test is a primality test algorithm which determines whether a given number is prime or not. Implement Miller-Rabin primality test as given in the text book page 257, Algorithm 7.44. (aN− 1 6= 1 mod N) Write three functions to
  3. 所属分类:CA program

  1. gemhyr

    0下载:
  2. 这是个很容易且广泛使用的简单算法,它基于Gary Miller的部分象法,有Michael Rabin发展,事实上,这是在()
  3. 所属分类:数据挖掘

    • 发布日期:2018-04-21
    • 文件大小:216064
    • 提供者:Evosltw
  1. rabin-miller

    0下载:
  2. rabin-miller算法测大素数,采用费马小定理和二次探测法
  3. 所属分类:源码下载

« 1 2 3»
搜珍网 www.dssz.com