文件名称:the-greatest-common-divisor-
-
所属分类:
- 标签属性:
- 上传时间:2014-03-31
-
文件大小:5.62kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
<1> 用辗转相除法求最大公约数
算法描述:
m对n求余为a, 若a不等于0
则 m <- n, n <- a, 继续求余
否则 n 为最大公约数
<2> 最小公倍数 = 两个数的积 / 最大公约数*/-< 1> with the common denominator Euclidean algorithm descr iption: m for n remainder of a, if a is not equal to 0 m < - n, n < - a, otherwise I continue to ask for the greatest common divisor of n < 2> the least common multiple of two numbers = product/greatest common divisor* /
算法描述:
m对n求余为a, 若a不等于0
则 m <- n, n <- a, 继续求余
否则 n 为最大公约数
<2> 最小公倍数 = 两个数的积 / 最大公约数*/-< 1> with the common denominator Euclidean algorithm descr iption: m for n remainder of a, if a is not equal to 0 m < - n, n < - a, otherwise I continue to ask for the greatest common divisor of n < 2> the least common multiple of two numbers = product/greatest common divisor* /
(系统自动生成,下载前可以参看下载内容)
下载文件列表
最大公约数.plg
max.c
最大公约数.dsp
最大公约数.dsw
最大公约数.ncb
最大公约数.opt
max.c
最大公约数.dsp
最大公约数.dsw
最大公约数.ncb
最大公约数.opt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.