搜索资源列表

  1. simhash-f624c65.tar

    0下载:
  2. simhash.c /* Bibliography * Mark Manasse * Microsoft Research Silicon Valley * Finding similar things quickly in large collections * http://research.microsoft.com/research/sv/PageTurner/similarity.htm *
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:11264
    • 提供者:daniel
  1. rabin_karp

    0下载:
  2. An implementation of the Rabin Karp Algorithm to find the longest common sub-sequence between to strings in C.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:NS_Noob
  1. prime

    0下载:
  2. RABIN MILLER FOR PRIME
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:木鱼
  1. RabinKarp

    0下载:
  2. code extended algorithm rabin karp
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:17408
    • 提供者:najol
  1. Source-code

    0下载:
  2. Rabin Miller Program
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:1162240
    • 提供者:Indra
  1. Bignumber-Miller-Rabin

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

    • 发布日期:2024-05-20
    • 文件大小:570368
    • 提供者:Kevin Zhnag
  1. algorithms-master

    0下载:
  2. 1. 经典的算法实现 2. 服务器端 3. 正确,易于使用和改造, 一个头文件一个算法,并附带一个demo. 1. 一个算法用一个.h文件表示放到include下.2. 算法演示的demo程序放到src下.3. 程序正确通过后,请发起Pull Requests,代码被验证后入库,并在README中发布新算法实现。 已实现 ( Implemented ): Array shuffle Prime test(tr
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1636352
    • 提供者:汪小君
  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. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:46080
    • 提供者:dongxiaodong
  1. MillerRabin

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

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:lei
  1. Millier-Rabin

    0下载:
  2. 素性测试是不可缺少的一环在安全中,这个程序实现了MR苏醒测试,效率非常高-Primality test is an indispensable link in the security, this program implements wake MR test, the efficiency is very high
  3. 所属分类:杀毒

    • 发布日期:2024-05-20
    • 文件大小:13312
    • 提供者:zhaohui
  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
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:Beforavy
  1. RSA

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

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:刘洋
  1. karp-rbin

    0下载:
  2. 一个简单的karp rabin 算法,可以实现karp rabin算法的一个实例-Karp rabin a simple algorithm that can achieve an instance karp rabin Algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:658432
    • 提供者:单疼手
  1. StringMatching

    0下载:
  2. String Matching Algorithms,Comparisons,Naive string matching algorithm,Rabin-Karp Algorithm, Knuth-Morris-Pratt Algorithm
  3. 所属分类:行业发展研究

    • 发布日期:2024-05-20
    • 文件大小:59392
    • 提供者:Anonymous
  1. Rabin_Karp_Algorithm

    0下载:
  2. Rabin Karp String searching algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:java dev
  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 pos
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1792000
    • 提供者:李慧林
  1. Miller_Prime

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

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:陈越
  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
  3. 所属分类:CA认证

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:jitender grover
  1. Rabin-2002---AI-Game-Programming-Wisdom

    0下载:
  2. Learn how AI experts create intelligent game objects and characters with this first volume in the AI Game Programming Wisdom series. This unique collection of articles gives programmers and developers access to the insig
  3. 所属分类:游戏

    • 发布日期:2024-05-20
    • 文件大小:42897408
    • 提供者:Druss
  1. gemhyr

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

    • 发布日期:2024-05-20
    • 文件大小:216064
    • 提供者:Evosltw
« 1 2 3 4 56 »

源码中国 www.ymcn.org