搜索资源列表
euclids
- RS码的完整译码程序,采用欧几里德算法.采用硬件实现结构-RS complete decoding procedures, using Euclidean algorithm. Using hardware structure
number_theory_c++
- 数论算法库 C++ 语言实现 代码内容 数论算法库,包括以下算法: 欧几里德算法求a,b的最大公倍数 扩展的欧几里德算法,求出gcd(a,b)和满足gcd(a,b)=ax+by的整数x和y 求解模线性方程 ax ≡ b (mod n) 其中n>0 求解模线性方程组(中国余数定理) 模取幂运算 计算a^b mod n (a,b可能很大) Miller-Rabin随机性素数测试算法
Euclid061207
- 初学密码内容,共享下实现简单的欧几里德算法,请多多指教-novice passwords, share under simple Euclidean algorithm, exhibitions
ExEuclid06127
- 初学密码内容,共享下实现的扩展欧几里德算法,请多多指教-novice passwords, share under the expansion Euclidean algorithm, exhibitions
PolyEuclid061207
- 初学密码内容,共享下实现带多项式的欧几里德算法,请多多指教-novice passwords, shared with polynomials under the Euclidean algorithm, exhibitions
ojldqiuni
- 欧几里德算法求逆的源代码,短小精悍,只有几行!-Euclidean algorithm inverse of source code, short and pithy, but only a few are OK!
fangshemimajiami
- 这是关于用扩展欧几里德算法求乘法逆元然后用仿射密码加密解密的两个算法/
gcd
- 密码学基础中求一个元素模p的逆元素,用扩展的欧几里德算法
euclid
- 欧几里德算法又称辗转相除法,用于计算两个整数a,b的最大公约数。
欧几里德算法
- 欧几里德算法和扩展欧几里德算法。用C和C++实现。-extended Euclidean algorithm and the Euclidean algorithm. C and C to achieve.
求最大公倍数,使用的是欧几里德算法
- 求最大公倍数,使用的是欧几里德算法,C++程序
euclids
- RS码的完整译码程序,采用欧几里德算法.采用硬件实现结构-RS complete decoding procedures, using Euclidean algorithm. Using hardware structure
number_theory_c++
- 数论算法库 C++ 语言实现 代码内容 数论算法库,包括以下算法: 欧几里德算法求a,b的最大公倍数 扩展的欧几里德算法,求出gcd(a,b)和满足gcd(a,b)=ax+by的整数x和y 求解模线性方程 ax ≡ b (mod n) 其中n>0 求解模线性方程组(中国余数定理) 模取幂运算 计算a^b mod n (a,b可能很大) Miller-Rabin随机性素数测试算法 -
Euclid061207
- 初学密码内容,共享下实现简单的欧几里德算法,请多多指教-novice passwords, share under simple Euclidean algorithm, exhibitions
ExEuclid06127
- 初学密码内容,共享下实现的扩展欧几里德算法,请多多指教-novice passwords, share under the expansion Euclidean algorithm, exhibitions
PolyEuclid061207
- 初学密码内容,共享下实现带多项式的欧几里德算法,请多多指教-novice passwords, shared with polynomials under the Euclidean algorithm, exhibitions
ojldqiuni
- 欧几里德算法求逆的源代码,短小精悍,只有几行!-Euclidean algorithm inverse of source code, short and pithy, but only a few are OK!
euclid
- 欧几里德算法又称辗转相除法,用于计算两个整数a,b的最大公约数。-Euclidean algorithm, also known as division algorithm, used to calculate the two integers a, b the common denominator.
EUCLID
- 欧几里德算法:非常实用的!经调试通过!源代码不需任何修改!-Euclidean algorithm: very useful! After debugging through! Source code without any modification!
2
- 扩展欧几里德算法不但能计算(a,b)的最大公约数,而且能计算a模b及b模a的乘法逆元。平方和乘算法的复杂度:执行次数至少要k次模乘,最多需要2k次模乘。-Extended Euclidean algorithm for computing not only (a, b) the common denominator, and to calculate a modulus b and b modulus a multiplicative