记作业>英语词典>traverses翻译和用法

traverses

英 [trəˈvɜːsɪz]

美 [trəˈvɜːrsɪz]

v.  横过; 横越; 穿过; 横渡
traverse的第三人称单数

柯林斯词典

  • VERB 横穿;横越;穿过
    If someone or somethingtraversesan area of land or water, they go across it.
    1. I traversed the narrow pedestrian bridge.
      我走过狭窄的人行天桥。
    2. …a steep-sided valley traversed by streams.
      溪流横贯、两侧山势陡峭的山谷

双语例句

  • In addition to the standard hashing relationship, there is now a linked list that traverses through the collection.
    除标准的散列关系之外,现在还有一个可遍历整个集合的链表。
  • Through these mountains a foot-track traverses the passes and the virgin jungle.
    这片山脉有一条羊肠小道,穿过各个隘口和原始丛林。
  • This network reachability information includes information on the list of Autonomous System ( ASs) that reachability information traverses.
    这种网络可到达性信息包含了可到达性信息穿越的自治系统的列表。
  • Each time data traverses the user-kernel boundary, it must be copied, which consumes CPU cycles and memory bandwidth.
    数据每遍历用户内核一次,就要被拷贝一次,这会消耗CPU周期和内存带宽。
  • Event generator traverses the tree and fires events ( think DOM to SAX).
    Eventgenerator遍历树并触发事件(设想SAX的DOM)。
  • The problem is that getElementsByTagName recursively traverses the document, returning all matching nodes.
    问题在于getElementsByTagName递归地遍历文档,从而返回所有匹配的节点。
  • If it is and it is not '.', it traverses recursively into the directory.
    如果是目录,并且不是“.”,则递归地遍历该目录。
  • LSA traverses all the grids within the query region which ensures the query result quality of the algorithm.
    LSA算法通过遍历查询区域内的所有网格,保证了算法查询结果的质量。
  • Requisition: In this phase, the container traverses its children and queries each for its desired size.
    请求(requisition):在此阶段,容器遍历它的child,并询问每个child所需的空间。
  • A method is then introduced that traverses the collection and applies the Visitor action against each element.
    方法被引进来遍历集合并对每个元素应用Visitor动作。