traversing
英 [trəˈvɜːsɪŋ]
美 [trəˈvɜːrsɪŋ]
v. 横过; 横越; 穿过; 横渡
traverse的现在分词
现在分词:traversing
柯林斯词典
- VERB 横穿;横越;穿过
If someone or somethingtraversesan area of land or water, they go across it.- I traversed the narrow pedestrian bridge.
我走过狭窄的人行天桥。 - …a steep-sided valley traversed by streams.
溪流横贯、两侧山势陡峭的山谷
- I traversed the narrow pedestrian bridge.
双语例句
- Traversing the JSF component tree recursively.
递归式遍历JSF组件树。 - The dentry also maintains relationships between directories and files for traversing file systems.
dentry还维护目录和文件之间的关系,从而支持在文件系统中移动。 - There are two rules for traversing through a DBCS string using a pointer.
这里有使用指针遍历DBCS字符串时的两条规则。 - The Collections framework introduced iterators for traversing a list or other collection, which optimizes the process of iterating through the elements in a collection.
集合框架引入了迭代器,用于遍历一个列表或者其他集合,从而优化了对一个集合中的元素进行迭代的过程。 - The still use traditional dugout canoes for traversing the fresh water lake.
仍然使用的淡水湖泊穿越传统的防空洞独木舟。 - Traversing and manipulating the DOM in general can have a heavy performance burden on a web application.
完全遍历和操作DOM会给web应用程序造成很大性能负担。 - You've learned about two facets of traversing a document: the methods provided by QueryPath and the CSS3 selector support.
您了解了遍历文档的两个方面:QueryPath提供的方法和CSS3选择器支持。 - It would be better if traversing the data structure was a separate and generic operation.
将数据结构的遍历作为独立、一般的操作将更为理想。 - You can also find more facts by traversing links between different things.
通过遍历不同事物之间的链接可以找到更多事实。 - Analysis and Implementation of Breadth-first Search Traversing Graph Algorithm
图的广度优先搜索遍历算法的分析与实现