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

搜索资源列表

  1. shuzhu

    0下载:
  2. 用 vb编写的小程序,可以判断是否是素数。两个数的最大公约数和最小公倍数等
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:16.84kb
    • 提供者:sue
  1. 采用了辗转相除法得到最大公约数

    0下载:
  2. 有键盘输入两个正整数m,n,然后输出m,n的最大公约数和最小公倍数,采用了辗转相除法得到最大公约数p,然后用m,n的乘积除以p即得最小公倍数。,There are keyboard input two positive integers m, n, then output m, n the common denominator and least common multiple using the division algorithm to be the common denominator p
  3. 所属分类:Windows编程

    • 发布日期:2017-03-22
    • 文件大小:863.91kb
    • 提供者:灵药
  1. maxandmin

    0下载:
  2. 自己编写的最新数据处理程序,其中的求最大公约数和最小公倍数非常有价值-I have written the latest data-processing procedures, which seek the common denominator and least common multiple very valuable
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:137.1kb
    • 提供者:dachao
  1. file

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

    • 发布日期:2017-04-13
    • 文件大小:2.13kb
    • 提供者:宋涛
  1. shuzi

    0下载:
  2. 用户登陆后可以对数字进行一些有趣的处理,求最大公约数,最小公倍数,同构数,水仙花数和进行数制转换-Users can visit a number of interesting figure deal, and the common denominator, least common multiple, the number of isomorphism, a few daffodils and a few system conversion
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:534byte
    • 提供者:wdd0109
  1. bei

    0下载:
  2. 本程序目的求两个整数的最大公约数和最小公倍数-The purpose of this procedure for the common denominator of two integers and the least common multiple
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2.39kb
    • 提供者:时攀
  1. aaa

    0下载:
  2. 求最大公约数和最小公倍数.用C++写的,希望对大家有用。-Seek the common denominator and least common multiple. Using C++ written in the hope that useful to everyone.
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:350.85kb
    • 提供者:田永兴
  1. gongyueshu

    0下载:
  2. 实现的功能为求解两个数的最大公约数与最小公倍数-To achieve the two functions for solving the common denominator and least common multiple number of
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:569byte
    • 提供者:张琪
  1. 6

    0下载:
  2. 编写程序求出所有无重复的三个整数组合,使它们的最小公倍数等于指定数据N(设N取值范围为[100,150],三个整数的范围为[3,40])。-Programming is out of all three integers, repeating them is the smallest LCD specified data set (N 100,150 scope for [N]], [[for three integers range 3,40]).
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:1.61kb
    • 提供者:张一
  1. suanfajihe

    0下载:
  2. ( Rightmost Digit )代码:数论模幂算法(从左向右)0ms 最小公倍数-辗转相除法 Prim最小生成树-Rightmost Digit, modular exponentiation algorithm (from left to right) 0ms Least common multiple- Euclidean algorithm Prim minimum spanning tree
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.75kb
    • 提供者:sam
  1. Gcd_Lcm

    0下载:
  2. C语言实现求整型数的最小公倍数和最大公约数-C language implementation seek the least common multiple and greatest common divisor of an integer
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:543byte
    • 提供者:dede
  1. Seekthegreatestcommondivisorandleastcommonmultiple

    0下载:
  2. 求最大公约数和最小公倍数的程序主要是描述如何求最大公约数和最小公倍数。-Seek the greatest common divisor and least common multiple is to describe how the process is essentially seeking the common denominator and least common multiple.
  3. 所属分类:.net

    • 发布日期:2017-04-03
    • 文件大小:25.35kb
    • 提供者:lvfan
  1. zongchengxu

    0下载:
  2. 各计算功能单独编写成函数,通过函数的调用将多个函数结合起来,在主函数中通过选项菜单调用求任意数的阶乘、求组合数、求任意两个整数的最大公约数和最小公倍数、判断任意数是否为素数、显示菲波拉契数列的前N项5个函数,进行多种数学运算。-各计算功能单独编写成函数,通过函数的调用将多个函数结合起来,在主函数中通过选项菜单调用求任意数的阶乘、求组合数、求任意两个整数的最大公约数和最小公multiples, to determine whether an arbitrary number of prime nu
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1.19kb
    • 提供者:周家玲
  1. Leastcommonmultipleandgreatestcommondivisorcalcula

    0下载:
  2. 最大公约数和最小公倍数,很之前的算法不是很一样,希望能一起参考一下-Least common multiple and greatest common divisor calculation
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:12.02kb
    • 提供者:张宝一
  1. 1

    0下载:
  2. 计算最大公约数最小公倍数,很简单的程序,很适合初学者,用VB60-Calculate the common denominator least common multiple, very simple procedure, it is suitable for beginners, with VB60
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3.99kb
    • 提供者:郭毅俊
  1. verilog2

    0下载:
  2. 求出两个在100以内的正整数的最大公约数和最小公倍数。(不采用mod函数)-Obtained within two in the 100 and the least common multiple greatest common divisor of positive integers. (Without using mod function)
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:875byte
    • 提供者:gab
  1. gys

    0下载:
  2. 用VB设计的一个求两数的最大公约数和最小公倍数的程序。-VB design with a number seeking the greatest common divisor and least common multiple of two procedures.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:1.75kb
    • 提供者:jyj
  1. cmex

    0下载:
  2. MATLAB与C接口的关于求两个数最小公倍数的C语言MEX文件-MATLAB and C interface to request two numbers on the least common multiple of the C-MEX files
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:677byte
    • 提供者:张风生
  1. leastcommonmultiple

    0下载:
  2. 求最小公倍数的算法 程序简单 运行时间短-Seek the least common multiple of the algorithm is a simple program to run short
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:148.39kb
    • 提供者:xuyang
  1. MinimumLCD

    0下载:
  2. 根据输入的三个数据,求出三个数的最小公倍数,并输出。-According to the input data, three of the smallest of the three Numbers, and the output of LCD.
  3. 所属分类:Button control

    • 发布日期:2017-04-10
    • 文件大小:1.42kb
    • 提供者:杜立普
« 12 3 4 »
搜珍网 www.dssz.com