中英
最大公因数
  • 简明
  • 网络释义
  • 1

     greatest common divisor

    rem(x,y): 求x除以y的余数gcd(x,y): 整数x和y的最大公因数 ( Greatest common divisor )lcm(x,y): 整数x和y的最小公倍数 ( Least common multiple )exp(x): 自然指数pow2(x): 2的指数log(x): 以e为底的对数, ...

  • 2

     gcd

    欧几里德(Euclid)GCD演算法大约在西元前300年由希腊数学家欧几里德提出,可用于求出二个整数的最大公因数(GCD, Greatest Common Divisor)。

  • 3

     greatest common factor

    ...(common factor):几个数公有的因数,叫做这几个数的公因数,其中最大的一个叫做这几个数的 最大公因数(greatest common factor) 公倍数(common multiple):几个整数的公有的倍数叫做他们的公倍数,其中最小的一个叫做它们的最小 公倍数(least common multipl...

  • 4

     Highest Common Factor

    12 一组数的公因数中,最大的一个称为 最大公因数 (Highest Common Factor),简称H.C.F. 。

短语
查看更多
  • 双语例句
  • 1
    最大约数,也称最大因数最大因子,指两个或多个整数共有约数中最大的一个。
    The greatest common divisor, also known as the greatest common factor, the most common factor, refers to two or more integers have one of the biggest in a few.
  • 2
    首先给出了整数矩阵的定义及性质,然后讨论了它在求整数的最大因数和解整系数不定方程中的应用。
    This paper first gets definition and theorems of integers matrices, and then to discusses a new method to find the greatest common factor of integers and solves linear indeterminate equation.
  • 3
    本文给出利用矩阵初等变换求一组整数的最大因数,以及把它表示成这组数的组合的一个方法,此法常比一般“初等数论”教材中所给方法简单。
    This paper first gets definition and theorems of integers matrices, and then to discusses a new method to find the greatest common factor of integers and solves linear indeterminate equation.
查看更多
  • 百科
  • 最大公因子

    最大公约数(Greatest Common Divisor,简写为G.C.D.;或Highest Common Factor,简写为H.C.F.),指某几个整数共有约数中最大的一个。求两个整数最大公约数主要的方法:两个整数的最大公约数和最小公倍数(L.C.M.)的关系:两个整数的最大公约数可用于计算两数的最小公倍数,或分数化简成最简分数。两个整数的最大公约数和最小公倍数中存在分配律:在座标里,将点(0, 0)和(a, b)连起来,通过整数座标的点的数目(除了(0, 0)一点之外)就是G.C.D.(a, b)。

查看更多