搜索资源列表
最大公约数算法
- 求2个数之间的最大公约数,随便输入2个数字会得到他们之间的最大公约数
CBigInt_CommonDivision.zip
- 本程序代码,主要为了测试大整数的四则运算 ,以及在此基础上进行求最大公约数的计算。 bigint_lib_dll文件夹中分别为编译好的lib库文件和dll库文件以及源代码。 test_bigintcommondevision文件夹中为测试程序,工程使用的是lib库文件。 头文件中部分函数没有定义。,This procedure code, mainly to test the four large integer arithmetic, as well as on the ba
maxandmin
- 自己编写的最新数据处理程序,其中的求最大公约数和最小公倍数非常有价值-I have written the latest data-processing procedures, which seek the common denominator and least common multiple very valuable
bei
- 本程序目的求两个整数的最大公约数和最小公倍数-The purpose of this procedure for the common denominator of two integers and the least common multiple
work
- 自动从一加到一百,求最大公约数,查找最大的数-Automatically added from the 100, and the common denominator, find the largest number of
aaa
- 求最大公约数和最小公倍数.用C++写的,希望对大家有用。-Seek the common denominator and least common multiple. Using C++ written in the hope that useful to everyone.
zdgys
- 求2个数的最大公约数 求2个数的最大公约数 -The common denominator for the number 2
gongyueshu
- 实现的功能为求解两个数的最大公约数与最小公倍数-To achieve the two functions for solving the common denominator and least common multiple number of
zuidagys
- 最大公约数求取,辗转算法,很好很古老的算法,相当的好-To strike a common denominator, various algorithms, a good algorithm is very old, very good
Exercise1
- 很简单的一个求最大公约数算法,并求求余次数,以及100以内各求余次数的最小整数队.-A very simple algorithm for seeking the common denominator, and I beg the frequency and the seeking of more than 100 times less than the smallest integer teams.
Leastcommonmultipleandgreatestcommondivisorcalcula
- 最大公约数和最小公倍数,很之前的算法不是很一样,希望能一起参考一下-Least common multiple and greatest common divisor calculation
1
- 计算最大公约数最小公倍数,很简单的程序,很适合初学者,用VB60-Calculate the common denominator least common multiple, very simple procedure, it is suitable for beginners, with VB60
Desktop
- 求两个数的最大公约数gcd()和仿射加密解密的c++算法- Asks two numbers the greatest common divisor gcd() c++ algorithm
ojld
- 运用欧几里得算法求解最大公约数,并对算法的时间性能进行分析 -Greatest common divisor using the Euclidean algorithm, and analyze the performance of the algorithm time
verilog2
- 求出两个在100以内的正整数的最大公约数和最小公倍数。(不采用mod函数)-Obtained within two in the 100 and the least common multiple greatest common divisor of positive integers. (Without using mod function)
gys
- 用VB设计的一个求两数的最大公约数和最小公倍数的程序。-VB design with a number seeking the greatest common divisor and least common multiple of two procedures.
the-greatest-common-divisor
- 求2个数之间的最大公约数,随便输入2个数字会得到他们之间的最大公约数-Find the greatest common divisor between two numbers, casually enter the two numbers will be the common denominator between them
Calc
- 求最小公倍数和最大公约数。不好意思,初学者,只能提供自己做过的小程序-Find the least common multiple and greatest common divisor. Sorry, beginners, can only provide his past applet
356212
- 用于求解最大公约数,最小公倍数的程序代码,比较方便,比一般的程序易懂,较实用。-this is a good code for slove math.
GCD
- 输入为两个32位数值,用辗转相减法实现的最大公约数算法进行输出,含有置位信号。(The input is two 32 bit values, and the algorithm of the greatest common divisor realized by the subtractive subtraction algorithm carries out the output, which contains the set signal.)
