搜索资源列表
gcd.rar
- 求几个数的最大公约数及最小公倍数
lhh5
- 动态数组 用函数递归和非递归的方法求两个整数的最大公约数-Dynamic array, compute the largest common divisor of two intergal by recursion and non-recursion.
公约数与公倍数
- 求最大公约数和最小公倍数的程序,输入两个数,能求出最大公约数和最小公倍数-seek common denominator and implements procedures to import two few, the common denominator can be obtained and implements
计算素数公约数公倍数
- 计算素数,最大公约数,最小公倍数的VB程序编程-calculating prime numbers, the common denominator, implements the VB Programming
JavaexErciseSource
- 学习Java的过程中所做的联系的汇总 字符串的输入、字符串转化到整数、异常处理、流 最大公约数和最小公倍数 字符ASCII码的比较 一元二次方程根 求根公式 窗口类、按钮类、窗口中对象(如按钮)的布局、事件、绘图(Paint) 复选框、单选框、列表框、下拉选择框 菜单类、对话框类 绘图、绘图函数 按钮类、标签类 -learning through the process linked to the summary of the input string, the string
CppMetaprogramming
- 最大公约数算法程序,是一个网站上下载下来的,比较好的,共享。-majors algorithm, is a Web site downloads, a better share.
stein
- 采用stein算法求两个任意大整数(超过计算机整形表示范围)的最大公约数。-STEINNESS algorithm used for two arbitrary integer large (over the scope of said plastic computer), the common denominator.
zuidahezuixiao
- 最大公约数和最小公倍数,希望对你们有点帮助吧-majors and implements, and I hope to help it a bit you
euclid
- c语言经典的实现了最大公约数的算法 可以处理int内的任意整数!还有运行图 及运行处理的结果!-c classical language to achieve a common denominator of the algorithm can handle int the arbitrary integer! There diagram and operation of the outcome!
最大公约数
- 求解整数的最大公约数-the common denominator for Solving Integer
最大值及最大公约数
- 求最大值及最大公约数。这是我初学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.
最大公约数算法
- 求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
gcd
- 欧几里得算法求最大公约数电路的Verilog实现,消耗功率较低-Euclid algorithm for the realization of the common denominator Verilog circuit, lower power consumption
8.10
- 用matlab求多项式的最大公约数函数,这个函数很简捷 -matlab
A0_004
- 求满足 M > N > 0 的两个正整数之和的最大公约数.-Order to meet the M> N> 0, two positive integers and the greatest common divisor.
zdgys
- 利用VHDL实现求两个二十四位二进制数的最大公约数-Use VHDL to find the greatest common divisor of two number
verilog2
- 求出两个在100以内的正整数的最大公约数和最小公倍数。(不采用mod函数)-Obtained within two in the 100 and the least common multiple greatest common divisor of positive integers. (Without using mod function)
123
- 16位汇编语言编写的求两数的最大公约数和最小公倍数程序。-16 seeking the two greatest common divisor and least common multiple program written in assembly language.
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.)