在线词典

分类:语言工具
在线词典,是一款在线使用的中英文查词词典。本工具支持查询英文和中文单词及词组的含义,查询效率高、结果丰富,包括单词变体、常用短语、英英释义、同义词、同根词、词语辨析等,是外语学习者必备的在线查词工具。

Lazy evaluation

美:[ˈleɪzi ɪˌvæljuˈeɪʃn]查词链接:https://www.dute.org/dict/lazy_evaluation复制链接
惰性计算
延迟计算
查看英英释义
abstract:
In programming language theory, lazy evaluation or call-by-need is an evaluation strategy which delays the evaluation of an expression until its value is needed (non-strict evaluation) and which also avoids repeated evaluations (sharing). The sharing can reduce the running time of certain functions by an exponential factor over other non-strict evaluation strategies, such as call-by-name.

网络释义
惰性求值
惰性求值(lazy evaluation):即便你目前没有设置自定义属性的值,也应该等到调用者需要时再创建对象。
惰性计算
惰性计算(Lazy evaluation):操作只有在另一条指令需要其结果时才执行。
懒惰计算法
使用lazy evaluation(懒惰计算法),只有确实需要函数的返回值时我们才要求函数返回能用来确定准确数值的数据结构。
延迟计算
延迟计算(Lazy evaluation):来源自函数式编程,在函数式编程里,将函数作为参数来传递,传递过程中不会执行函数内部耗时的计算,直到需要这个计算结果的时...
常用短语
更多常用短语
* 以上查询结果来自于网络,仅供参考。
正在查询...