搜索资源列表

  1. 最大公约数 最小公倍数

    0下载:
  2. 最大公约数 最小公倍数
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:4945
    • 提供者:无名
  1. 最大公约数

    0下载:
  2. 求解整数的最大公约数-the common denominator for Solving Integer
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:6490
    • 提供者:陈晓青
  1. 最大值及最大公约数

    0下载:
  2. 求最大值及最大公约数。这是我初学C语言的一个源程序,希望对初学者有所帮助。-This program is going to get the maxium number and GCD.This source is the result of my first learning C,I hope it can be helpful for the first learner.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9736
    • 提供者:wanglj
  1. 最大公约数算法

    0下载:
  2. 求2个数之间的最大公约数,随便输入2个数字会得到他们之间的最大公约数
  3. 所属分类:其他小程序

    • 发布日期:2011-03-03
    • 文件大小:240073
    • 提供者:z298016928
  1. 最大公约数 最小公倍数

    0下载:
  2. 最大公约数 最小公倍数-The common denominator least common multiple
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-05
    • 文件大小:5120
    • 提供者:无名
  1. 最大公约数

    0下载:
  2. 求解整数的最大公约数-the common denominator for Solving Integer
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-05
    • 文件大小:120832
    • 提供者:陈晓青
  1. 最大值及最大公约数

    0下载:
  2. 求最大值及最大公约数。这是我初学C语言的一个源程序,希望对初学者有所帮助。-This program is going to get the maxium number and GCD.This source is the result of my first learning C,I hope it can be helpful for the first learner.
  3. 所属分类:其他小程序

    • 发布日期:2024-06-05
    • 文件大小:9216
    • 提供者:wanglj
  1. euclid

    0下载:
  2. c语言经典的实现了最大公约数的算法 可以处理int内的任意整数!还有运行图 及运行处理的结果!-c classical language to achieve a common denominator of the algorithm can handle int the arbitrary integer! There diagram and operation of the outcome!
  3. 所属分类:其他小程序

    • 发布日期:2024-06-05
    • 文件大小:93184
    • 提供者:杨海亮
  1. gao610898180_1

    0下载:
  2. 三种方法(分解质因数法、连续整数检测法、欧几里得算法)求两个数的最大公约数的C++实现-Three methods (qualitative factor decomposition method, consecutive integers detection, Euclidean algorithm) the number of common denominator for two of the C++ Achieve
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-05
    • 文件大小:987136
    • 提供者:高朝虎
  1. cc

    0下载:
  2. 实现两个数的最大公约数和最小公倍数的计算-Realize these are two of the common denominator and least common multiple calculation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-05
    • 文件大小:878592
    • 提供者:caihongqiu
  1. maxshu

    0下载:
  2. 计算最大公约数程序,输入两个数,点计算即可计算这两的最大公约数,程序很简单适合初学者-Calculation of the common denominator program, enter two numbers to calculate the two-point calculation of the common denominator, the program is very simple for beginners
  3. 所属分类:其他智力游戏

    • 发布日期:2024-06-05
    • 文件大小:2270208
    • 提供者:hj
  1. 5

    0下载:
  2. 第五章练习题,包括哥德巴赫猜想,汉英对照星期,pi的近似值,暂停时间秒的过程,利用计算阶乘的自定义函数求e,5个人岁数,斐波那契数列,最大公约数,最小公倍数-Exercises Chapter V, including the Goldbach conjecture, Chinese-English weekly, pi approximation, to suspend the time course of seconds using
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-06-05
    • 文件大小:1718272
    • 提供者:zaochun
  1. The_greatest_common_divisor

    0下载:
  2. 利用C编写的计算最大公约数的简单代码,希望对大家有用-C prepared using a simple common denominator of the calculation code, in the hope that useful to everybody
  3. 所属分类:其他小程序

    • 发布日期:2024-06-05
    • 文件大小:125952
    • 提供者:lv
  1. gcd

    0下载:
  2. 欧几里得算法求最大公约数电路的Verilog实现,消耗功率较低-Euclid algorithm for the realization of the common denominator Verilog circuit, lower power consumption
  3. 所属分类:VHDL编程

    • 发布日期:2024-06-05
    • 文件大小:2048
    • 提供者:jh
  1. gongyueshu

    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
  3. 所属分类:Windows编程

    • 发布日期:2024-06-05
    • 文件大小:884736
    • 提供者:灵药
  1. CBigInt_CommonDivision

    0下载:
  2. 本程序代码,主要为了测试大整数的四则运算 ,以及在此基础上进行求最大公约数的计算。 bigint_lib_dll文件夹中分别为编译好的lib库文件和dll库文件以及源代码。 test_bigintcommondevision文件夹中为测试程序,工程使用的是lib库文件。 头文件中部分函数没有定义。-This procedure code, mainly to test the four large inte
  3. 所属分类:其他小程序

    • 发布日期:2024-06-05
    • 文件大小:654336
    • 提供者:lidemin
  1. A0_004

    0下载:
  2. 求满足 M > N > 0 的两个正整数之和的最大公约数.-Order to meet the M> N> 0, two positive integers and the greatest common divisor.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-05
    • 文件大小:1024
    • 提供者:王力
  1. daan5_1

    0下载:
  2. 一个简单的Java小程序,要求该方法返回a与b的最大公约数 -sample
  3. 所属分类:文件格式

    • 发布日期:2024-06-05
    • 文件大小:1024
    • 提供者:123
  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. 所属分类:其他小程序

    • 发布日期:2024-06-05
    • 文件大小:1024
    • 提供者:gab
  1. 2.46最大公约数

    0下载:
  2. 最大公约数 最简单程序 ,common denominator(2.46 common denominator)
  3. 所属分类:

    • 发布日期:2024-06-05
    • 文件大小:214016
    • 提供者:jim chen
« 12 3 4 5 6 7 8 9 10 ... 21 »

源码中国 www.ymcn.org