tupling - definition. What is tupling
Diclib.com
قاموس ChatGPT
أدخل كلمة أو عبارة بأي لغة 👆
اللغة:

ترجمة وتحليل الكلمات عن طريق الذكاء الاصطناعي ChatGPT

في هذه الصفحة يمكنك الحصول على تحليل مفصل لكلمة أو عبارة باستخدام أفضل تقنيات الذكاء الاصطناعي المتوفرة اليوم:

  • كيف يتم استخدام الكلمة في اللغة
  • تردد الكلمة
  • ما إذا كانت الكلمة تستخدم في كثير من الأحيان في اللغة المنطوقة أو المكتوبة
  • خيارات الترجمة إلى الروسية أو الإسبانية، على التوالي
  • أمثلة على استخدام الكلمة (عدة عبارات مع الترجمة)
  • أصل الكلمة

%ما هو (من)٪ 1 - تعريف

ENGLISH FOOTBALLER (BORN 1964)
Steve Tuplin; Steven Tuplin; Steven Tupling; Stephen Tupling; Tupling, Steve

tupling      
A program transformation where several results are returned from a single traversal of a data structure. E.g. mean l = sum l / length l ==> mean l = s/n where (s,n) = sumLen l sumLen [] = (0,0) sumLen (x:xs) = (s+x, n+1) where (s,n) = sumLen xs In procedural languages this technique is known as horizontal loop combination because it uses one loop to calculate several results. Another form of tupling transformation is used to avoid repeated evaluation where a function generates several identical calls to itself. By analysing the pattern of recursion (see descent function) it is possible to arrange for these identical calls to share results. E.g. fib 0 = 1 fib 1 = 1 fib n = fib (n-1) + fib (n-2) ==> fib n = v where (_,v) = fibt n fibt 0 = (1,1) fibt n = (u+v,u) where (u,v) = fibt (n-1) (1995-01-12)

ويكيبيديا

Steve Tupling

Stephen Tupling (born 11 July 1964) is an English former professional footballer who played as a midfielder in the Football League.

أمثلة من مجموعة نصية لـ٪ 1
1. Peter Tupling, a former European tour player who coaches Kiran, said: "She‘s not just a frail 17–year–old.