文件名称:the-greatest-common-divisor-
- 所属分类:
- 其他小程序
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2014-03-31
- 文件大小:
- 6kb
- 下载次数:
- 0次
- 提 供 者:
- nick****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
<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