搜索资源列表
number_theory_c++
- 数论算法库 C++ 语言实现 代码内容 数论算法库,包括以下算法: 欧几里德算法求a,b的最大公倍数 扩展的欧几里德算法,求出gcd(a,b)和满足gcd(a,b)=ax+by的整数x和y 求解模线性方程 ax ≡ b (mod n) 其中n>0 求解模线性方程组(中国余数定理) 模取幂运算 计算a^b mod n (a,b可能很大) Miller-Rabin随机性素数测试算法
最大值及最大公约数
- 求最大值及最大公约数。这是我初学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.
Task-1-4
- finding GCD of two numbers
gcd
- 从键盘输入两个常数,求其最大公约数,并以常数形式输出-the greatest common divsion
bianyi
- 汇编原理课设:主要有词法分析,语法分析,语义分析- A program to perform Euclid s Algorithm to compute gcd.
front
- java写的类pascal编译器,实现program test(input, output) begin read(x, y) write(gcd(x, y)) end. -java pascal compiler writing class, to achieve program test (input, output) begin read (x, y) write (gcd (x, y)) end.
gcd
- this program is find the gcd of two number in 8086 microprocessor
Networked-Physics-Demo---GDC-2010
- gcd的使用,物理引擎的使用,ios网络编程-networked physics demo- gcd
codes
- 1) it is code which gives lcm and gcd of 2 numbers. 2) to check if a number satisfies 2 out of 5 condition. 3) to check if the number is odd or even. 4) to square a given number. 5) to find number of 0s and 1s in a given binary number.
gcd
- 通过输入的控制,比较两个数的大小,再求取两个数的最大公约数-By the input control, comparison of two numbers, size, and then calculate the greatest common divisor of two numbers
gcd
- GCD engine simulation (最大公因數的應用解法) -GCD engine simulation (greatest common divisor of the application solution)
gcd
- 求最大公约数是很多程序中需要出现的模块,本程序实现了欧几里得算法,计算最大公约数-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
finding_g_78412302015
- gcd of a given number in c lang
11388(GCD LCD)
- acm problem number 11388 GCD LCD