搜索资源列表
公约数与公倍数
- 求最大公约数和最小公倍数的程序,输入两个数,能求出最大公约数和最小公倍数-seek common denominator and implements procedures to import two few, the common denominator can be obtained and implements
3.37
- 此程序为求两个数的约数,将他们输出,将这两个数的最大公约数输出 -procedure for the sake of a few two about a few of their exports, the number of these two majors output
CommonDivisor
- 这是一个二分图完全匹配问题, 题意:给出一组数,这组数按给出的序列从标号1依次递增编号,现在要求你编写一个程序改变这些数的序列,使得每个数和其下标的最大公约数和相加得到的数最小。
数据结构算法集锦
- 数据结构算法集锦:包括大量常用算法,如求两数的最大公约数、素数的求法、Prim算法、Kruskal算法、最短路径、Dijkstra 算法、排序相关算法、高精度计算相关算法-algorithm data structure highlights include : large common algorithms, such as for the number two majors, for the prime numbers, Prim algorithm, Kruskal algorithm,
CommonDenominator
- 求最大公约数的三种算法,程序中还对这三种算法进行了比较-Common denominator for the three algorithms, the procedure is also the three algorithms are compared
11
- 算法分析与设计中计算两个数的最大公约数的原代码-Algorithm Analysis and Design of the two numbers to calculate the greatest common divisor of the original code
greatestcommondivisor
- 求两个数最大公约数,对学习数据结构和算法分析的初学者朋友们一点点小小帮助-Find the greatest common divisor of two numbers
BigInteger
- 大整数库,实现了大整数之间的四则运算和模、模幂运算以及最大公约数的求解-Large integer library to achieve a large integer arithmetic and between modes, modular exponentiation and the greatest common divisor of the solution
sgu-499
- 题意:给你n个数,求出两两组合的最大公约数 类似打素数表的做法 -Meaning of the questions: to give you the number n, find greatest common divisor of a similar combination twenty-two hit the practice table of prime numbers
Exam_1
- 基于C语言的编程,求数值间的最大公约数和最小公倍数-Greatest common divisor
Greatest-common-divisor-algorithm
- 求最大公约数C语言的基本算法,C语言基础学习。-Greatest common divisor algorithm
gcd
- 求两个数的最大公约数,此程序用C语言编写,经测试没有问题。-For two of the largest number of companies, the program written in C, tested no problem.
calculate2
- 数学计算工具,可计算任何数的阶乘,最大公约数,最小公约数,显示任何数是否是素数,显示菲波拉契数列的前N项,对任意十个数进行排序-Mathematical tools, calculates the factorial of any number, the common denominator, the minimum divisor, display any number whether it is prime, show Feibo Appalachian series before the
Seek-the-greatest-common-divisor
- 求最大公约数 求最大公约数 -Seek the greatest common divisor
fastmax
- 一种快速算法,求解两个数的最大公约数,可以用于浮点型,整型等-A fast algorithm for solving the greatest common divisor of two numbers, can be used for floating point, integer, etc.
val
- 欧几里得定理求最大公约数,并且利用最大公约数求最小公倍数的算法实现。-Euclidean theorem of seeking the common denominator, and seek the greatest common divisor lcm algorithm
greatest-common-divisor
- 输入两个正整数m和n,求其最大公约数和最小公倍数。 程序分析:利用辗除法。 -Enter two positive integers m and n, find their greatest common divisor and least common multiple. Program analysis: the use of rolling division.
SHFVB
- 本程序完成了欧几里得算法求最大公约数,扩展欧几里得算法求乘法逆元和素性检验判断输入的数是否为素数()