• 为了减小误差在不同扫描之间的传播,利用透射数据重建结果校正。

    For reducing the error propagations among scanning lines, the transmission data are used for rectifying the scattering reconstruction.

    youdao

  • 为了实现制式功能,提出扫描变换方法其关键性技术研究

    In order to realize the multi control function for the system, the scan row conversion method is adapted. Moreover, the concerned key techniques of the system are also analyzed in the paper.

    youdao

  • 该文收费站汽车牌照特征分析基础上提出一种改进基于扫描行灰度跳变特征车牌定位算法

    Under the basis of the analysis to characteristic of toll station vehicle number-plate, this paper presents an improved number-plate locating method based on the characteristics of gray beep points.

    youdao

  • 我们例子中,通过索引扫描得到6574个候选

    In our example, we get 6574 candidates from the index scan.

    youdao

  • 这里使用一个扫描来访问更好的选择

    Accessing the rows using a table scan is a better choice in this case.

    youdao

  • 对于扫描数据包所有使用协议级别作为前缀。

    Each line is prefixed with the protocol level within the packet that was scanned.

    youdao

  • 话说,我们顺序扫描锁定了每个,操作进很多

    In other words, we have sequentially scanned this table, locking every row, a lot of times.

    youdao

  • 但是如果某个100,000更多那么重复连续扫描性能产生致命影响

    But if a table has 100,000 or more rows, repeated sequential scans are deadly to performance.

    youdao

  • 因为select语句结果集中期望,所以扫描在这里认为是代价较高操作

    Since only one row is expected in the result set from this SELECT statement, the table scan here is considered an expensive operation.

    youdao

  • 不管数据是否提交以及根据语句谓词是否排除对于索引扫描访问这样锁定操作。

    This locking was done for both index scans and table access whether or not the row of data was committed or whether it would have been excluded based on the statement's predicates.

    youdao

  • DB 2可以使用关系索引xml索引快速检索所关注数据避免盲目地扫描中的所有

    DB2 can use both the relational and XML indexes to quickly pinpoint the data of interest, avoiding a costly scan of all rows in the table.

    youdao

  • 基本上权衡使用索引选择或者扫描这两种方式。

    Basically, it's weighing the choice of using the index to walk through the selected rows or doing a table scan.

    youdao

  • 接下来参赛者需要每个添加合适索引以便Informix无需扫描整个表即可找到需要更新

    Next, contestants needed to add appropriate indexes to each table, so that Informix would not scan the whole table to find the row it needed to update.

    youdao

  • Time维度满足过滤条件 time_id连接散列创建一个向量,用于过滤以上跳跃式扫描Orders

    The time_id join keys that meet the filter requirements on the Time dimension table are hashed to create a bit vector that filters rows of the Orders table from the skip scan above.

    youdao

  • Next循环扫描LotusSymphony电子表格第一工作表的前面500并且第一列中查找可能匹配

    Next loop to scan through the first 500 rows of the first worksheet in the Lotus Symphony spreadsheet, and it looks in the first column for possible matches.

    youdao

  • 而且虽然在type - 2索引扫描中,删除不会跳过,但是除非同时设置注册表变量db2_skipdeleted,否则扫描访问中,被删除的将被无条件跳过。

    Furthermore, deleted rows are skipped unconditionally on table scan access while deleted keys are not skipped for type-2 index scans unless the registry variable DB2_SKIPDELETED is also set.

    youdao

  • 规则默认长度100(这意味着如果某个所扫描方法的长度超过100,则PM d会报告出现一个违规),但是如果喜欢的话,可以降低阈值。

    This rule's default length threshold is 100 (meaning that if a scanned method has a length greater than 100 lines, PMD reports a rule violation), but you can lower that threshold if you like.

    youdao

  • 其中gre p扫描heroes . txt文件中的每一并查找字母m,后面紧跟a,然后紧跟n。

    Here, grep scans each line in the heroes.txt.

    youdao

  • 如果查询中的极其(通常少于1,000)或者群集而且查询根本没有选择性的话那么使用表扫描更好一些。

    If the table in your query are pretty small (usually fewer than 1,000 rows) or clustered tables, and your query is not selective at all, it would be beneficial to use a table scan.

    youdao

  • 一般来说索引扫描访问数据有效方法尤其是很大符合条件很少时候

    Index scans are usually the most efficient way to access data, especially when the table is large but the number of qualified rows is small.

    youdao

  • 如果没有索引满足所取要求顺序或者优化器断定排序代价低于索引扫描,那么需要排序

    Sorting is required when no index satisfies the requested ordering of fetched rows, or the optimizer determines that a sort is less expensive than an index scan.

    youdao

  • 初级方法是使用游标扫描每一一个定位的更新语句

    The naive approach USES a cursor to scan the table and execute a positioned update statement for each row.

    youdao

  • 如果使用表扫描那么聚集就不会真正有益因为DB 2仍然必须读取所有那么物理排序重要了。

    If a table scan is used, the clustering would not really be beneficial because DB2 still has to read all rows and then the physical ordering is not very important.

    youdao

  • 我们第一个主要问题我们想要的内容时,我们扫描整个账单锁定我们读取的

    Our first major problem is that we are scanning the full bills table every time we want a row out of it and locking every row we read.

    youdao

  • 然后id扫描(RIDSCN)操作扫描这些取,id传递fetch操作符。

    The row ID scan (RIDSCN) operator then scans these row IDs, triggers row prefetching, and passes the row IDs to the fetch operator.

    youdao

  • 然后针对事实扫描每一被散列探测到位向量中从而判断当前的事实表是否被过滤掉了。

    Then for each row from the fact table scan, the foreign key is also hashed and probed into the bit vector to determine whether the current fact table row is filtered out.

    youdao

  • 我们发现涉及大量查询性能差异比较大比如所有20,000个XML文档扫描每个文档比较字符串

    We found a bigger difference for queries that touch a large number of rows, such as a table scan over all 20,000 XML documents with string comparison on every document.

    youdao

  • DB 2压缩功能可以减少磁盘存储需求同时改进扫描大量查询顺序读取访问

    DB2 row compression features can decrease disk storage requirements while at the same time improve sequential read access of large queries which perform full table scans.

    youdao

  • 扫描第一将它放在哈表中之后,就扫描第二个表,并哈希表中查找该表中的每一,看是否可以连接

    After the first table has been scanned and placed in a hash table, the second table is scanned and each row in the table is looked up in the hash table to see if a join can be made.

    youdao

  • 扫描第一将它放在哈表中之后,就扫描第二个表,并哈希表中查找该表中的每一,看是否可以连接

    After the first table has been scanned and placed in a hash table, the second table is scanned and each row in the table is looked up in the hash table to see if a join can be made.

    youdao

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

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

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