搜索资源列表
jiami0
- 四种加密解密算法的源代码/*辗转相除法求a,b的最大公因数*/-four encryption and decryption algorithm source code / * division algorithm for a, b, the greatest common factor * /
bigint_zxf
- 一个很好用的大整数的类, 最大可支持9999990位的十进制整数, 可进行大整数的加、减、乘、除和取模运算,并带有求大整数的 最大公因数、扩展Euclidean算法、中国剩余定理算法、 Miller-Rabin素性测试算法、随机生成任意位的大整数等函数库, 这个类的动态库曾用于商业软件之中,其可靠性和速度是得到 确认的。用于商业目的可能需要注册。-a good use of the integer type, the biggest 9999990 to support th
oujilide.rar
- 利用欧几里原理来求出 sa+tb=(a,b) 中的系数 s 和 t,其中(a,b)是a和b的最大公约数,a和b为输入数据。,figure out s,t,(a,b) at the same time after you input a,b.
GCD
- 求sa和tb的和使等于a和b的最大公约数-For sa and tb, and so equal to a and b of the common denominator
03
- 创建动态链接库,当中以求最大公约数和最小公倍数两个函数编译动态链接库-Dynamic_Link Library
zdgys
- 本源代码是求的是最大公约数的功能,代码清晰简单,用VC完成的-The source code is the demand is the greatest common divisor of the function, the code is clear and simple, complete with VC
gcd_and_extend_gcd
- 欧几里得算法与扩展欧几里得算法求最大公约数与乘法逆元-Euclidean algorithm and extended Euclidean algorithm for the greatest common divisor and multiplicative inverse