搜索资源列表
DSDesign
- 实现并对比三种基本字符串匹配算法(朴素算法,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 ~
RSAUpper
- 这是个很容易且广泛使用的简单算法,它基于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
Miller-Rabin
- Miller-Rabin算法 随机算法 求素数-Miller-Rabin Ramdom Algorithm
Miller-Rabin
- 用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
karp
- Karp Rabin Algorithm, searching pattern from some string that match tha patern to sthe string until they found the true path-Karp Rabin Algorithm, searching pattern from some string that match tha patern to sthe string until they found the true path.
rabin-karp
- rabin karp algorithm for pattern matching
5_16
- Miller-Rabin素性测试算法的C语言实现-Miller-Rabin primality testing algorithm of C language
function.py
- 使用miller rabin进行素数生成-a prime number generator using miller rabin algorithm
RSA-example
- 大二的时候写的RSA类头文件,集成了大数四则运算、幂模运算、米勒罗宾算法寻找大数等RSA加密必须的算法,详询《密码学原理与实践》-Sophomore writing the RSA class header file, integrated Tarsus four computing power modular arithmetic, Miller-Rabin algorithm must find large numbers RSA encryption algorithm, detailed
testkr
- Karp Rabin , Some algorithm in Information Retrieval. Visual C++.NET 2003
Bignumber-Miller-Rabin
- 实现大素数判断,通过传统的MillerRabin算法-Achieve large prime number judgment through traditional MillerRabin algorithm
Rabin
- rabin算法,Rabin算法中,参数p和q取值范围在100-9999之间,计算机安全与保密作业,C语言-Rabin algorithm, Rabin algorithm, parameters of P and Q values in the range of 100-9999, computer security and security operations, C language
miller-rabin
- miller-rabin素性检测算法,信息安全安全数学基础适用。-miller-rabin primality testing algorithm.
karp-rbin
- 一个简单的karp rabin 算法,可以实现karp rabin算法的一个实例-Karp rabin a simple algorithm that can achieve an instance karp rabin Algorithm
Rabin_Karp_Algorithm
- Rabin Karp String searching algorithm