搜索资源列表
-
0下载:
欧几里德算法求逆的源代码,短小精悍,只有几行!-Euclidean algorithm inverse of source code, short and pithy, but only a few are OK!
-
-
0下载:
欧几里德算法和一些其他的简单功能。
求最大公约数之类-Euclidean algorithm and some other simple functions. Such as seeking common denominator
-
-
1下载:
本程序设计了一个有限域类,可以提供GF(P)[P为素数]上的矩阵运算,特别通过欧几里德算法提供了多项式的有限域矩阵逆运算。-This procedure designed a type of finite fields can be GF (P) [P for prime] on matrix calculation, in particular through the Euclidean algorithm provides a finite field polynomial matrix i
-
-
0下载:
加密解密关于欧几里德算法以及欧几里德扩展算法(求倒数)的c源码 -Encryption and decryption on the extended Euclidean algorithm and Euclidean algorithm (demand reciprocal) c-source code
-
-
0下载:
我使用數學中輾轉相除法來求"最大公因數"
有需要的同好可以下載使用-I use math in the Euclidean algorithm to achieve " the greatest common divisor" in need of enthusiasts can download ^ ^
-
-
1下载:
辗转欧几里得算法 求多项式逆 网路安全中的算法-Inverse polynomial Euclidean algorithm was removed network security algorithms
-
-
0下载:
。通过对传统定位算法原理和误差来源进行分析,结合贝叶斯滤波概率模型对Euclidean定位算法进行
改进,使接收信号强度指示器随机波动得到有效的抑制。-. By traditional positioning algorithm principle and source of error analysis, probability model with Bayesian filtering algorithms to improve positioning of the Euclidean,
-
-
0下载:
使用欧几里德算法计算:对e=6597,求出d,使得ed=1 mod 112-Using the Euclidean algorithm: for e = 6597, find d, so ed = 1 mod 11200
-
-
0下载:
广义欧几里得算法,用以计算两个数的最大公约数,依靠定理定理:gcd(a,b) = gcd(b,a mod b)-Generalized Euclidean algorithm for computing the greatest common divisor of two numbers, relying on Theorem Theorem: gcd (a, b) = gcd (b, a the mod b)
-
-
0下载:
此程序为利用广义欧几里德算法求解最大公约数GCD-This procedure for the use of the generalized Euclidean algorithm for solving the greatest common divisor GCD
-
-
0下载:
翻转算法,效果:abcdefg->defgabc
使用到辗转相除求最大公约数。-The Flip algorithm, the effect: abcdefg-> defgabc use to euclidean division of the common denominator.
-
-
0下载:
辗转相除法,也叫欧几里得算法,是计算整数最大公因数的有效方法。本实验使用辗转相除法,通过编写一个C程序,让计算机来计算两个整数的最大公因数和最小公倍数,以及相应的参数s和t。-Euclidean algorithm, also called the Euclidean algorithm to calculate the greatest common divisor of integers effective way. Euclidean algorithm used in this expe
-
-
0下载:
NDtw
====
Dynamic Time Warping (DTW) algorithm implementation for .NET C#
Features
====
* Single or multivariate
* Data preprocessing options (none, centering, normalization, standardization)
* Optional weights for variables
-
-
0下载:
extended euclidean algorithm finder
-
-
0下载:
两种欧几里得算法求最大公约数,并写出它们的运行时间。-Euclidean algorithm for the greatest common divisor
-
-
0下载:
欧几里得距离是一种数学计算矩阵距离的算法,可用于图像分类时查找最近邻的距离。-Euclidean distance is a mathematical algorithm to calculate the distance matrix can be used for image classification when looking for the nearest neighbor distance.
-
-
0下载:
提供欧几里得算法、扩展欧几里得算法、求素数算法、高斯消元算法-Provide the Euclidean algorithm, the extended Euclidean algorithm, the algorithm for prime numbers, Gauss elimination algorithm etc.
-
-
0下载:
最终的权值矩阵就是滤波器的系数,模式识别中的bayes判别分析算法,基于欧几里得距离的聚类分析。- The final weight matrix is ??the filter coefficient, Pattern Recognition bayes discriminant analysis algorithm, Clustering analysis based on Euclidean distance.
-
-
0下载:
用C语言使用欧几里德算法求任意两个正整数的最大公约数-Realize, by using c/c++ or Matlab, the Euclidean algorithm and the extended Euclidean algorithm to calculate the greatest common division (GCD) of any two positive integer numbers
-
-
0下载:
扩展欧几里得算法,能够求解同余线性方程组。数论里的内容。-Extended Euclidean Algorithm can solve the congruence of linear equations. Number theory in content.
-