CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - gcd program
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - gcd program - List
[
Other resource
]
a223
DL : 0
此程式可輸入二個整數,並以歐幾里得演算法求其最大公因數(GCD)-this program can import two integers, and Euclid algorithms for its greatest common divisor (GCD)
Update
: 2008-10-13
Size
: 1.82kb
Publisher
:
張世謙
[
Crack Hack
]
BigInteger_src
DL : 0
C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods: abs() , FermatLittleTest(int confidence) ,gcd(BigInteger bi) , genCoPrime(int bits, Random rand) , genPseudoPrime(int bits, int confidence, Random rand) , genRandomBits(int bits, Random rand) , isProbablePrime(int confidence) , isProbablePrime() , Jacobi(BigInteger a, BigInteger b) , LucasSequence(BigInteger P, BigInteger Q, BigInteger k, BigInteger n) ,max(BigInteger bi) , min(BigInteger bi) , modInverse(BigInteger modulus) , RabinMillerTest(int confidence) , -C# BigInteger class. BigInteger.cs is a cs harp program. It is the BIgInteger class. It has methods : abs (), FermatLittleTest (int confidence). gcd (BigInteger bi), genCoPrime (int bits, Random rand), genPseudoPrime (int bits, int confidence, Random rand). genRandomBits (int bits, Random rand). isProbablePrime (int confidence). isProbablePrime (), Jacobi (BigInteger a, BigInteger b), LucasSequence (BigInteger P, BigInteger Q, BigInteger k, BigInteger n), max (BigInteger bi), min (BigInteger bi). modInverse (BigInteger modulus). RabinMillerTest (int confidence),
Update
: 2008-10-13
Size
: 35.04kb
Publisher
:
jason..
[
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
求最大值及最大公约数。这是我初学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-04-04
Size
: 9kb
Publisher
:
wanglj
[
Algorithm
]
a223
DL : 0
此程式可輸入二個整數,並以歐幾里得演算法求其最大公因數(GCD)-this program can import two integers, and Euclid algorithms for its greatest common divisor (GCD)
Update
: 2025-04-04
Size
: 2kb
Publisher
:
張世謙
[
Crack Hack
]
BigInteger_src
DL : 0
C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods: abs() , FermatLittleTest(int confidence) ,gcd(BigInteger bi) , genCoPrime(int bits, Random rand) , genPseudoPrime(int bits, int confidence, Random rand) , genRandomBits(int bits, Random rand) , isProbablePrime(int confidence) , isProbablePrime() , Jacobi(BigInteger a, BigInteger b) , LucasSequence(BigInteger P, BigInteger Q, BigInteger k, BigInteger n) ,max(BigInteger bi) , min(BigInteger bi) , modInverse(BigInteger modulus) , RabinMillerTest(int confidence) , -C# BigInteger class. BigInteger.cs is a cs harp program. It is the BIgInteger class. It has methods : abs (), FermatLittleTest (int confidence). gcd (BigInteger bi), genCoPrime (int bits, Random rand), genPseudoPrime (int bits, int confidence, Random rand). genRandomBits (int bits, Random rand). isProbablePrime (int confidence). isProbablePrime (), Jacobi (BigInteger a, BigInteger b), LucasSequence (BigInteger P, BigInteger Q, BigInteger k, BigInteger n), max (BigInteger bi), min (BigInteger bi). modInverse (BigInteger modulus). RabinMillerTest (int confidence),
Update
: 2025-04-04
Size
: 35kb
Publisher
:
jason..
[
Algorithm
]
GCD
DL : 0
GCD为一个求取最大公因素的程式,输入两个数可以求得两数的最大公因素-GCD is a greatest common factor to strike the program, enter two numbers to achieve two of the greatest common factor in several
Update
: 2025-04-04
Size
: 5kb
Publisher
:
陳悟
[
Applications
]
gcd
DL : 0
Program to find GCD of two numbers using functions.
Update
: 2025-04-04
Size
: 3kb
Publisher
:
tapori
[
Linux-Unix
]
least_common.tar
DL : 0
a linux program that enables to find the least common multiple of two integers. by means of this lcm, you can easiky find the gcd.
Update
: 2025-04-04
Size
: 1.48mb
Publisher
:
perelka
[
CA auth
]
mimaxue
DL : 0
内含背包程序,RSA程序,中国剩余定理程序和GCD程序的源代码-Includes backpack program, RSA program, Chinese remainder theorem programs and GCD program' s source code
Update
: 2025-04-04
Size
: 2kb
Publisher
:
jack
[
Crack Hack
]
gcd
DL : 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.
Update
: 2025-04-04
Size
: 495kb
Publisher
:
Jack
[
VHDL-FPGA-Verilog
]
gcd
DL : 0
this a program to calculate the gcd of two numbers and then display the result-this is a program to calculate the gcd of two numbers and then display the result
Update
: 2025-04-04
Size
: 172kb
Publisher
:
nauman
[
JSP/Java
]
GCD
DL : 0
一个很简单的计算两数最大公约数的java程序,希望对大家有帮助-A very simple calculation greatest common divisor of two numbers java program, we hope to help
Update
: 2025-04-04
Size
: 1kb
Publisher
:
ray
[
assembly language
]
gcd
DL : 0
this program is find the gcd of two number in 8086 microprocessor
Update
: 2025-04-04
Size
: 6kb
Publisher
:
Vivek Gajera
[
Data structs
]
gcd
DL : 0
求两个数的最大公约数,此程序用C语言编写,经测试没有问题。-For two of the largest number of companies, the program written in C, tested no problem.
Update
: 2025-04-04
Size
: 32kb
Publisher
:
夏雄飞
[
Algorithm
]
gcd
DL : 0
最大公约数程序,使用多种方法来计算最大公约数-The greatest common divisor of the program, using a variety of methods to calculate the greatest common divisor
Update
: 2025-04-04
Size
: 1kb
Publisher
:
hsj
[
Algorithm
]
GCD-and-LCM
DL : 0
a simple program getting two numbers and calculating the GCD and LCM for them
Update
: 2025-04-04
Size
: 38kb
Publisher
:
sobhan
[
Software Engineering
]
gcd
DL : 0
solving the GCD program first you chose the number. after chosing the number this program will calculate. GCD. enjoy-solving the GCD program first you chose the number. after chosing the number this program will calculate. GCD. enjoy
Update
: 2025-04-04
Size
: 62kb
Publisher
:
Y-1
[
Anti-virus
]
gcd
DL : 0
求最大公约数是很多程序中需要出现的模块,本程序实现了欧几里得算法,计算最大公约数-Seeking the common denominator is the module needs to appear in many programs, the program implements the Euclidean algorithm to calculate the greatest common divisor
Update
: 2025-04-04
Size
: 473kb
Publisher
:
zhaohui
[
VC/MFC
]
GCD-of-two-numbers
DL : 0
Find Greatest Common Divisor (GCD) of two numbers c++ program
Update
: 2025-04-04
Size
: 238kb
Publisher
:
mar7604
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.