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

搜索资源列表

  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. 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. c

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

    • 发布日期:2017-05-12
    • 文件大小:2702870
    • 提供者:liu
  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. 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. hw1

    0下载:
  2. 输入两个数, 计算最大公约数和最小公倍数-Enter two numbers to calculate the greatest common divisor and least common multiple !!!!!!!!!!!!!!!!!!!!!!!!!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1013
    • 提供者:张谷
  1. tools

    0下载:
  2. 本科写的小程序,计算最大公约数和最小公倍数-Undergraduate small program written to calculate the greatest common divisor and least common multiple
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3765
    • 提供者:guo
  1. zuixiaogongbeishu

    0下载:
  2. 这个程序能求两个数的最小公倍数,以及最大公约数-The program can find the least common multiple of two numbers, and the greatest common divisor
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:151276
    • 提供者:a
  1. 1

    0下载:
  2. 求出任给两个正整数的最大公约数和最小公倍数-Compting the greatest common divisor and least common multiple of two numbers.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6176
    • 提供者:紫馨
  1. 1178-1030

    0下载:
  2. 浙大ACM1030/1078,求最小公倍数-zui xiao gongbeishu
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:165966
    • 提供者:jane
  1. Cchengxi

    0下载:
  2. 输入两个正整数m和n,求其最大公约数和最小公倍数。-Enter two positive integers m and n, find the greatest common divisor and least common multiple.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2470
    • 提供者:long
  1. gcdlcm

    0下载:
  2. 计算出最大公约数与最小公倍数,考虑0的情况-Calculate the maximum and minimum LCD, when considering 0
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:549
    • 提供者:王绍华
  1. VB

    0下载:
  2. 求两个数的做大公约数以及最小公倍数并且完备数-Find two numbers and big divisor and least common multiple of the number of complete
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:10578
    • 提供者:李康
  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. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:881101
    • 提供者:卢哲俊
« 12 »
搜珍网 www.dssz.com