搜索资源列表

  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. 所属分类:加密解密

    • 发布日期:2024-06-10
    • 文件大小:109568
    • 提供者:maowu
  1. MillerRabin

    0下载:
  2. Miller rabin素性检测算法源代码-Miller R
  3. 所属分类:其他小程序

    • 发布日期:2024-06-10
    • 文件大小:2048
    • 提供者:anybodys
  1. EratosthenesMillerRabin

    0下载:
  2. 该源代码通过使用Eratosthenes和MillerRabin实现素性检测,是实现数据加密,数字签名等功能的有机成分-The source code is achieved by using the Eratosthenes and MillerRabin primality testing is to achieve data encryption, digital signature and other features of o
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-06-10
    • 文件大小:4924416
    • 提供者:nick
  1. MillerRabin

    0下载:
  2. Miller Rabin素数测试,可以在O(1)时间复杂度内测试大素数,使用随机化思想-Miller Rabin prime test
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-10
    • 文件大小:535552
    • 提供者:liuyulei
  1. MillerRabin

    0下载:
  2. 一种大素数测试源码,对于加密算法中大素数的生成与检测有很大应用。-A large prime number test source code, encryption algorithm for the generation of large prime numbers is very application and detection
  3. 所属分类:加密解密

    • 发布日期:2024-06-10
    • 文件大小:8192
    • 提供者:王晓
  1. MillerRabin

    0下载:
  2. java实现的检测大素数 已经测试可用,请放心下载-java implementation of the detection test can have a large prime number, please be assured Download
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:dff
  1. MillerRabin()

    0下载:
  2. 素性检测的miller-rabin算法-Primality testing
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-10
    • 文件大小:27648
    • 提供者:weidong
  1. KMP-millerRabin

    0下载:
  2. 使用c++编写的kmp算法来判断字符串匹配问题,字符串中素数判定使用millerrabin算法,经试验匹配准确率为100 -Use c++ to write the kmp algorithm to determine the string matching problem, string primes decision millerrabin algorithm, the test match accuracy was 100
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-10
    • 文件大小:3072
    • 提供者:冒佳明
  1. lasVegas-millerRabin

    0下载:
  2. 使用c++编写的lasVegas算法来判断字符串匹配问题,字符串中素数判定使用millerrabin算法-Use c++ written lasVegas algorithm to determine the string matching, string in primality use the millerrabin algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-10
    • 文件大小:3072
    • 提供者:冒佳明
  1. monteCarlo-millerRabin

    0下载:
  2. 使用c++编写的monteCarlo算法来判断字符串匹配问题,字符串中素数判定使用millerrabin算法-Use c++ written monteCarlo algorithm to determine the string matching, string in primality use the millerrabin algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-10
    • 文件大小:3072
    • 提供者:冒佳明
  1. Bignumber-Miller-Rabin

    0下载:
  2. 实现大素数判断,通过传统的MillerRabin算法-Achieve large prime number judgment through traditional MillerRabin algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-06-10
    • 文件大小:570368
    • 提供者:Kevin Zhnag
  1. MillerRabin

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

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:lei

源码中国 www.ymcn.org