搜索资源列表
maxandmin
- 自己编写的最新数据处理程序,其中的求最大公约数和最小公倍数非常有价值-I have written the latest data-processing procedures, which seek the common denominator and least common multiple very valuable
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
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
Calc
- 求最小公倍数和最大公约数。不好意思,初学者,只能提供自己做过的小程序-Find the least common multiple and greatest common divisor. Sorry, beginners, can only provide his past applet
zuixiaogongbeishu
- 输入两个数,可以输出他们的最小公倍数。用于c++入门学习。主要为初级学习者。-Enter two numbers, you can output their least common multiple. For c++ getting started. Mainly for primary learners.
356212
- 用于求解最大公约数,最小公倍数的程序代码,比较方便,比一般的程序易懂,较实用。-this is a good code for slove math.
main
- 计算机两个整数的最大公约数和最小公倍数。辗转相除法等等的实现; 统计一个字符串中数字子串的个数及其内容。-int highest_common_divissor(int m, int n); int lowest_common_multiple(int m, int n); void findNumSubString(const char* str, Info & info);
8.1
- 输入两个整数,求它们的最大公约数函数和最小公倍数函数-Seek the greatest common divisor and least common multiple of two integers
gcd
- 实现求两个正整数的最大公约数和最小公倍数,代码简洁算法简单,适合初学者VC6.0平台-Seek the greatest common divisor and least common multiple of two positive integers, the code simple algorithm is simple, suitable for beginners VC6.0 platform
a1
- 这是我自己写的,求两个数的最小公倍数和最大公约数的源码,希望对你们有用-least common multiple and greatest common measure
1_n
- 实现对用户输入的 n (n<100)求出1~n的最小公倍数。-N (n < 100) obtained 1 ~ n of the least common multiple of user input.