字典二二>英语词典>traversal翻译和用法

traversal

网络  遍历; 穿越; 追踪; 周游; 树的遍历

复数:traversals 

计算机

COCA.42769

英英释义

noun

双语例句

  • It pointed out that relation mode could be organized by sequential traversal of hierarchy tree structure.
    方法指出将层次树状结构顺序遍历,组织成为关系模式。
  • This will cover matters such as traversal and scanning of data.
    这将涉及到传输和扫描数据等。
  • Collecting this information is slow, requiring queue traversal.
    收集关于队列大小的信息会很慢,需要遍历队列。
  • Easy HTML DOM traversal using jQuery selectors and binding selected elements to events.
    利用jQuery选择器(selectors)简化HTMLDOM遍历,并将所选元素绑定到事件。
  • You can certainly do much more with traversal expressions.
    当然您可以使用遍历表达式做更多的事情。
  • The first and most commonly used traversal technique is the each() function.
    第一个也是最常用的遍历方法是each()函数。
  • The table updates also led to races that occasionally lost packets during their traversal of the frequently changing ruleset.
    在对频繁更改的规则集进行遍历的过程中,对表的更新还将导致偶尔出现丢包的情况。
  • The algorithms can answer a query of a node in constant time and perform a traversal in linear time.
    该算法可在常数时间内完成单个结点的查询,在线性时间内完成整个序列的遍历或互转。
  • Traversal string: The '!' delimiter requires a name to operate on.
    遍历字符串:分隔符!要求分隔一个名称。
  • The DOM parsing of an XML file that contains your GUI controls and the possible values for these controls is fairly straightforward, once you understand the document traversal methods.
    一旦您理解了文档遍历方法,对包含GUI控件和对于这些控件可能的值的XML文件的DOM分析就相当的简单了。