文件名称:gcd
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:495.03kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
The greatest common divisor of integers x and y is the largest integer that evenly divides both x and y. Write a recursive function gcd that returns the greatest common divisor of x and y, define recursively as follows. It y is equal to 0, then gcd(x,y) is x otherwise, gcd(x, y) is gcd(y, x y), where is the modulus function. [Note: For this algorithm, x must be larger than y.] Write a driver program ( main() function ) to test your function.-The greatest common divisor of integers x and y is the largest integer that evenly divides both x and y. Write a recursive function gcd that returns the greatest common divisor of x and y, define recursively as follows. It y is equal to 0, then gcd(x,y) is x otherwise, gcd(x, y) is gcd(y, x y), where is the modulus function. [Note: For this algorithm, x must be larger than y.] Write a driver program ( main() function ) to test your function.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
981235/981235/981235.cpp
981235/981235/981235.vcproj
981235/981235/981235.vcproj.YOUMEIKETSU.Administrator.user
981235/981235/Debug/981235.exe.embed.manifest
981235/981235/Debug/981235.exe.embed.manifest.res
981235/981235/Debug/981235.exe.intermediate.manifest
981235/981235/Debug/981235.obj
981235/981235/Debug/BuildLog.htm
981235/981235/Debug/mt.dep
981235/981235/Debug/vc90.idb
981235/981235/Debug/vc90.pdb
981235/981235.ncb
981235/981235.sln
981235/981235.suo
981235/Debug/981235.exe
981235/Debug/981235.ilk
981235/Debug/981235.pdb
981235/981235/Debug
981235/981235
981235/Debug
981235
981235/981235/981235.vcproj
981235/981235/981235.vcproj.YOUMEIKETSU.Administrator.user
981235/981235/Debug/981235.exe.embed.manifest
981235/981235/Debug/981235.exe.embed.manifest.res
981235/981235/Debug/981235.exe.intermediate.manifest
981235/981235/Debug/981235.obj
981235/981235/Debug/BuildLog.htm
981235/981235/Debug/mt.dep
981235/981235/Debug/vc90.idb
981235/981235/Debug/vc90.pdb
981235/981235.ncb
981235/981235.sln
981235/981235.suo
981235/Debug/981235.exe
981235/Debug/981235.ilk
981235/Debug/981235.pdb
981235/981235/Debug
981235/981235
981235/Debug
981235
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.