搜索资源列表
shuzhu
- 用 vb编写的小程序,可以判断是否是素数。两个数的最大公约数和最小公倍数等
采用了辗转相除法得到最大公约数
- 有键盘输入两个正整数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
maxandmin
- 自己编写的最新数据处理程序,其中的求最大公约数和最小公倍数非常有价值-I have written the latest data-processing procedures, which seek the common denominator and least common multiple very valuable
file
- 输入两个正整数m和n,求其最大公约数和最小公倍数。-Enter two positive integers m and n, for their common denominator and least common multiple.
shuzi
- 用户登陆后可以对数字进行一些有趣的处理,求最大公约数,最小公倍数,同构数,水仙花数和进行数制转换-Users can visit a number of interesting figure deal, and the common denominator, least common multiple, the number of isomorphism, a few daffodils and a few system conversion
bei
- 本程序目的求两个整数的最大公约数和最小公倍数-The purpose of this procedure for the common denominator of two integers and the least common multiple
aaa
- 求最大公约数和最小公倍数.用C++写的,希望对大家有用。-Seek the common denominator and least common multiple. Using C++ written in the hope that useful to everyone.
gongyueshu
- 实现的功能为求解两个数的最大公约数与最小公倍数-To achieve the two functions for solving the common denominator and least common multiple number of
6
- 编写程序求出所有无重复的三个整数组合,使它们的最小公倍数等于指定数据N(设N取值范围为[100,150],三个整数的范围为[3,40])。-Programming is out of all three integers, repeating them is the smallest LCD specified data set (N 100,150 scope for [N]], [[for three integers range 3,40]).
suanfajihe
- ( Rightmost Digit )代码:数论模幂算法(从左向右)0ms 最小公倍数-辗转相除法 Prim最小生成树-Rightmost Digit, modular exponentiation algorithm (from left to right) 0ms Least common multiple- Euclidean algorithm Prim minimum spanning tree
Gcd_Lcm
- C语言实现求整型数的最小公倍数和最大公约数-C language implementation seek the least common multiple and greatest common divisor of an integer
Seekthegreatestcommondivisorandleastcommonmultiple
- 求最大公约数和最小公倍数的程序主要是描述如何求最大公约数和最小公倍数。-Seek the greatest common divisor and least common multiple is to describe how the process is essentially seeking the common denominator and least common multiple.
zongchengxu
- 各计算功能单独编写成函数,通过函数的调用将多个函数结合起来,在主函数中通过选项菜单调用求任意数的阶乘、求组合数、求任意两个整数的最大公约数和最小公倍数、判断任意数是否为素数、显示菲波拉契数列的前N项5个函数,进行多种数学运算。-各计算功能单独编写成函数,通过函数的调用将多个函数结合起来,在主函数中通过选项菜单调用求任意数的阶乘、求组合数、求任意两个整数的最大公约数和最小公multiples, to determine whether an arbitrary number of prime nu
Leastcommonmultipleandgreatestcommondivisorcalcula
- 最大公约数和最小公倍数,很之前的算法不是很一样,希望能一起参考一下-Least common multiple and greatest common divisor calculation
1
- 计算最大公约数最小公倍数,很简单的程序,很适合初学者,用VB60-Calculate the common denominator least common multiple, very simple procedure, it is suitable for beginners, with VB60
verilog2
- 求出两个在100以内的正整数的最大公约数和最小公倍数。(不采用mod函数)-Obtained within two in the 100 and the least common multiple greatest common divisor of positive integers. (Without using mod function)
gys
- 用VB设计的一个求两数的最大公约数和最小公倍数的程序。-VB design with a number seeking the greatest common divisor and least common multiple of two procedures.
cmex
- MATLAB与C接口的关于求两个数最小公倍数的C语言MEX文件-MATLAB and C interface to request two numbers on the least common multiple of the C-MEX files
leastcommonmultiple
- 求最小公倍数的算法 程序简单 运行时间短-Seek the least common multiple of the algorithm is a simple program to run short
MinimumLCD
- 根据输入的三个数据,求出三个数的最小公倍数,并输出。-According to the input data, three of the smallest of the three Numbers, and the output of LCD.