• VisLab logged each operator intervention to compute the final percentage of autonomous driving.

    VisLab对操作人员的干预进行了记录,最后计算出汽车自主行驶的百分比。

    youdao

  • Therefore, each operator in an XML query language must be well defined for all these possible inputs.

    因此,应为所有这些可能的输入很好地定义XML查询语言中的每个运算符。

    youdao

  • The use case of this article will be extended to explain the usage and reason for each operator.

    第2部分将扩展本文中的用例,以解释每种操作符的用法和原因。

    youdao

  • At each operator in the access plan, the optimizer estimates the cardinality output from the operator.

    对于访问计划的每个操作符,优化器将估计该操作符的基数输出。

    youdao

  • When an expression is evaluated, each operator is applied to the data values represented by the surrounding terms.

    当一个表达式被赋值时,每个操作符将会被应用于其周围所有项所代表的数值。

    youdao

  • But each operator is still in the stage of 3g network, want to scale the "real" on commercial, still needs time.

    而各个运营商的3g网络仍处于组网阶段,想要大规模的“真正意义”上的商用,仍需时间。

    youdao

  • Each operator would retrieve the updated customer and order information for that one area code at the start of the shift.

    每个操作员在轮班开始的时候,接收那个地区的更新后的客户和订单信息。

    youdao

  • In order to maintain and continue to expand market share, each operator has to provide better-quality product and service.

    每个经营者要想保持并继续扩大市场份额必须提供更优质的产品和服务。

    youdao

  • The remaining two sections provide details on each operator of the access plan, and the tables and/or indexes used by the query.

    其余的两个区域提供了关于访问计划的每个操作符以及查询所使用的表和/或索引的细节。

    youdao

  • Discusses and compares various edge detection operators for digital image processing, and analyses the characteristics of each operator.

    讨论和比较数字图像处理的几种丝缘检测算子,分析各算子的特点。

    youdao

  • Using the data mashup editor, you could create a data mashup with a FOREACH operator to INSERT content from each repeating entry into its own row.

    使用数据混搭编辑器,就可以创建一个混搭应用,用FOREACH操作符将内容从每个报表条目 INSERT到各自的行中。

    youdao

  • This can be achieved by using the For Each operator with the spreadsheet source as the master feed and the filtered product source as the detail feed.

    这可以通过使用Foreach操作符,以电子表格源作为主提要,以经过过滤的产品源作为详细提要来完成。

    youdao

  • This design means that there is one transaction per phone call, and each operator should always have the right set of data available when he or she answers a call.

    该设计意味着,每次电话之后只有一次传输,当每个操作员接听电话时,总能有可用的正确的数据集合。

    youdao

  • This type of expression uses one pair of parentheses for each operator. Theparentheses dictate the order of operations; there is no ambiguity. There isalso no need to remember any precedence rules.

    有一种书写表达式的方法叫做“完全括号”,这种表达式把每一个操作符都加了括号,表达完全精确,也不必记忆优先级规则。

    youdao

  • Each ATQ operator also has a buffer associated with it.

    每个AT Q操作符也有一个相关联的缓冲区。

    youdao

  • Check each query filter, including its field name, operator, and filter value.

    检查每一个查询筛选,包括它的字段名,操作者以及筛选值。

    youdao

  • And both the commission and the industry have launched websites to help travellers find the operator with the lowest rates in each country-thus putting pressure on rivals to cut their prices.

    委员会以及业内都已经建立网站帮助旅行者在每个国家寻找最低费率的运营商,从而向竞争手施压以降低他们的价格。

    youdao

  • Recall that each SHIP operator indicates a point in the execution plan at which a query or request is sent to a remote data source.

    还记得吗,每个ship操作符都意味着在执行计划中有一个地方要将一个查询或请求转发到一个远程数据源。

    youdao

  • Each source operator is given a relevant name that is also reflected in the caption of operator in the canvas.

    每个源操作符都会被分配一个相关的名称,在画布中,这个名称也反映在操作符的标题中。

    youdao

  • For each row fetched, the XSCAN operator processes the corresponding XML document.

    对于所获取的每一行,XSCAN操作符将处理相应的XML文档。

    youdao

  • Check to see if each remote operator contains the maximum portion of the query that can theoretically be evaluated by a given data source.

    检查每个远程操作符是否包含在理论上可由给定数据源计算的查询中的最大部分。

    youdao

  • The site deep links to the correct page of the relevant tour operator to save you scrapping around a second website, and there’s a pithy editors’ verdict supplied for each entry.

    网站通往相关旅游运营商的确切页面的链接,让你无需花时间见浏览另外的网站,而且每个搜索结果都配有编辑简单的意见。

    youdao

  • A query that USES the common dimensions is executed in parallel for each of the composing cubes, and the results are aggregated according to the virtual cube merge operator.

    使用相同维度的查询将同时在每个子数据集中执行,得到的结果根据虚拟数据集的合并运算符进行合并。

    youdao

  • I will write up a blog entry for each LINQ operator, probably including all of the production code but only "interesting" tests.

    我将为每个LINQ操作符写一篇博文,其中将包含几乎所有的成品代码,不过测试代码的话我只会把有趣的部分贴出来。

    youdao

  • Each attribute in the hash can be accessed or set using the dot operator (as shown in Listing 2).

    使用dot操作符可以访问或设置hash中的每个属性(参见清单2)。

    youdao

  • If the join key is a composite key, each key column must be prefixed with the PRIOR operator.

    如果联接键是一个复合键,那么必须使用PRIOR运算符为每个键所在的列加上前缀。

    youdao

  • The double-dot operator invokes mutator methods to set values for each of the address attributes.

    双点运算符调用了mutator方法来设置每个地址属性的值。

    youdao

  • To find out all accounts with privileges, you can query each of the system catalog views and combine the results together using the UNION operator, as shown in Listing 4.

    要查明具有特权的所有帐号,可以查询每个系统编目视图并使用UNION操作符将结果组合在一起,如清单4所示。

    youdao

  • The operator for each attribute can be changed using the drop down menu in the section header.

    可以使用部分标题中的下拉菜单来更改每个属性的运算符。

    youdao

  • The operator for each attribute can be changed using the drop down menu in the section header.

    可以使用部分标题中的下拉菜单来更改每个属性的运算符。

    youdao

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

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

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