lazy evaluation 中文意思是什麼

lazy evaluation 解釋
惰性計算
  • lazy : adj. (-zier; -ziest)1. 懶惰的,沒精打採的。2. 慢吞吞的。3. 令人懶散的。adj. -ish 懶散的,懶洋洋的。
  • evaluation : n. 1. 估價,評價。2. 【數學】賦值,值的計算。
  1. Incremental and lazy evaluation

    增量式求值和懶惰求值
  2. The lazy evaluation feature is needed to handle recursive data structures like trees and graphs

    懶惰求值的特性常用在處理像tree或者graph這樣的遞歸數據結構上。
  3. One example of a lazy evaluation is a function that generates an infinite list of fibonacci numbers, but where the computation of the

    一個懶惰計算的例子是生成無窮fibonacci列表的函數,但是對第n個
  4. In lazy evaluation, an expression is not evaluated as soon as it is bound to a variable, but when the evaluator is forced to produce the expression s value

    在懶惰計算中,表達式不是在綁定到變量時立即計算,而是在求值程序需要產生表達式的值時進行計算。
分享友人