Welcome![Sign In][Sign Up]
Location:
Search - gcd program

Search list

[Other resourcea223

Description: 此程式可輸入二個整數,並以歐幾里得演算法求其最大公因數(GCD)-this program can import two integers, and Euclid algorithms for its greatest common divisor (GCD)
Platform: | Size: 1859 | Author: 張世謙 | Hits:

[Crack HackBigInteger_src

Description: 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),
Platform: | Size: 35882 | Author: jason.. | Hits:

[Other最大值及最大公约数

Description: 求最大值及最大公约数。这是我初学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.
Platform: | Size: 9736 | Author: wanglj | Hits:

[Other最大值及最大公约数

Description: 求最大值及最大公约数。这是我初学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.
Platform: | Size: 9216 | Author: wanglj | Hits:

[Algorithma223

Description: 此程式可輸入二個整數,並以歐幾里得演算法求其最大公因數(GCD)-this program can import two integers, and Euclid algorithms for its greatest common divisor (GCD)
Platform: | Size: 2048 | Author: 張世謙 | Hits:

[Crack HackBigInteger_src

Description: 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),
Platform: | Size: 35840 | Author: jason.. | Hits:

[AlgorithmGCD

Description: GCD为一个求取最大公因素的程式,输入两个数可以求得两数的最大公因素-GCD is a greatest common factor to strike the program, enter two numbers to achieve two of the greatest common factor in several
Platform: | Size: 5120 | Author: 陳悟 | Hits:

[Applicationsgcd

Description: Program to find GCD of two numbers using functions.
Platform: | Size: 3072 | Author: tapori | Hits:

[Linux-Unixleast_common.tar

Description: 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.
Platform: | Size: 1556480 | Author: perelka | Hits:

[CA authmimaxue

Description: 内含背包程序,RSA程序,中国剩余定理程序和GCD程序的源代码-Includes backpack program, RSA program, Chinese remainder theorem programs and GCD program' s source code
Platform: | Size: 2048 | Author: jack | Hits:

[Crack Hackgcd

Description: 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.
Platform: | Size: 506880 | Author: Jack | Hits:

[VHDL-FPGA-Veriloggcd

Description: 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
Platform: | Size: 176128 | Author: nauman | Hits:

[JSP/JavaGCD

Description: 一个很简单的计算两数最大公约数的java程序,希望对大家有帮助-A very simple calculation greatest common divisor of two numbers java program, we hope to help
Platform: | Size: 1024 | Author: ray | Hits:

[assembly languagegcd

Description: this program is find the gcd of two number in 8086 microprocessor
Platform: | Size: 6144 | Author: Vivek Gajera | Hits:

[Data structsgcd

Description: 求两个数的最大公约数,此程序用C语言编写,经测试没有问题。-For two of the largest number of companies, the program written in C, tested no problem.
Platform: | Size: 32768 | Author: 夏雄飞 | Hits:

[Algorithmgcd

Description: 最大公约数程序,使用多种方法来计算最大公约数-The greatest common divisor of the program, using a variety of methods to calculate the greatest common divisor
Platform: | Size: 1024 | Author: hsj | Hits:

[AlgorithmGCD-and-LCM

Description: a simple program getting two numbers and calculating the GCD and LCM for them
Platform: | Size: 38912 | Author: sobhan | Hits:

[Software Engineeringgcd

Description: 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
Platform: | Size: 63488 | Author: Y-1 | Hits:

[Anti-virusgcd

Description: 求最大公约数是很多程序中需要出现的模块,本程序实现了欧几里得算法,计算最大公约数-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
Platform: | Size: 484352 | Author: zhaohui | Hits:

[VC/MFCGCD-of-two-numbers

Description: Find Greatest Common Divisor (GCD) of two numbers c++ program
Platform: | Size: 243712 | Author: mar7604 | Hits:
« 12 »

CodeBus www.codebus.net