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

搜索资源列表

  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
    • 文件大小:4.94kb
    • 提供者:杨飞虎
  1. qiuzuidagongyueshuhezuixiaogongbeishu

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

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

    0下载:
  2. 从键盘输入两个常数,求其最大公约数,并以常数形式输出-the greatest common divsion
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:23.03kb
    • 提供者:sjchan
  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
    • 文件大小:861byte
    • 提供者:zy
  1. yueshu

    0下载:
  2. 汇编实现利用欧几里得算法,求最大公约数,同时求出最新公倍数-Assembly to achieve the Euclidean algorithm, greatest common divisor, and find the latest common multiple
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:6.38kb
    • 提供者:live
  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
    • 文件大小:1.14kb
    • 提供者:ll
  1. gcd

    0下载:
  2. 通过输入的控制,比较两个数的大小,再求取两个数的最大公约数-By the input control, comparison of two numbers, size, and then calculate the greatest common divisor of two numbers
  3. 所属分类:assembly language

    • 发布日期:2017-11-13
    • 文件大小:1.04kb
    • 提供者:xiongnana
  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
    • 文件大小:14.97kb
    • 提供者:wang yang
  1. greatest-divisor-least-multiple

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

    • 发布日期:2017-03-31
    • 文件大小:152kb
    • 提供者:gengxu
  1. Find-the-greatest-common-divisor

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

    • 发布日期:2017-04-07
    • 文件大小:2.77kb
    • 提供者:米奇
  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
    • 文件大小:180.44kb
    • 提供者:陈琳
  1. zuidagongyueshu

    1下载:
  2. MIPS 汇编实现求最大公约数 用mars运行-MIPS assembler achieve greatest common divisor run by mars
  3. 所属分类:assembly language

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

    0下载:
  2. 求两个或两个数以上的最大公约数,有可视页面(For the two or two numbers above the common denominator)
  3. 所属分类:汇编语言

    • 发布日期:2017-12-23
    • 文件大小:29kb
    • 提供者:veran5
搜珍网 www.dssz.com