搜索资源列表
最大公约数 最小公倍数
- 最大公约数 最小公倍数
GongyueshuGongbeishuthoughkey
- 在java开发环境下求最大公约数和最小公倍数,操作数从键盘输入。-in java development environment for the common denominator, and least common multiple, operating from a few keyboard input.
mathformulae
- 第一章 有关数论的算法 1.1最大公约数与最小公倍数 1.2有关素数的算法 1.3方程ax+by=c的整数解及应用 1.4 求a^b mod n 第二章 高精度计算 2.1高精度加法 2.2高精度减法 2.3高精度乘法 2.4 高精度除法 练习 第三章 排列与组合 3.1加法原理与乘法原理 练习 3. 2 排列与组合的概念与计算公式 练习 3.3排列与组合的产生算法 练习 第四章 计算几何 4.1 基础知识 4.2
ZXZD
- 这是个求最大公约数,最小公倍数的小程序,适合初学者看看。-This is for the common denominator, the small implements procedures for beginners to see.
ou
- 欧几里德算法又称辗转相除法,用于计算两个整数a,b的最大公约数。分别用C++和JAVA实现。-Euclidean algorithm, also known as division algorithm, used to calculate the two integers a, b the common denominator. Separately using C++ and JAVA implementation.
ojld
- 可以输出最大公约数 用Java语言实现扩展欧几里得算法 -Common denominator can be output using Java language extended Euclid algorithm
GreatestCommonDivisor
- 这是一个求最大公约数的java程序,程序很简单,很容易看懂的
Gcdtest
- 求给定的一组整数的最大公约数和最小公倍数, 整数的个数不限,当输入-1时程序结束。-Demand for a given set of integers of the greatest common divisor and least common multiple, the number of integers not limited to, when the input-1 when the end of the process.
1000
- 学习java时所做实验的全部代码,包括applet和用户应用程序。程序代码有画图形的,(五角星,多边形,圆等等)有求最大公约数,最小公倍数的,还有很多其他的-Experimental study made when all the java code, including the applet and the user applications. Picture in graphics code, (five-pointed star, polygon, circle, etc.) are se
MaxMin
- 描述: Hanks 博士是BT (Bio-Tech,生物技术) 领域的知名专家,他的儿子名叫Hankson。现在,刚刚放学回家的Hankson 正在思考一个有趣的问题。 今天在课堂上,老师讲解了如何求两个正整数c1 和c2 的最大公约数和最小公倍数。现在Hankson 认为自己已经熟练地掌握了这些知识,他开始思考一个“求公约数”和“求公倍数”之类问题的“逆问题”,这个问题是这样的:已知正整数a0,a1,b0,b1,设某未知正整数x 满足: 1. x 和a0 的最大公约数是a1
shu
- 这是利用Java实现的两个数的最大公约数和最小公倍数,经测试无效,都是自己平时编程的源代码-this will help those who begin Start to learn Java recently。
Euclid
- 用JAVA来求最大公约数,这个程序主要是用来熟悉JAVA编程所用的-Using JAVA to find the greatest common divisor, the program is primarily designed to be familiar with the JAVA programming
mm
- 最大公约数最小公倍数 并带有抛出异常类 -Find the greatest common divisor and least common multiple of the txt document with the exception class
com
- 程序分析:求两数的最大公约数和最小公倍数-Program analysis: find the greatest common divisor and least common multiple of two numbers
GCD
- 一个很简单的计算两数最大公约数的java程序,希望对大家有帮助-A very simple calculation greatest common divisor of two numbers java program, we hope to help
multiple-and-divisor
- 最小公倍数和最大公约数的判断,适合一些学习型网站。-The least common multiple and greatest common divisor of the judgment, suitable for the learning site.
src
- 求最大公约数,和最小公倍数的简单的小程序,对初学者很有用的,-just a small bean ,i hope it,s good for the new to learn JAVA
JAVA
- 一些常见JAVA基本代码实现,求两个数的最大公约数和最小公倍数,递归调用,求某年某月某日为星期几等。-Achieve some common basic JAVA code, find the greatest common divisor and least common multiple of two numbers, the recursive call, seeking a certain period of a day for the week, etc..
Fact
- 定义一个类Fact表示无符号有理数(分数),成员有分子(num)和分母(den) 构造函数2个 一组get方法 一组set方法 方法: -比较两个分数的大小,结果为boolen的值 -对分数进行约分(分子分母同时除以最大公约数) -对两个分数进行通分(先约分) -两个分数相加,结果为不可约数(先通分,然后再约分) 定义testFact类,创建Fact对象,并调用各个方法-The definition of a class of Fact unsigned ra
rational
- 用JAVA编码计算量数之间的最大公约数,调用不同的方法实现-Call different methods to achieve the common denominator between the number of JAVA coding computation