搜索资源列表
acscontrol
- 带约束的蚁群算法的程序,用于欧几里德(Euclid)TSP问题,用c语言编写的,供大家借鉴-Constrained Ant Algorithm procedures for Euclidean (Euclid), TSP, c language used, for everybody's reference
acscontrol
- 带约束的蚁群算法的程序,用于欧几里德(Euclid)TSP问题,用c语言编写的,供大家借鉴-Constrained Ant Algorithm procedures for Euclidean (Euclid), TSP, c language used, for everybody's reference
euclid
- 最简单、最基础的欧几里得算法,运用此代码可以实现欧几里得算法的一般功能-euclid
EUCLID
- 辗转欧几里得算法 求多项式逆 网路安全中的算法-Inverse polynomial Euclidean algorithm was removed network security algorithms
Greatest-common-divisor-(GCD)
- 用递归调用和辗转相除法求两个整数的最大公约数(输入多组数据,每个数在1到1000之间;输出为一行一个公约数)。-Calculate and output the greatest common divisor (GCD) of a pair of integers.The classic algorithm for computing the GCD, known as Euclid’s algorithm, goes as follo
cPP
- 员工管理系统,简单大数问题,对称三位素数,欧几里得求最大公约数(差),深度优先搜索-Staff management system, the problem of large numbers is simple, symmetrical three primes, Euclid find the greatest common divisor (poor), depth-first search
DigitalSignatureStandard(DSS)
- 运行程序之前需要配置OpenSSL的开发环境(SHA-1算法利用OpenSSL开发包实现),本源代码实现了DSS数字签名(美国标准数字签名标准),主要运用了大整数的加减模幂、以及欧几里得算法。并有一个完整的界面。-You need to configure before running the program OpenSSL development environment (SHA-1 algorithm uses OpenSSL de