CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 汇编语言 搜索资源 - 最小公倍数

搜索资源列表

  1. zuidahezuixiao

    0下载:
  2. 最大公约数和最小公倍数,希望对你们有点帮助吧-majors and implements, and I hope to help it a bit you
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1101
    • 提供者:xiaoxin
  1. huibian

    0下载:
  2. 这是用masm32编写的一个用于求两个数的最大公约数和最小公倍数的程序,并且有可视化的界面。-masm32 used for the preparation of a request for the two majors and least common multiple procedures, and a visual interface.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:5055
    • 提供者:杨飞虎
  1. qiuzuidagongyueshuhezuixiaogongbeishu

    0下载:
  2. 函数求两个整数的最大公约数和最小公倍数的源程序-integer function for the two majors and the least common multiple source files
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:7398
    • 提供者:luyou
  1. 123

    0下载:
  2. 16位汇编语言编写的求两数的最大公约数和最小公倍数程序。-16 seeking the two greatest common divisor and least common multiple program written in assembly language.
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:861
    • 提供者:zy
  1. 142

    0下载:
  2. 求两个整数的最大公约数和最小公倍数,并编写主函数调用这两个子函数,输出结果,两个整数由键盘输入。-#include<iostream> using namespace std int x(int a,int b) //x为求最大公约数的函数 { int t=0 if(a>b)t=b else t=a for(int i=t i>=1 i--)if(a i==0&&b i==0)break return i
  3. 所属分类:assembly language

    • 发布日期:2017-11-10
    • 文件大小:1171
    • 提供者:ll
  1. ee2_2

    0下载:
  2. 编写一个C#控制台应用程序,对输入两个正整数m和n,程序能够求出它们的最大公约数和最小公倍数。-Write a C# console application, the input two positive integers m and n, the program can be obtained their greatest common divisor and least common multiple.
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:15334
    • 提供者:wang yang
  1. greatest-divisor-least-multiple

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

    • 发布日期:2017-03-31
    • 文件大小:155648
    • 提供者:gengxu
  1. 123

    0下载:
  2. 输入两个正整数m和n,使用辗转相除法求它们的最大公约数和最小公倍数。-Enter two positive integers m and n, using the Euclidean algorithm find their greatest common divisor and least common multiple
  3. 所属分类:assembly language

    • 发布日期:2017-04-28
    • 文件大小:184768
    • 提供者:陈琳
搜珍网 www.dssz.com