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

搜索资源列表

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

    0下载:
  2. 求最小公倍数和最大公约数。不好意思,初学者,只能提供自己做过的小程序-Find the least common multiple and greatest common divisor. Sorry, beginners, can only provide his past applet
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:633byte
    • 提供者:becky
  1. zuixiaogongbeishu

    0下载:
  2. 输入两个数,可以输出他们的最小公倍数。用于c++入门学习。主要为初级学习者。-Enter two numbers, you can output their least common multiple. For c++ getting started. Mainly for primary learners.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:553.95kb
    • 提供者:wuhen
  1. 356212

    0下载:
  2. 用于求解最大公约数,最小公倍数的程序代码,比较方便,比一般的程序易懂,较实用。-this is a good code for slove math.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2.94kb
    • 提供者:张怀
  1. main

    0下载:
  2. 计算机两个整数的最大公约数和最小公倍数。辗转相除法等等的实现; 统计一个字符串中数字子串的个数及其内容。-int highest_common_divissor(int m, int n); int lowest_common_multiple(int m, int n); void findNumSubString(const char* str, Info & info);
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1.16kb
    • 提供者:Qinzhu Yang
  1. 8.1

    0下载:
  2. 输入两个整数,求它们的最大公约数函数和最小公倍数函数-Seek the greatest common divisor and least common multiple of two integers
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:6.38kb
    • 提供者:olivia
  1. gcd

    0下载:
  2. 实现求两个正整数的最大公约数和最小公倍数,代码简洁算法简单,适合初学者VC6.0平台-Seek the greatest common divisor and least common multiple of two positive integers, the code simple algorithm is simple, suitable for beginners VC6.0 platform
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:543.63kb
    • 提供者:唐柳楠
  1. a1

    0下载:
  2. 这是我自己写的,求两个数的最小公倍数和最大公约数的源码,希望对你们有用-least common multiple and greatest common measure
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:165.73kb
    • 提供者:刘遥
  1. 1_n

    0下载:
  2. 实现对用户输入的 n (n<100)求出1~n的最小公倍数。-N (n < 100) obtained 1 ~ n of the least common multiple of user input.
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:813byte
    • 提供者:yyy
« 12 »
搜珍网 www.dssz.com