搜索资源列表
lhh5
- 动态数组 用函数递归和非递归的方法求两个整数的最大公约数-Dynamic array, compute the largest common divisor of two intergal by recursion and non-recursion.
CppMetaprogramming
- 最大公约数算法程序,是一个网站上下载下来的,比较好的,共享。-majors algorithm, is a Web site downloads, a better share.
useful-programs
- 几个常用的VC++程序,冒泡排序法,选择排序法,最大公约数,插入数据,求最大值-VC procedures, bubble sort, select Sort, the common denominator, insert data, and seeking maximum
gxjsqzdgys
- 更相减损求最大公约数. 用VB编写的 -derogation more compatible for the common denominator. VB prepared Thank you
4
- 数论算法 求两数的最大公约数 等程序 !欢迎下载
GYS
- 用辗转相除发求最大公约数-made his eliminate fat used for the common denominator
GongYueshu
- 最大公约数的在Windows界面下的小程序
shuzhu
- 用 vb编写的小程序,可以判断是否是素数。两个数的最大公约数和最小公倍数等
nhgbn
- C++实验题目:实验人江龙雨数据最大公约数及其排序
最大公约数算法
- 求2个数之间的最大公约数,随便输入2个数字会得到他们之间的最大公约数
采用了辗转相除法得到最大公约数
- 有键盘输入两个正整数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
CBigInt_CommonDivision.zip
- 本程序代码,主要为了测试大整数的四则运算 ,以及在此基础上进行求最大公约数的计算。 bigint_lib_dll文件夹中分别为编译好的lib库文件和dll库文件以及源代码。 test_bigintcommondevision文件夹中为测试程序,工程使用的是lib库文件。 头文件中部分函数没有定义。,This procedure code, mainly to test the four large integer arithmetic, as well as on the ba
gyushu
- 求最大公约数!比较简单!初学,有兴趣可以-Seek the common denominator! Relatively simple! Beginners, who are interested can
34
- 1.求两个数的最大公约数 2. n! 3. 循环计数器 4.堆栈 5.实现大数的加减运算-1. The common denominator for both the number of 2. N! 3. Loop counter 4. Stack 5. The realization of addition and subtraction of large numbers of computing
n!
- 用递推方法求n!和欧式算法(两数的最大公约数)-Recursive method used for n! And Continental algorithm (both the number of common denominator)
maxandmin
- 自己编写的最新数据处理程序,其中的求最大公约数和最小公倍数非常有价值-I have written the latest data-processing procedures, which seek the common denominator and least common multiple very valuable
divisor
- 快速求得最大公约数,内包含完整vc源代码-Express to seek the common denominator, which contains the source code vc
file
- 输入两个正整数m和n,求其最大公约数和最小公倍数。-Enter two positive integers m and n, for their common denominator and least common multiple.
verilog2
- 求出两个在100以内的正整数的最大公约数和最小公倍数。(不采用mod函数)-Obtained within two in the 100 and the least common multiple greatest common divisor of positive integers. (Without using mod function)
GCD
- 输入为两个32位数值,用辗转相减法实现的最大公约数算法进行输出,含有置位信号。(The input is two 32 bit values, and the algorithm of the greatest common divisor realized by the subtractive subtraction algorithm carries out the output, which contains the set signal.)