CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 最大公约数

搜索资源列表

  1. 公约数与公倍数

    0下载:
  2. 求最大公约数和最小公倍数的程序,输入两个数,能求出最大公约数和最小公倍数-seek common denominator and implements procedures to import two few, the common denominator can be obtained and implements
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:27.98kb
    • 提供者:李想
  1. 3.37

    0下载:
  2. 此程序为求两个数的约数,将他们输出,将这两个数的最大公约数输出 -procedure for the sake of a few two about a few of their exports, the number of these two majors output
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13kb
    • 提供者:李冰月
  1. CommonDivisor

    0下载:
  2. 这是一个二分图完全匹配问题, 题意:给出一组数,这组数按给出的序列从标号1依次递增编号,现在要求你编写一个程序改变这些数的序列,使得每个数和其下标的最大公约数和相加得到的数最小。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.24kb
    • 提供者:常雅敏
  1. 数据结构算法集锦

    1下载:
  2. 数据结构算法集锦:包括大量常用算法,如求两数的最大公约数、素数的求法、Prim算法、Kruskal算法、最短路径、Dijkstra 算法、排序相关算法、高精度计算相关算法-algorithm data structure highlights include : large common algorithms, such as for the number two majors, for the prime numbers, Prim algorithm, Kruskal algorithm,
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.48kb
    • 提供者:美美
  1. CommonDenominator

    0下载:
  2. 求最大公约数的三种算法,程序中还对这三种算法进行了比较-Common denominator for the three algorithms, the procedure is also the three algorithms are compared
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:14.56kb
    • 提供者:梁海金
  1. 11

    0下载:
  2. 算法分析与设计中计算两个数的最大公约数的原代码-Algorithm Analysis and Design of the two numbers to calculate the greatest common divisor of the original code
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:235.47kb
    • 提供者:11
  1. greatestcommondivisor

    0下载:
  2. 求两个数最大公约数,对学习数据结构和算法分析的初学者朋友们一点点小小帮助-Find the greatest common divisor of two numbers
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1.16mb
    • 提供者:谢谢
  1. BigInteger

    0下载:
  2. 大整数库,实现了大整数之间的四则运算和模、模幂运算以及最大公约数的求解-Large integer library to achieve a large integer arithmetic and between modes, modular exponentiation and the greatest common divisor of the solution
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1.83kb
    • 提供者:林迪
  1. sgu-499

    0下载:
  2. 题意:给你n个数,求出两两组合的最大公约数 类似打素数表的做法 -Meaning of the questions: to give you the number n, find greatest common divisor of a similar combination twenty-two hit the practice table of prime numbers
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:558byte
    • 提供者:zyt
  1. Exam_1

    0下载:
  2. 基于C语言的编程,求数值间的最大公约数和最小公倍数-Greatest common divisor
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:532byte
    • 提供者:zhaodahai
  1. Greatest-common-divisor-algorithm

    0下载:
  2. 求最大公约数C语言的基本算法,C语言基础学习。-Greatest common divisor algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:51.86kb
    • 提供者:张新
  1. gcd

    0下载:
  2. 求两个数的最大公约数,此程序用C语言编写,经测试没有问题。-For two of the largest number of companies, the program written in C, tested no problem.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:32.03kb
    • 提供者:夏雄飞
  1. calculate2

    0下载:
  2. 数学计算工具,可计算任何数的阶乘,最大公约数,最小公约数,显示任何数是否是素数,显示菲波拉契数列的前N项,对任意十个数进行排序-Mathematical tools, calculates the factorial of any number, the common denominator, the minimum divisor, display any number whether it is prime, show Feibo Appalachian series before the
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.17kb
    • 提供者:meijiao
  1. Seek-the-greatest-common-divisor

    0下载:
  2. 求最大公约数 求最大公约数 -Seek the greatest common divisor
  3. 所属分类:Data structs

    • 发布日期:2017-11-02
    • 文件大小:79.86kb
    • 提供者:zx
  1. fastmax

    0下载:
  2. 一种快速算法,求解两个数的最大公约数,可以用于浮点型,整型等-A fast algorithm for solving the greatest common divisor of two numbers, can be used for floating point, integer, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-12-10
    • 文件大小:573byte
    • 提供者:panshulan
  1. val

    0下载:
  2. 欧几里得定理求最大公约数,并且利用最大公约数求最小公倍数的算法实现。-Euclidean theorem of seeking the common denominator, and seek the greatest common divisor lcm algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-11-12
    • 文件大小:786byte
    • 提供者:黄睿
  1. greatest-common-divisor

    0下载:
  2. 输入两个正整数m和n,求其最大公约数和最小公倍数。 程序分析:利用辗除法。 -Enter two positive integers m and n, find their greatest common divisor and least common multiple. Program analysis: the use of rolling division.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:672byte
    • 提供者:郭同学
  1. SHFVB

    0下载:
  2. 本程序完成了欧几里得算法求最大公约数,扩展欧几里得算法求乘法逆元和素性检验判断输入的数是否为素数()
  3. 所属分类:数据结构

    • 发布日期:2018-01-07
    • 文件大小:23kb
    • 提供者:iawhh%2D5721
搜珍网 www.dssz.com