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

traversing

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

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

v.  横过; 横越; 穿过; 横渡
traverse的现在分词

现在分词:traversing 

计算机

柯林斯词典

  • 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.
      溪流横贯、两侧山势陡峭的山谷

双语例句

  • Traversing the JSF component tree recursively.
    递归式遍历JSF组件树。
  • Clojure's core API includes a library, clojure. walk, that is specifically for traversing data structures.
    Clojure的核心API包含一个库,即clojure.walk,这个库专门用于遍历数据结构。
  • The Collections framework introduced iterators for traversing a list or other collection, which optimizes the process of iterating through the elements in a collection.
    集合框架引入了迭代器,用于遍历一个列表或者其他集合,从而优化了对一个集合中的元素进行迭代的过程。
  • Algorithm Design and Implementation of Traversing NAT for Media Streams
    一种媒体流穿越NAT的算法设计与实现
  • You can also find more facts by traversing links between different things.
    通过遍历不同事物之间的链接可以找到更多事实。
  • Additionally common graph based algorithms like path-searches are easy to implement by traversing through the graph.
    另外,基于如路径-查询(Path-Search)算法的普通图,也易于通过遍历图来实现。
  • The method involves traversing the table and getting the network address family, interface and protocol.
    这个例程遍历这个表,获取网络地址系列、接口和协议。
  • Analysis and Implementation of Breadth-first Search Traversing Graph Algorithm
    图的广度优先搜索遍历算法的分析与实现
  • The method then calls createForm that does the actual work by traversing through the tree via reflection.
    然后,这个方法调用createForm,后者通过反射遍历树以执行实际工作。
  • There are two rules for traversing through a DBCS string using a pointer.
    这里有使用指针遍历DBCS字符串时的两条规则。