Change log entry 62459 | |
---|---|
Processed by: | richwarm (2016-08-11 06:57:07 UTC) |
Comment: |
<< review queue entry 59204 - submitted by 'jjbeard' >> As in the act of determining the value of some expression. Can be used on it own for the general sense, or as part of a more specific type of evaluation. 表达式求值的经典算法 (Classic expression evaluation algorithm) 惰性求值 (lazy evaluation) Editor: - It can be used as a verb. - I'm tagging it (math.) but that doesn't exclude it from use in the computing domain, of course. * 后缀表达式中无括号,求值时无需考虑操作符的优先级,... * 对这样的列表求值时,先对列表中其它元素先求值,求值的结果作为函数调用的真正参数。 |
Diff: |
# 求值 求值 [qiu2 zhi2] /evaluation (computing)/ + 求值 求值 [qiu2 zhi2] /(math.) to evaluate (an expression, function etc)/evaluation/ |