找诗词>英语词典>traversal翻译和用法

traversal

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

复数:traversals 

计算机

COCA.42769

英英释义

noun

双语例句

  • Method to perform a customized traversal.
    方法执行自定义的遍历。
  • You can certainly do much more with traversal expressions.
    当然您可以使用遍历表达式做更多的事情。
  • The algorithms can answer a query of a node in constant time and perform a traversal in linear time.
    该算法可在常数时间内完成单个结点的查询,在线性时间内完成整个序列的遍历或互转。
  • The first and most commonly used traversal technique is the each() function.
    第一个也是最常用的遍历方法是each()函数。
  • We also need a zipper implementation that can deal with the standard Clojure data structures during traversal.
    我们还需要一种zippers实现,它应能够在遍历过程中处理标准Clojure数据结构。
  • As you can see, daisy chaining allows you to concatenate several DOM traversal statements together.
    如您所见,菊花链方式可以将几个DOM遍历语句连接起来。
  • In general, both direct and traversal access require knowledge of the internal node structure.
    一般来说,直接存取和遍历存取都需要知道内部节点的结构。
  • InfoQ: Does Repository Manager support traversal of dependency tree of arbitrary depth?
    InfoQ:RepositoryManager支持遍历任意深度的依赖树吗?
  • Easy HTML DOM traversal using jQuery selectors and binding selected elements to events.
    利用jQuery选择器(selectors)简化HTMLDOM遍历,并将所选元素绑定到事件。
  • This is certainly more convenient than the traversal methods I discussed.
    这无疑比我所讨论的遍历方法更方便。