中英
traversal
/ trəˈvərs(ə)l /
/ trəˈvərs(ə)l /
  • 简明
  • n.[计] 遍历;横越;横断物
  • 网络释义
  • 专业释义
  • 英英释义
  • 1

    [计] 遍历

    遍历

  • 2

     穿越

    穿越

  • 3

     穿透

    穿透

短语
查看更多
  • 双语例句
  • 权威例句
  • 1
    Figure 1 summarizes the commonly used traversal functions.
    图1总结了常用的遍历函数。
  • 2
    You can track focus traversal activity originated by the mouse.
    跟踪由鼠标引起的焦点遍历行为。
  • 3
    The third part of the traversal expression is a Boolean expression.
    遍历表达式的第三部分是布尔表达式。
查看更多
  • 同根词

词根:traverse

  • adj.

    traverse横贯的

  • n.

    traverse穿过;横贯;横木

    traverser否认者;横越者;(铁路的)转盘

  • vi.

    traverse横越;旋转;来回移动

  • vt.

    traverse穿过;反对;详细研究;在…来回移动

  • 百科
  • Traversal

    In computer science, tree traversal (also known as tree search) is a form of graph traversal and refers to the process of visiting (examining and/or updating) each node in a tree data structure, exactly once, in a systematic way. Such traversals are classified by the order in which the nodes are visited. The following algorithms are described for a binary tree, but they may be generalized to other trees as well.

查看更多