2) common divisor
公约数;公约
3) greatest common divisor
最大公约数
1.
Based on C/C++ language the author devises programs of positive integer greatest common divisor algorithms.
设计出了基于C/C++语言最大公约数算法程序,通过分析算法,提出了程序设计语言教学的几点建议。
2.
A computer program for expressing the greatest common divisor of two positive integers using their linear combination is given here.
给出了用其整系数线性组合表示两个正整数的最大公约数的计算机程序。
3.
For two integers a,b,one can calculate the greatest common divisor(a,b) ofaandb by using Euclidean algorithm,then the least common multiple[a,b] =(ab/a, b).
利用欧几里得辗转相除法可以计算任意2个整数a,b的最大公约数(a,b),通过[a,b]=(ab/a,b)可以求得a,b的最小公倍数[a,b]。
4) highest common divissor
最高公约数
6) data protection convention
数据保护公约
补充资料:公约数
又称“公因数”。如果一个整数同时是几个整数的约数,则此整数称为那几个整数的公约数。一组非零整数a1,a2,…,an的公约数只有有限个,其中最大的一个称为这组数的最大公约数,记作(a1,a2,…an)。每一个公约数都是其最大公约数的约数。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条