求值

qiú zhí
  • evaluation
求值求值
求值[qiú zhí]
  1. 第一个测试生成一个true结果,所以表达式求值会继续下去。

    The first test produced a true result , so the expression evaluation continues .

  2. Java程序部分求值描述语言及其应用框架

    Partial Evaluation Specification Language and Application Framework for Java

  3. Context对象封装了对表达式求值所需的所有上下文信息。

    The Context object encapsulates all contextual information needed to evaluate the expression .

  4. Box样条求值的一个有效方法

    On A Efficient Method for Computing Box Splines

  5. 一个基于部分求值的Java动态优化系统

    A Java Dynamic Optimization System Based on Partial Evaluation

  6. property这个调用加一个property名称,这样就不会在加载的时候进行求值了。

    Let 's give the property call a property name in a way that doesn 't get evaluated on load .

  7. 对该函数求值可以先计算g

    You can evaluate this function either g first

  8. 两类新的广义Ball曲线曲面的求值算法及其应用

    The algorithms for evaluating two new types of generalized Ball curves / surfaces and their applications

  9. 其中的XPath对象在所加载的XML文档之上构建和求值。

    The XPath object is constructed and evaluated on the loaded XML document .

  10. 车用活塞式内燃机一个新的评价指标&理想功率特性系数KN及其求值

    A New Index of Evaluation of Automobile Piston Engine ── Theoretical Power Characteristic Factor K _N and Its Formula

  11. evaluate()的第一个参数是表达式本身,第二个是表达式求值开始的上下文。

    The first argument to evaluate () is the expression itself , and the second is the context to evaluate the expression from .

  12. 如果没有任何XPath表达式求值为True,则使用系统提供的缺省终端。

    A default terminal is provided if none of the XPath expressions evaluate to true .

  13. 如果条件的求值结果为TRUE,那么就将执行语句列表,在循环的顶部恢复控制。

    If the condition evaluates to TRUE , the statement list is executed , then control resumes at the top of the loop .

  14. 仅仅使用一般的JavaString,然后将XPath表达式赋给它去求值。

    You just use a normal Java String and give it your XPath expression to evaluate .

  15. 要对表达式求值,该结构中的每个类都有一个evaluate()方法,它负责返回表达式的值。

    To evaluate the expression , each class in this structure has an evaluate () method , which is responsible for returning its value .

  16. 条件元素对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 .

  17. Rope实现通常也将延迟对大型子串操作的求值,它的作法是引入子串节点。

    Rope implementations also often defer evaluation of large substring operations by introducing a substring node .

  18. 三角域上的有理Lagrange插值曲面及其求值递推公式

    Rational Lagrange interpolation surface and recursion formula in triangles

  19. GEP软件设计及其K表达式快速求值算法

    Gene expression programming and K expression quick evaluate algorithm

  20. 它同样也方便断言语句的书写,这样如果任一语句求值结果为false时,交易将不会发生。

    It also facilitates assertions statements such that if any of the statements evaluate to false , the transaction will not occur .

  21. 注意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 .

  22. OpenGL求值程序的应用

    The Application of Evaluate Procedure in OpenGL

  23. 用于对XPath表达式求值并返回这些值的XPath表达式解释器

    The XPath expression interpreter to evaluate XPath expressions and return their values

  24. 因此XPath的求值是相对于文档中的位置而言的。

    So an XPath evaluates relative to your location in a document .

  25. 示例程序使用Drools规则引擎对Machine类的实例求值。

    The sample program uses the Drools rules engine to evaluate instances of the Machine class .

  26. Butterfly细分曲面的快速求值

    Rapid Evaluation of Butterfly Subdivision Surfaces

  27. Psyco用复合求值单元替代evalframe()函数。

    Psyco replaces the eval_frame () function with a compound evaluation unit .

  28. XPath函数可以按照任意的顺序求值任意多次。

    XPath functions can be evaluated in any order and any number of times .

  29. 如果条件的求值结果为FALSE或NULL,那么将绕过循环,并且控制被传递给下一条语句。

    If the condition evaluates to FALSE or NULL , the loop is bypassed , and control passes to the next statement .

  30. 在事件通过订阅的筛选器以后,将针对MC定义的每个实例对订阅的关联谓词求值。

    After an event has passed a subscription 's filter , its correlation predicate is evaluated for existing MC .