CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - 最大公约数
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - 最大公约数 - List
[
JSP/Java
]
最大公约数 最小公倍数
DL : 0
最大公约数 最小公倍数
Update
: 2008-10-13
Size
: 4.83kb
Publisher
:
无名
[
Other resource
]
最大公约数
DL : 0
求解整数的最大公约数-the common denominator for Solving Integer
Update
: 2008-10-13
Size
: 6.34kb
Publisher
:
陈晓青
[
Other
]
最大值及最大公约数
DL : 0
求最大值及最大公约数。这是我初学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.
Update
: 2008-10-13
Size
: 9.51kb
Publisher
:
wanglj
[
Other
]
最大公约数算法
DL : 0
求2个数之间的最大公约数,随便输入2个数字会得到他们之间的最大公约数
Update
: 2011-03-03
Size
: 234.45kb
Publisher
:
z298016928
[
JSP/Java
]
最大公约数 最小公倍数
DL : 0
最大公约数 最小公倍数-The common denominator least common multiple
Update
: 2025-02-17
Size
: 5kb
Publisher
:
无名
[
Algorithm
]
最大公约数
DL : 0
求解整数的最大公约数-the common denominator for Solving Integer
Update
: 2025-02-17
Size
: 118kb
Publisher
:
陈晓青
[
Other
]
最大值及最大公约数
DL : 0
求最大值及最大公约数。这是我初学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.
Update
: 2025-02-17
Size
: 9kb
Publisher
:
wanglj
[
Other
]
euclid
DL : 0
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!
Update
: 2025-02-17
Size
: 91kb
Publisher
:
杨海亮
[
JSP
]
maxnumcount
DL : 0
我是C初级学者。做了一个简单的程序 关于计算最大公约数的-C junior scholars. Do a simple procedure for the calculation of the majors
Update
: 2025-02-17
Size
: 24kb
Publisher
:
[
Mathimatics-Numerical algorithms
]
gao610898180_1
DL : 0
三种方法(分解质因数法、连续整数检测法、欧几里得算法)求两个数的最大公约数的C++实现-Three methods (qualitative factor decomposition method, consecutive integers detection, Euclidean algorithm) the number of common denominator for two of the C++ Achieve
Update
: 2025-02-17
Size
: 964kb
Publisher
:
高朝虎
[
VC/MFC
]
gcd
DL : 0
三种求最大公约数的算法。用c语言编写的。-Common denominator for the three algorithms. With c language.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
陈兴
[
Algorithm
]
cc
DL : 0
实现两个数的最大公约数和最小公倍数的计算-Realize these are two of the common denominator and least common multiple calculation
Update
: 2025-02-17
Size
: 858kb
Publisher
:
caihongqiu
[
Other Riddle games
]
maxshu
DL : 0
计算最大公约数程序,输入两个数,点计算即可计算这两的最大公约数,程序很简单适合初学者-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
Update
: 2025-02-17
Size
: 2.17mb
Publisher
:
hj
[
Delphi VCL
]
5
DL : 0
第五章练习题,包括哥德巴赫猜想,汉英对照星期,pi的近似值,暂停时间秒的过程,利用计算阶乘的自定义函数求e,5个人岁数,斐波那契数列,最大公约数,最小公倍数-Exercises Chapter V, including the Goldbach conjecture, Chinese-English weekly, pi approximation, to suspend the time course of seconds using calculation of the factorial function for custom e, 5 individuals age, the Fibonacci sequence, the common denominator , lcm
Update
: 2025-02-17
Size
: 1.64mb
Publisher
:
zaochun
[
Other
]
The_greatest_common_divisor
DL : 0
利用C编写的计算最大公约数的简单代码,希望对大家有用-C prepared using a simple common denominator of the calculation code, in the hope that useful to everybody
Update
: 2025-02-17
Size
: 123kb
Publisher
:
lv
[
VHDL-FPGA-Verilog
]
gcd
DL : 0
欧几里得算法求最大公约数电路的Verilog实现,消耗功率较低-Euclid algorithm for the realization of the common denominator Verilog circuit, lower power consumption
Update
: 2025-02-17
Size
: 2kb
Publisher
:
jh
[
Windows Develop
]
gongyueshu
DL : 0
有键盘输入两个正整数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 to be the common denominator p, then m, n the product divided by the smallest p that is a public multiples.
Update
: 2025-02-17
Size
: 864kb
Publisher
:
灵药
[
Other
]
CBigInt_CommonDivision
DL : 0
本程序代码,主要为了测试大整数的四则运算 ,以及在此基础上进行求最大公约数的计算。 bigint_lib_dll文件夹中分别为编译好的lib库文件和dll库文件以及源代码。 test_bigintcommondevision文件夹中为测试程序,工程使用的是lib库文件。 头文件中部分函数没有定义。-This procedure code, mainly to test the four large integer arithmetic, as well as on the basis of seeking common denominator of this calculation. bigint_lib_dll folder were compiled lib library files and dll library files and source code. test_bigintcommondevision folder for the test program, engineering using lib library file. Header file, part of the function is not defined.
Update
: 2025-02-17
Size
: 639kb
Publisher
:
lidemin
[
Algorithm
]
A0_004
DL : 0
求满足 M > N > 0 的两个正整数之和的最大公约数.-Order to meet the M> N> 0, two positive integers and the greatest common divisor.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
王力
[
File Format
]
daan5_1
DL : 0
一个简单的Java小程序,要求该方法返回a与b的最大公约数 -sample
Update
: 2025-02-17
Size
: 1kb
Publisher
:
123
«
1
2
3
4
5
6
7
8
9
10
...
21
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.