搜索资源列表
公约数与公倍数
- 求最大公约数和最小公倍数的程序,输入两个数,能求出最大公约数和最小公倍数-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
suanfafenxi
- 算法分析实验 java实现: 有: 公约数 合并算法 字符排序 快速排序 马踏棋盘问题 马踏棋盘问题(文本做法) 折半查找 最大子段和-algorithm analysis experiments java achieved : : Convention few characters sorting algorithm with Quick Sort horse riding horse riding chessboard problems chessboard
commondivisor
- 自编公约数计算器 基于对话框下用一个简单的函数编的.用的是vc6.0版本
shuduigongyueshupaixu
- 数对公约数排序 c++数对公约数排序
maxgongyueshu
- 简单求最大公约数小程序,实现两数的公约数输出,仅供参考
UP
- 几个实用算法:质数 组合数 公约数 字符串长度-several practical algorithm : a few quality portfolio Conventions few string length
n个数的公约数
- c++源码
Pro080101
- C语言 经典实例 1.输出倒三角 2.计算9的阶乘 3.计算公约数,公倍数 4.冒泡排序;5。选择排序;6.杨辉三角-some c language program
maththe
- 数论的基础有素数删选质因数的分解公约数的求解等-On the basis of several well-established quality factor of the number of censored election decomposition to solve a few, such as the Convention
gongbeigongyue
- 用户输入两个整数,分别对两数的公倍公约数进行求解-The user to enter two integers, respectively, two times the number of the public to solve common divisor
expression_calculate
- 计算一串表达式的结果 计算两个数的公约数-Calculation of the results of calculation of a string of expression of two the number of divisor
8.10
- 用matlab求多项式的最大公约数函数,这个函数很简捷 -matlab
zdgys
- 利用VHDL实现求两个二十四位二进制数的最大公约数-Use VHDL to find the greatest common divisor of two number
MaxMin
- 描述: Hanks 博士是BT (Bio-Tech,生物技术) 领域的知名专家,他的儿子名叫Hankson。现在,刚刚放学回家的Hankson 正在思考一个有趣的问题。 今天在课堂上,老师讲解了如何求两个正整数c1 和c2 的最大公约数和最小公倍数。现在Hankson 认为自己已经熟练地掌握了这些知识,他开始思考一个“求公约数”和“求公倍数”之类问题的“逆问题”,这个问题是这样的:已知正整数a0,a1,b0,b1,设某未知正整数x 满足: 1. x 和a0 的最大公约数是a1
classic-source-C-language-code
- 汇集了面试中常见的C语言面试题,从计算公约数、公倍数,到各种查找、排序算法,再到各种二叉树、图等算法,面试必备,强烈推荐-A collection of common interview questions C language side, from the calculated divisor, common multiple, to a variety of search, sorting algorithm, then all kinds of binary tree, graph and
Ask1_1
- 如果一个整数同时是几个整数的约数,称这个整数为它们的“公约数”。此程序是计算公约数的一个算法-If an integer is also the approximate number of integers, called the integer as their " common divisor." This procedure is an algorithm for calculating the number of convention
Rational-fraction-equation
- 用来求解有理数分式方程。为它设计两个数据成员,一个作为分子,另一个作为分母。分母不能为0。有理数1/2可以使用这个类的对象r表示为r(1,2)。需要完成如下操作: 如果分子和分母友公约数,就应该进行化简; 有理数可以进行四则运算,需要重载运算符; 重载流运算符,可以直接输入分子和分母,以及作为整体输出 -Used for solving the rational fraction equation. For its design two data members, a as a
wanshu
- 用c#编写的1之1000内的完数(完数如6=1+2+3其中1、2、3是6的所有公约数)-Written with c# 1000 1 of the complete number (the number completed as 6 = 1+2+3, 2, 3 of which is that all divisor 6)
计算1-10000的完美数以及他的公约数
- 计算1-10000的完美数以及他的公约数,修改数组data[] 和变量i的值即可扩大范围