搜索资源列表
euclid
- euclid算法的简单实现,比较简单,仅供大家参考
a223
- 此程式可輸入二個整數,並以歐幾里得演算法求其最大公因數(GCD)-this program can import two integers, and Euclid algorithms for its greatest common divisor (GCD)
euclid
- c语言经典的实现了最大公约数的算法 可以处理int内的任意整数!还有运行图 及运行处理的结果!-c classical language to achieve a common denominator of the algorithm can handle int the arbitrary integer! There diagram and operation of the outcome!
EUCLID
- 本程序完成了欧几里得算法求最大公约数、扩展欧几里得算法求乘法逆元和素性检验判断输入的数是否为素数-This procedure for the completion of the Euclid algorithm for greatest common divisor, extended Euclid algorithm for multiplication and inverse primality test to determine
euclid
- euclid算法的简单实现,比较简单,仅供大家参考-Euclid algorithm to achieve a simple, relatively simple, for your reference
euclid
- 欧几里德算法又称辗转相除法,用于计算两个整数a,b的最大公约数。-Euclidean algorithm, also known as division algorithm, used to calculate the two integers a, b the common denominator.
midify_euclid
- 修正的euclid算法matlab程序,验证通过-Euclid algorithm matlab revised procedures, to verify through
EUCLID
- 欧几里德算法:非常实用的!经调试通过!源代码不需任何修改!-Euclidean algorithm: very useful! After debugging through! Source code without any modification!
bch_matrix_v1_0_tar
- The package contains a Reed-Solomon coding and decoding program, derived partly from Phil Karn/Robert Morelos-Zaragoza "new_rs_erasures.c". In particular the Berlekamp-Massey algorithm has not been modified. New
RS_Euclid_FPGA
- RS译码的Euclid算法及其FPGA实现,并通过仿真器的出结果,对于设计RS译码很有帮助-RS decoding Euclid algorithm and its FPGA implementation, and through the simulator results are helpful for the design of RS decoder
lubangxingdetuxiangpinjie
- 图像拼接的核心是图像的配准.提出一种准确、高效的图像拼接方法:利用Harris角点检测算子提取相邻图 像的特征点,通过Euclid度量改进熵变换的算法,进行特征点匹配,并通过最小均值二乘估计求解相邻图像的变换 矩阵,以此实现宽视角图像的拼接.实验结果表明:所给出的算法能够实现场景图像的精确匹配. -Image mosaic is the core of image registration. Make an accurate
gcd
- 欧几里得算法求最大公约数电路的Verilog实现,消耗功率较低-Euclid algorithm for the realization of the common denominator Verilog circuit, lower power consumption
euclid
- 欧几里德算法和一些其他的简单功能。 求最大公约数之类-Euclidean algorithm and some other simple functions. Such as seeking common denominator
040204
- rs码的Simulink仿真,将修正的euclid作为RS码的核心。-rs of the Simulink simulation code will be amended as the RS code euclid core.
euclidesfunciones
- Euclid s Extended Algorithm Algoritmo de Euclides Extendido
Euclid
- 使用欧几里德算法求最大公倍数,内有欧几里德算法的步骤。-Euclid Algorithm
Euclid
- 扩展Euclid算法/解线性同余方程/用中国剩余定理解同余方程组-Euclid
euclid
- 最简单、最基础的欧几里得算法,运用此代码可以实现欧几里得算法的一般功能-euclid
EUCLID
- 辗转欧几里得算法 求多项式逆 网路安全中的算法-Inverse polynomial Euclidean algorithm was removed network security algorithms
extended-euclid
- 经典的Extended-Euclid算法,计算GCD-implement Extended-Euclid