搜索资源列表

  1. the-greatest-common-divisor

    0下载:
  2. 求2个数之间的最大公约数,随便输入2个数字会得到他们之间的最大公约数-Find the greatest common divisor between two numbers, casually enter the two numbers will be the common denominator between them
  3. 所属分类:其他小程序

    • 发布日期:2024-06-09
    • 文件大小:239616
    • 提供者:zhujianwen
  1. find-the-greatest

    0下载:
  2. C++的求最大公约数和最小公倍数的程序,对本科C++课程可能有些帮助-C++, find the greatest common divisor and least common multiple of the program, it maybe helpful for C++ course
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-09
    • 文件大小:880640
    • 提供者:卢哲俊
  1. Greatest-common-divisor-algorithm

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

    • 发布日期:2024-06-09
    • 文件大小:53248
    • 提供者:张新
  1. Seek-the-greatest-common-divisor

    0下载:
  2. 求最大公约数 求最大公约数 -Seek the greatest common divisor
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-09
    • 文件大小:81920
    • 提供者:zx
  1. Greatest-common-divisor-(GCD)

    0下载:
  2. 用递归调用和辗转相除法求两个整数的最大公约数(输入多组数据,每个数在1到1000之间;输出为一行一个公约数)。-Calculate and output the greatest common divisor (GCD) of a pair of integers.The classic algorithm for computing the GCD, known as Euclid’s algorithm, goes as follo
  3. 所属分类:其他小程序

    • 发布日期:2024-06-09
    • 文件大小:3072
    • 提供者:Lee·K
  1. greatest-commom

    0下载:
  2. 利用工具类求出一个数的最大公约数,并打印出结果!-Obtained a number of the greatest common divisor
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-09
    • 文件大小:5120
    • 提供者:流浪狗
  1. Greatest-com-divsaleast-com-multp

    0下载:
  2. 利用C语言用好多种方法实现最小公倍数和最大公约数的求解方法。最后想出一种最简单可行的方法,虽然实际意义可能不大,但是还是值得一看。-The use of C language with a good variety of methods to achieve the least common multiple and the greatest common divisor of solving methods. Finally came
  3. 所属分类:其他小程序

    • 发布日期:2024-06-09
    • 文件大小:159744
    • 提供者:dongliang
  1. 9Program-to-find-out-greatest-of-three-number1.zi

    0下载:
  2. 9Program to find out greatest of three number1
  3. 所属分类:软件工程

    • 发布日期:2024-06-09
    • 文件大小:2048
    • 提供者:rahulsahu
  1. greatest-common-divisor

    0下载:
  2. project about greatest common divisor
  3. 所属分类:.net编程

    • 发布日期:2024-06-09
    • 文件大小:306176
    • 提供者:nguy minh
  1. greatest

    0下载:
  2. 使用C#控制台程序,求最大公约数和最小公倍数-Using the C# console program, seeking the greatest common divisor and least common multiple
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-09
    • 文件大小:1024
    • 提供者:王鑫
  1. greatest-divisor-least-multiple

    0下载:
  2. 求最大公约数和最小公倍数的一个应用,该文件主要目的是实现最大公约数和最小公倍数的代码-Find the greatest common divisor and least common multiple
  3. 所属分类:汇编语言

    • 发布日期:2024-06-09
    • 文件大小:155648
    • 提供者:gengxu
  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. 所属分类:数据结构常用算法

    • 发布日期:2024-06-09
    • 文件大小:1024
    • 提供者:郭同学
  1. the-greatest-common-divisor-

    0下载:
  2. <1> 用辗转相除法求最大公约数 算法描述: m对n求余为a, 若a不等于0 则 m <- n, n <- a, 继续求余 否则 n 为最大公约数 <2> 最小公倍数 = 两个数的积 / 最大公约数*/-< 1> with the common denominator Euclidean algorithm descr iption: m for n rema
  3. 所属分类:其他小程序

    • 发布日期:2024-06-09
    • 文件大小:6144
    • 提供者:nickname
  1. greatest-common-divisor

    0下载:
  2. 已知几个连续整数,求得最大公约数 简单地c++算法-greatest common divisor
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-09
    • 文件大小:160768
    • 提供者:王玮哲
  1. Find-the-greatest-common-divisor

    0下载:
  2. 求最大公约数的C编程语言,有需要的可以-Find the greatest common divisor
  3. 所属分类:汇编语言

    • 发布日期:2024-06-09
    • 文件大小:3072
    • 提供者:米奇
  1. Find-the-greatest-common-

    0下载:
  2. 求两个整数m和n的最大公约数 求两个整数m和n的最大公约数-Find the greatest common divisor of two integers m and n are two integers m and n greatest common divisor of two integers m and n is the greatest common divisor
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-09
    • 文件大小:2048
    • 提供者:Imterminator
  1. Greatest-common-divisor

    0下载:
  2. 这是关于最大公约数的算法程序。该算法简单易懂-This is about the greatest common divisor of the algorithm program.The algorithm is simple to understand
  3. 所属分类:.net编程

    • 发布日期:2024-06-09
    • 文件大小:1024
    • 提供者:杨洋
  1. Greatest-Common-Divisor

    0下载:
  2. 功能为计算最大公约数, 新人注册, 3Q!-Compute Greatest Common Divisor, newbie here for sign up, thank you!
  3. 所属分类:其他小程序

    • 发布日期:2024-06-09
    • 文件大小:4642816
    • 提供者:张方林
  1. O-m-and-your-greatest-common-divisor

    0下载:
  2. 求m和你最大公约数,程序简单精巧,比较实用,希望站长可以采用。-O m and your greatest common divisor
  3. 所属分类:软件工程

    • 发布日期:2024-06-09
    • 文件大小:7168
    • 提供者:张小成
  1. greatest-common-divider

    0下载:
  2. 一个用于计算两个数的最大公约数的逻辑算术单元-an arithmetic logic unit which is used to calculate the greatest common divider of two numbers
  3. 所属分类:其他小程序

    • 发布日期:2024-06-09
    • 文件大小:3956736
    • 提供者:zhangyu
« 12 3 4 5 6 7 8 9 10 ... 40 »

源码中国 www.ymcn.org