تسجيل الدخول إنشاء حساب جديد

divisor أمثلة على

"divisor" معنى  
أمثلةجوال إصدار
  • The Euclidean algorithm is based on the principle that the greatest common divisor of two numbers does not change if the larger number is replaced by its difference with the smaller number.
    تعتمد الخوارزمية الإقليدية على مبدأ أن القاسم المشترك الأكبر من رقمين لا يتغير إذا تم استبدال العدد الأكبر مع العدد الأصغر.
  • A prototypical example of an algorithm is the Euclidean algorithm to determine the maximum common divisor of two integers; an example (there are others) is described by the flowchart above and as an example in a later section.
    وهناك مثال نمطى لخوارزمية هو خوارزمية إقليدس لتحديد الحد الأقصى للقاسم المشترك لعددين؛ وكمثال (هناك أمثلة أخرى) موضحة من قبل الرسم البياني أعلاه وكمثال في جزء لاحق.
  • (1) We could just stop there and say that the dividend divided by the divisor is the quotient written at the top with the remainder written at the bottom; equivalently we could write the answer as the quotient followed by a fraction that is the remainder divided by the divisor.
    (1) يمكننا التوقف هنا وقول أن المقسوم مقسوماً على القاسم يساوي ناتج القسمة مكتوباً في الأعلى والباقي مكتوباً في الأسفل، كما يمكننا كتابة الحل كناتج القسمة متبوعاً بكسر يمثل باقي القسمة.
  • The first of three programs written for the machine found the highest proper divisor of 218 (262,144), a calculation that was known would take a long time to run—and so prove the computer's reliability—by testing every integer from 218 − 1 downwards, as division was implemented by repeated subtraction of the divisor.
    أول برنامج من ثلاثة أجريت على الآلة أوجد القاسم للعدد 218 (144، 262)، وهي عملية حسابية كان من المعروف في ذلك الوقت أنها تتطلب وقت طويلًا لإجرائها على الحاسوب، وأثبتت قدرة الآلة بتجربة كل عدد صحيح من 218 − 1 نزولًا، وأجريت عملية القسمة بالطرح المكرر من القاسم.