求值
- evaluation
-
第一个测试生成一个true结果,所以表达式求值会继续下去。
The first test produced a true result , so the expression evaluation continues .
-
Java程序部分求值描述语言及其应用框架
Partial Evaluation Specification Language and Application Framework for Java
-
Context对象封装了对表达式求值所需的所有上下文信息。
The Context object encapsulates all contextual information needed to evaluate the expression .
-
Box样条求值的一个有效方法
On A Efficient Method for Computing Box Splines
-
一个基于部分求值的Java动态优化系统
A Java Dynamic Optimization System Based on Partial Evaluation
-
property这个调用加一个property名称,这样就不会在加载的时候进行求值了。
Let 's give the property call a property name in a way that doesn 't get evaluated on load .
-
对该函数求值可以先计算g
You can evaluate this function either g first
-
两类新的广义Ball曲线曲面的求值算法及其应用
The algorithms for evaluating two new types of generalized Ball curves / surfaces and their applications
-
其中的XPath对象在所加载的XML文档之上构建和求值。
The XPath object is constructed and evaluated on the loaded XML document .
-
车用活塞式内燃机一个新的评价指标&理想功率特性系数KN及其求值
A New Index of Evaluation of Automobile Piston Engine ── Theoretical Power Characteristic Factor K _N and Its Formula
-
evaluate()的第一个参数是表达式本身,第二个是表达式求值开始的上下文。
The first argument to evaluate () is the expression itself , and the second is the context to evaluate the expression from .
-
如果没有任何XPath表达式求值为True,则使用系统提供的缺省终端。
A default terminal is provided if none of the XPath expressions evaluate to true .
-
如果条件的求值结果为TRUE,那么就将执行语句列表,在循环的顶部恢复控制。
If the condition evaluates to TRUE , the statement list is executed , then control resumes at the top of the loop .
-
仅仅使用一般的JavaString,然后将XPath表达式赋给它去求值。
You just use a normal Java String and give it your XPath expression to evaluate .
-
要对表达式求值,该结构中的每个类都有一个evaluate()方法,它负责返回表达式的值。
To evaluate the expression , each class in this structure has an evaluate () method , which is responsible for returning its value .
-
条件元素对Machine实例(知识的一部分)求值,以确定是否应执行规则的结果。
The conditional element evaluates the Machine instance ( which is part of the knowledge ) to determine whether the consequences of the rule should be executed .
-
Rope实现通常也将延迟对大型子串操作的求值,它的作法是引入子串节点。
Rope implementations also often defer evaluation of large substring operations by introducing a substring node .
-
三角域上的有理Lagrange插值曲面及其求值递推公式
Rational Lagrange interpolation surface and recursion formula in triangles
-
GEP软件设计及其K表达式快速求值算法
Gene expression programming and K expression quick evaluate algorithm
-
它同样也方便断言语句的书写,这样如果任一语句求值结果为false时,交易将不会发生。
It also facilitates assertions statements such that if any of the statements evaluate to false , the transaction will not occur .
-
注意evaluate()返回了一个Double,它意味着模式匹配中的每一个case都必须被求值成一个Double值。
Note that evaluate () returns a Double , which means that each case in the pattern match is going to have to evaluate into a Double value .
-
OpenGL求值程序的应用
The Application of Evaluate Procedure in OpenGL
-
用于对XPath表达式求值并返回这些值的XPath表达式解释器
The XPath expression interpreter to evaluate XPath expressions and return their values
-
因此XPath的求值是相对于文档中的位置而言的。
So an XPath evaluates relative to your location in a document .
-
示例程序使用Drools规则引擎对Machine类的实例求值。
The sample program uses the Drools rules engine to evaluate instances of the Machine class .
-
Butterfly细分曲面的快速求值
Rapid Evaluation of Butterfly Subdivision Surfaces
-
Psyco用复合求值单元替代evalframe()函数。
Psyco replaces the eval_frame () function with a compound evaluation unit .
-
XPath函数可以按照任意的顺序求值任意多次。
XPath functions can be evaluated in any order and any number of times .
-
如果条件的求值结果为FALSE或NULL,那么将绕过循环,并且控制被传递给下一条语句。
If the condition evaluates to FALSE or NULL , the loop is bypassed , and control passes to the next statement .
-
在事件通过订阅的筛选器以后,将针对MC定义的每个实例对订阅的关联谓词求值。
After an event has passed a subscription 's filter , its correlation predicate is evaluated for existing MC .