-
1 упреждающее вычисление
Русско-английский словарь по электронике > упреждающее вычисление
-
2 упреждающее вычисление
Русско-английский словарь по радиоэлектронике > упреждающее вычисление
-
3 энергичное вычисление
Русско-английский большой базовый словарь > энергичное вычисление
-
4 усердный энергичный
Русско-английский большой базовый словарь > усердный энергичный
-
5 энергичное вычисление
1) Computers: eager evaluation2) Information technology: eager evaluation (по принципу "вычислять, не откладывая, все, что возможно")Универсальный русско-английский словарь > энергичное вычисление
-
6 опережающее вычисление
"ленивое" вычисление — lazy evaluation
Русско-английский большой базовый словарь > опережающее вычисление
-
7 частичное вычисление
"ленивое" вычисление — lazy evaluation
Русско-английский большой базовый словарь > частичное вычисление
-
8 энергичный
1. sharp2. strengous3. with a willчеловек дела, энергичный человек — man of action
человек дела, энергичный человек — a man of action
4. strong5. violent6. aggressive7. aggressively8. eager9. energetically10. extremely hardнастойчиво; энергичный — extremely hard
11. peppy12. punchy13. spiritedly14. vigorousживой, энергичный слог — vigorous style
15. vigorously16. energetic; drasticкрутые меры; энергичные меры — drastic measures
17. active18. dynamic19. pithy20. snappy21. spirited22. strenuousСинонимический ряд:активно (проч.) активно; деятельно; инциативно; предприимчиво -
9 кооперативные вычисления
Русско-английский большой базовый словарь > кооперативные вычисления
-
10 сопрограммные вычисления
Русско-английский большой базовый словарь > сопрограммные вычисления
См. также в других словарях:
Eager evaluation — or strict evaluation is the evaluation strategy in most traditional programming languages. In eager evaluation an expression is evaluated as soon as it gets bound to a variable. This is generally more efficient as a low level strategy in simple… … Wikipedia
Evaluation strategy — Evaluation strategies Strict evaluation Applicative order Call by value Call by reference Call by sharing Call by copy restore Non strict evaluation Normal order Call by name Call by need/Lazy evaluation … Wikipedia
Evaluation (disambiguation) — Evaluation is the process of characterizing and appraising something of interest or of determining the value of an expression (mathematics). Computer science * determining the value of an expression (programming) * Eager evaluation or strict… … Wikipedia
Eager Haskell — is an implementation of the Haskell programming language that uses eager evaluation. Sources and External Links * [http://csg.csail.mit.edu/pubs/haskell.html Eager Haskell page at MIT] … Wikipedia
Eager learning — (engl., „Eifriges Lernen“) ist eine Klasse von maschinellen Lernverfahren. Im Gegensatz zum lazy learning findet dabei die Modellbildung offline einmalig auf Basis der Trainingsdaten statt, und nicht online zur Zeit der Anfrage. Der Vorteil ist,… … Deutsch Wikipedia
Lazy evaluation — In computer programming, lazy evaluation (or delayed evaluation) is the technique of delaying a computation until such time as the result of the computation is known to be needed.The actions of lazy evaluation include: performance increases due… … Wikipedia
lazy evaluation — noun Any of a variety of computing techniques that delays the computation of expressions until (and unless) the results are needed. Ant: strict evaluation, eager evaluation … Wiktionary
Short-circuit evaluation — Evaluation strategies Strict evaluation Applicative order Call by value Call by reference Call by sharing Call by copy restore Non strict evaluation Normal order Call by name Call by need/Lazy evaluation Call by … Wikipedia
Lambda calculus — In mathematical logic and computer science, lambda calculus, also written as λ calculus, is a formal system designed to investigate function definition, function application and recursion. It was introduced by Alonzo Church and Stephen Cole… … Wikipedia
Strict programming language — A strict programming language is one in which only strict functions (functions whose parameters must be evaluated completely before they may be called) may be defined by the user. A non strict programming language allows the user to define non… … Wikipedia
Functional programming — In computer science, functional programming is a programming paradigm that treats computation as the evaluation of mathematical functions and avoids state and mutable data. It emphasizes the application of functions, in contrast with the… … Wikipedia