搜索资源列表
Euclidean
- 欧几里德距离的C++算法,在人工免疫系统中有广泛的应用-Euclidean distance between the C algorithms, artificial immune system in a wide range of applications
euclids
- RS码的完整译码程序,采用欧几里德算法.采用硬件实现结构-RS complete decoding procedures, using Euclidean algorithm. Using hardware structure
8484688495
- 欧几里德距离的C语言代码。希望对大家有帮助。-Euclidean distance between the C language code. We want to help.
acscontrol
- 带约束的蚁群算法的程序,用于欧几里德(Euclid)TSP问题,用c语言编写的,供大家借鉴-Constrained Ant Algorithm procedures for Euclidean (Euclid), TSP, c language used, for everybody's reference
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!
dt
- 欧几里德距离计算代码,通常用于特征相似性度量
DISTANCE
- 计算欧几里德距离C语言源代码,次源码经测试可有效运行,源码简单易懂
3Ddistancetransform
- 自写的3D欧几里德距离空间变换源码,参考Distance Transform of Sampled Functions,优点速度快(附相应的参考文章)
fangshemimajiami
- 这是关于用扩展欧几里德算法求乘法逆元然后用仿射密码加密解密的两个算法/
gcd
- 密码学基础中求一个元素模p的逆元素,用扩展的欧几里德算法
HomeWork
- 生成一个哑铃,进行欧几里德距离变换 里面涉及vtk5.0 并用到Saito’s 算法
最短路径问题及其实现
- 具有障碍物的欧几里德最短路径问题及其实现-with the barrier Euclidean shortest path problem and its realization
euclid
- 欧几里德算法又称辗转相除法,用于计算两个整数a,b的最大公约数。
欧几里德算法
- 欧几里德算法和扩展欧几里德算法。用C和C++实现。-extended Euclidean algorithm and the Euclidean algorithm. C and C to achieve.
求最大公倍数,使用的是欧几里德算法
- 求最大公倍数,使用的是欧几里德算法,C++程序
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 inverse of. Square and by the