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

搜索资源列表

  1. gcd.rar

    0下载:
  2. 求几个数的最大公约数及最小公倍数
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:2169
    • 提供者:
  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
    • 文件大小:28653
    • 提供者:李想
  1. GCD

    0下载:
  2. 最大公约数最小公倍数的C++求解,提供了多种思路解答,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6122
    • 提供者:成龙
  1. gong_y_p

    0下载:
  2. 数学公式:最小公倍数=原来的两数之乘积÷最大公约数
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:863
    • 提供者:elin
  1. cc

    0下载:
  2. 实现两个数的最大公约数和最小公倍数的计算
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5699
    • 提供者:caihongqiu
  1. gcd

    0下载:
  2. 求几个数的最大公约数及最小公倍数- Asks several integers the greatest common divisors and 鏈
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-06
    • 文件大小:2440
    • 提供者:none
  1. bicd

    0下载:
  2. 一个关于最小公倍数的算法,是本人自己编的,不会与别的雷同,同样的算法,但是个人的思路不同。-A least common multiple of the algorithm, are my own, and will not be identical with the other, the same algorithm, but the idea of different individuals.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:359797
    • 提供者:陈奭
  1. gongyueshu

    0下载:
  2. 输入两个正整数m和n,求其最大公约数和最小公倍数。 利用辗除法。-Enter two positive integers m, n, of seeking the common denominator and least common multiple. The use of rolling division.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1322
    • 提供者:阿贝
  1. gbs

    0下载:
  2. 1、求任意n个数的最小公倍数 2、辗转相除法求两个数的最小公倍数、最大公约数-1, find the least common multiple of the number of arbitrary n 2, Euclidean algorithm of the least common multiple of two numbers, the common denominator
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:6237
    • 提供者:zhb
  1. c

    0下载:
  2. 求两个数的最大和最小公约数 和最小公倍数
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:2702870
    • 提供者:liu
  1. mye4

    0下载:
  2. 自动获得获得输入的数字的最大公约数最小公倍数-Enter the number of automatic access to the least common multiple greatest common divisor
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:683
    • 提供者:彭石
  1. cccc

    0下载:
  2. 输入两个正整数m和n,求其最大公约数和最小公倍数-Enter two positive integers m and n, can seek the common denominator and least common multiple
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1117
    • 提供者:李强
  1. 1234

    0下载:
  2. 这是用C++编写的求最小公倍数最大公约数的程序`方便学生们实践课-This is written in C++, the least common multiple greatest common divisor of the program requirements to facilitate the students ``` Practice Course
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:159398
    • 提供者:Fwong
  1. gcd_lcm

    0下载:
  2. 给出两整数a与b, 找出a与b的最小公倍数LCM(a,b), 找出a与b的最大公因子GCD(a,b).-finds the LCM(Lowest Common Multiple)/GCD(Greatest Common Divisor) of two positive integers
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:539
    • 提供者:jason..
  1. zuixiaogongbeishuzuidagongyinshu

    0下载:
  2. 此程序可以进行数学中的求最小公倍数和最大公因数,用了BASIC 的FOR 循环,供初学者研究。-This program can be in mathematics and seek the least common multiple greatest common factor, using the BASIC of the FOR loop, for beginners of.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:6170
    • 提供者:靳震华
  1. 5

    0下载:
  2. 编制实现两正整数最大公约数、最小公倍数的类。利用最大公约数、最小公倍数的类编制分数相加功能类-Prepared to achieve the greatest common divisor of two positive integers, least common multiple of the class. Using the common denominator, least common multiple of the class added to the preparation of
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:4397
    • 提供者:长天
  1. lzxc

    0下载:
  2. 辗转相除法求最大公约数和最小公倍数,辗转相除法求最大公约数和最小公倍数-辗转相除法求最大公约数和最小公倍数
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:780
    • 提供者:徐云
  1. maxmin

    0下载:
  2. 求两个整数的最大公因子,求这两个整数的最小公倍数-maximum common factor and lease common multiple
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:165287
    • 提供者:游泳鱼
  1. 013

    0下载:
  2. 通过字符串操作模拟控制台的cd命令,要求至少完成 “cd 【目录名】”、“cd ..” 和“cd \” 三个命令。实例可以参考:开始->运行->cmd->键入上述三个命令观察提示符前的字符串变化,帮助可通过cd /?显示;可使用字符串处理函数。并用此程序练习和熟悉调试过程。 实验014:重写实验007和012,要求使用函数IsPrime实现判断一个数是否是素数,GCD返回两个数的最大公约数,LCM返回两个数的最小公倍数,并在main中调用。-Through the stri
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:174903
    • 提供者:zhu
  1. 求最小公倍数

    0下载:
  2. C语言编程,采用辗转相除法求两个正整数的最小公倍数。
  3. 所属分类:数据结构常用算法

« 12 3 »
搜珍网 www.dssz.com