• 单凭直觉(译注:严格弱化)意味着按序存放元素使用<比较整数排序一样

    Intuitively, my child, it simply means putting the elements in order, just as the < comparison can be used to sort integers in order.

    youdao

  • 如果比较操作包含多个新的比较运算报告错误因此使用这些运算可以迅速有效地检测错误。

    The new value comparison operators will report an error if either operand in the comparison contains more than one value, so using them expedites detection of the error.

    youdao

  • 然而所有逻辑和比较运算都全部返回1表示真。

    However, all the logical and comparison operators consistently return the value 1 for true.

    youdao

  • 逻辑运算优先级低于单独比较运算一点意义重大因为必须计算比较运算,然后才能计算逻辑运算

    The logical operators have lower precedence than the individual comparison operators, which makes sense because the comparison has to be evaluated before the logical operator can be evaluated.

    youdao

  • 到目前为止要想使用定制比较函数标准做法定义自己函数对象然后适当地定义操作

    So far, to use custom comparison functions, the standard practice has been to define your own function object and then define the operator appropriately.

    youdao

  • 不等值比较运算用于任何有序数据类型比如和时间有关的类型

    You can use value comparison operators for inequality with any type of data that has an order, such as the time-oriented types.

    youdao

  • 应注意,xslif中的小于大于等于比较操作需要转义遵从xml规则

    Note also that the comparison operators for "less than" and "greater or equal to" inside the XSL: if statement are also escaped to comply with XML rules.

    youdao

  • 这个例子用到了新的比较运算详见下一嵌套ForExpr中的IfExpr

    This example also shows the new value comparison operators (see the next section for more details), and an IfExpr nested within a ForExpr.

    youdao

  • Spark标准基于 EBNF工具相比缺点在于比较冗长而且缺少直接出现计量表示存在的“+”,表示可能性的“*”和表示有限制性的“?”)

    The disadvantage of Spark compared to a standard EBNF-based tool is that it is more verbose and that it lacks direct occurrence quantifiers (i.e., existential "+", possible "*", limited "?").

    youdao

  • 注意codepoints-to-string例子用到了两个新的XPath比较运算lt小于gt大于)。

    Notice that the codepoints-to-string example also uses two of the new XPath value comparison operators: lt (less than) and gt (greater than).

    youdao

  • 这里eqne都是比较运算

    The eq and ne seen here are value comparison operators.

    youdao

  • 这个大于操作时候,的定义里识别,大于是一个比较方法,那么让这里说仔细一点吧。

    When I try and evaluate that expression of greater than, is going to go into the class to say greater than is a comp method.

    youdao

  • 那么部署描述什么元素比较好呢?

    So what elements would be better off in deployment descriptors?

    youdao

  • 上面规则使用比较可疑,因为他们可以通过使用任何替换操作重写.

    The use of the above rules is questionable, as they all could be rewritten without using any substitution operators.

    youdao

  • 关联谓词通常事件中的某个(例如唯一旅行标识)包含相同键的度量比较

    Correlation predicates typically compare some key value in the event, such as a unique trip identifier, with a metric containing the same key.

    youdao

  • 如果来自比较传统数据库背景可能它们看作资源标识属性名称属性值。

    If you're from a more traditional database background, you can think of them as a resource identifier, an attribute name, and an attribute value.

    youdao

  • 前一测试操作一样,比较测试操作执行错误检查根据另一个测试简便方法

    Like the previous set of test operators, comparison test operators are a handy way to perform error checking or to test values against another value.

    youdao

  • 这些运算工作原理是从比较两个参与组的每个单独元素(请参见清单6)。

    The operators work by comparing each individual element of the two participating tuples from left to right (see Listing 6).

    youdao

  • 到目前为止我们已经看到查找 EJB 本机接口方法,这些方法有的不是有的一些,但是需要手动编码,其中比较好的解决方法也需要对 EJB 部署描述进行修改,以增加 EJB 引用。

    So far we have seen methods for doing the lookup of the home interface of an EJB. Some of these methods were not very good and others were a bit better, but all required a good bit of hand coding.

    youdao

  • 另一测试操作称为比较测试操作

    Another set of test operators is called comparison test operators.

    youdao

  • 前面技术可以任何用户提供生成惟一的标识但是,在每次需要ewu时都执行一系列命令比较麻烦

    The previous technique will generate a unique identifier for any user-supplied character string; however, it is somewhat cumbersome to issue this list of commands every time an EWU value is needed.

    youdao

  • 丑陋类型绑定标志传递给五花八门的反射API比较起来感觉舒服得

    This would be a more pleasant syntax than passing ugly strings and types and binding flags to various Reflection APIs to get that information.

    youdao

  • 可以按照与其他操作相同格式使用比较测试操作

    You use the same format on comparison test operators as other operators.

    youdao

  • 比较45中的访问计划会发现对于EISCAN操作查询使用一个扩展索引

    Comparing the access plans in Figure 4 and Figure 5 shows again with the EISCAN operator that an extended index is used by the query.

    youdao

  • PRIOR运算放在比较运算左边右边

    The PRIOR operator can be located left or right of the comparative operator.

    youdao

  • 1.5.2黄金时代无论比较什么对象不等操作总会返回一个结果

    Back in that golden age of 1.5.2, you knew the inequality operators would return a result regardless of which objects were compared.

    youdao

  • 如果愿意通过选择合适Options可以使运算无效进行区分大小写比较

    You can negate operators and perform case-sensitive comparisons if desired by selecting the appropriate boxes under Options.

    youdao

  • 为了能够进行直观比较,Hello.Jonas.ear应用程序包括部署描述如下所示

    The deployment descriptors included within the Hello.Jonas.ear application are shown below to enable a visual comparison

    youdao

  • Shell没有提供大量算术操作但是已经足以完成大多数编程任务包括移位、求比较

    The shell doesn't have a large collection of arithmetic operators, but it's sufficient for most programming tasks, including bitwise shifts, remainders, and comparisons.

    youdao

  • 下面最后元素中的le运算就是比较运算一个例子

    The le operator in the last element below is an example of a value comparison operator.

    youdao

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

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

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