• Classic algorithms for expression evaluation.

    表达式求值的经典算法。

    youdao

  • Such errors can include data conversion errors or expression evaluation errors.

    此类错误可以包括数据转换错误或表达式计算错误。

    youdao

  • The hosting process executes this code during design time expression evaluation.

    宿主进程在设计时表达式计算期间执行此代码。

    youdao

  • So with that link established, you need to get an object that can handle XPath expression evaluation.

    因此,建立这种联系后,还需要获得一个能够处理XPath表达式求值的对象。

    youdao

  • The interactions window lets you start a debugging process through an arbitrary expression evaluation.

    交互式窗口使您能够通过任意表达式评估来启动调试流程。

    youdao

  • Gets an event object which can be used to be notified when the debugger starts or stops an expression evaluation.

    获取一个事件对象,调试器开始或停止计算表达式时,可以使用该事件对象进行通知。

    youdao

  • We reviewed the most interesting code snippets along the way and discussed two different approaches to expression evaluation.

    同时还按顺序回顾了最有意思的代码片段,并论述了两种不同的表达式求值方法。

    youdao

  • The EcmaScript component offers only the core language features -- the primitive data types, expression evaluation, flow control, etc.

    EcmaScript组件只提供核心语言功能 --原始数据类型、表达式赋值和流量控制等等。

    youdao

  • Large data processing was relatively well solved by means of compiling and running of expression evaluation and code optimization.

    通过表达式求值的编译执行和代码优化等手段,较好地解决了大数据量的处理问题。

    youdao

  • Defines the interface implemented by the workflow expression evaluation component that provides a context frame for expression evaluation.

    定义接口,该接口由为表达式计算提供上下文帧的工作流表达式计算组件实现。

    youdao

  • Done using an arithmetic expression evaluation stack: file input from the keyboard or an arithmetic expression, calculate and display the results.

    利用栈完成算术表达式求值:从键盘或文件中输入算术表达式,计算其结果并显示。

    youdao

  • If the BC feature is available, you can set version 1.0 to be in effect for an element with expression evaluation, eliminating worry about type mismatches.

    如果支持BC特性,可以设置version 1.0让它在表达式求值的元素中生效,这样就不用担心类型匹配问题了。

    youdao

  • In itself, this isn't very useful, but what's important is that you can use DOM manipulation code on the Node returned from the XPath expression evaluation.

    返回的结果本身没有多少用处,但关键是可以使用DOM对XPath表达式求值返回的Node进行操作。

    youdao

  • Because of Scala's inline expression evaluation facilities where XML literals are concerned, this means that making the servlet a bit more interesting becomes much easier.

    Scala的内联表达式求值工具使用xml字面值,这意味着能够轻松地使servlet更有趣。

    youdao

  • Eventually, this application will be a sort of graphing calculator that will include expression evaluation, graphing, and calculus tools like slope fields and Euler's method.

    现在,这台拥有图标式计算器终于拥有了这一功能。一部集合了公式运算,图标,倾斜领域和欧拉法演算工具的计算器终于诞生了。

    youdao

  • As you probably suspect, the integer conversion rank is used to define the rules for expression evaluation. Those rules are named the integer promotions and the usual arithmetic conversions.

    就如你可能猜想的那样,整数转换优先级用于定义表达式求值的规则。这些规则叫做整型提升和常用算术转换。

    youdao

  • For example, arithmetic expression evaluation is performed in left-to-right order (JLS section 15.6) as viewed by the thread performing the operations, but not necessarily as viewed by other threads.

    例如,算术表达式的计算在线程内看来是从左到右地执行操作(JLS 15.6章节),而这种执行效果是没有必要被其他线程观察到的。

    youdao

  • Once the expression is in this state, it is ready for the next two steps: expression checking and evaluation.

    表达式一旦处于这种状态,就为下面两步做好了准备:表达式检查和求值。

    youdao

  • The process of evaluation is similar to calculating by hand: while the expression contains parentheses, the subexpression inside the deepest nested pair of parentheses is evaluated.

    求值过程类似于手工计算:如果表达式中包含括号,先求嵌套最深的括号对中的子表达式的值。

    youdao

  • If the expression doesn't contain any more parentheses, the process of evaluation is finished.

    如果表达式再不包含任何其它的括号,求值(过程)完成。

    youdao

  • Step 3: If the expression doesn't contain any more parentheses, the process of evaluation is finished.

    步骤3:如果表达式中不包含其它括号,求值的过程就完成。

    youdao

  • When a program is run, the process of carrying out each of the specified operations in an expression is called evaluation.

    当一个程序运行时,完成表达式中指定操作的过程被称为赋值。

    youdao

  • Step 6: at this point of the evaluation, W3Eval removes redundant parentheses from the expression.

    步骤6:在求值的这一步,W3Eval从表达式中除去冗余括号。

    youdao

  • The dyn: evaluate function converts its argument to a string and dynamically evaluates that string as an XPath expression, returning the result of this evaluation.

    evaluate函数将其参数转化成一个字符串,将该字符串作为XPath表达式进行动态计算,并返回结果。

    youdao

  • If the evaluation of the test expression is true and does not result in a dynamic or type error, the element is considered locally valid.

    如果测试表达式的计算结果为true并且没有导致动态的或类型错误,那么则认为元素在逻辑上是有效的。

    youdao

  • To complete the evaluation of the entire path location expression, each of these elements will be stepped into and the first occurrence of an expected child element named - USPrice matched on.

    要完成整个路径位置表达式的求值,所有元素都必须步进,并匹配第一次出现的子元素named-USPrice。

    youdao

  • Clojure is a Lisp variant, so evaluation occurs by first reading an expression as a Clojure data structure (usually a list), then evaluating each expression in the data structure.

    Clojure是一种Lisp变体,因此计算过程首先将一个表达式读取为Clojure数据结构(通常是一个列表),随后计算数据结构中的各表达式。

    youdao

  • This function, similar to the top-level XPath evaluation, passes in the current node from the XSLT and evaluates the expression against that, as in Listing 6.

    这个函数类似于顶级XPath判断,它从XSLT接收当前节点,并执行表达式判断,如清单6所示。

    youdao

  • } expressions, such as deferred evaluation and the option to set the value of an EL expression.

    }表达式的其他功能,比如延迟求值和设置EL 表达式的值。

    youdao

  • The attribute value is an XPath expression that results in a Boolean after evaluation.

    属性值是一个XPath表达式,表达式的计算结果必须是布尔值。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定