搜索资源列表
最大公约数 最小公倍数
- 最大公约数 最小公倍数
最大公约数
- 求解整数的最大公约数-the common denominator for Solving Integer
最大值及最大公约数
- 求最大值及最大公约数。这是我初学C语言的一个源程序,希望对初学者有所帮助。-This program is going to get the maxium number and GCD.This source is the result of my first learning C,I hope it can be helpful for the first learner.
最大公约数算法
- 求2个数之间的最大公约数,随便输入2个数字会得到他们之间的最大公约数
最大公约数 最小公倍数
- 最大公约数 最小公倍数-The common denominator least common multiple
最大公约数
- 求解整数的最大公约数-the common denominator for Solving Integer
最大值及最大公约数
- 求最大值及最大公约数。这是我初学C语言的一个源程序,希望对初学者有所帮助。-This program is going to get the maxium number and GCD.This source is the result of my first learning C,I hope it can be helpful for the first learner.
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!
gao610898180_1
- 三种方法(分解质因数法、连续整数检测法、欧几里得算法)求两个数的最大公约数的C++实现-Three methods (qualitative factor decomposition method, consecutive integers detection, Euclidean algorithm) the number of common denominator for two of the C++ Achieve
cc
- 实现两个数的最大公约数和最小公倍数的计算-Realize these are two of the common denominator and least common multiple calculation
maxshu
- 计算最大公约数程序,输入两个数,点计算即可计算这两的最大公约数,程序很简单适合初学者-Calculation of the common denominator program, enter two numbers to calculate the two-point calculation of the common denominator, the program is very simple for beginners
5
- 第五章练习题,包括哥德巴赫猜想,汉英对照星期,pi的近似值,暂停时间秒的过程,利用计算阶乘的自定义函数求e,5个人岁数,斐波那契数列,最大公约数,最小公倍数-Exercises Chapter V, including the Goldbach conjecture, Chinese-English weekly, pi approximation, to suspend the time course of seconds using
The_greatest_common_divisor
- 利用C编写的计算最大公约数的简单代码,希望对大家有用-C prepared using a simple common denominator of the calculation code, in the hope that useful to everybody
gcd
- 欧几里得算法求最大公约数电路的Verilog实现,消耗功率较低-Euclid algorithm for the realization of the common denominator Verilog circuit, lower power consumption
gongyueshu
- 有键盘输入两个正整数m,n,然后输出m,n的最大公约数和最小公倍数,采用了辗转相除法得到最大公约数p,然后用m,n的乘积除以p即得最小公倍数。-There are keyboard input two positive integers m, n, then output m, n the common denominator and least common multiple using the division algorithm
CBigInt_CommonDivision
- 本程序代码,主要为了测试大整数的四则运算 ,以及在此基础上进行求最大公约数的计算。 bigint_lib_dll文件夹中分别为编译好的lib库文件和dll库文件以及源代码。 test_bigintcommondevision文件夹中为测试程序,工程使用的是lib库文件。 头文件中部分函数没有定义。-This procedure code, mainly to test the four large inte
A0_004
- 求满足 M > N > 0 的两个正整数之和的最大公约数.-Order to meet the M> N> 0, two positive integers and the greatest common divisor.
daan5_1
- 一个简单的Java小程序,要求该方法返回a与b的最大公约数 -sample
verilog2
- 求出两个在100以内的正整数的最大公约数和最小公倍数。(不采用mod函数)-Obtained within two in the 100 and the least common multiple greatest common divisor of positive integers. (Without using mod function)
2.46最大公约数
- 最大公约数 最简单程序 ,common denominator(2.46 common denominator)