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.- I traversed the narrow pedestrian bridge.
我走过狭窄的人行天桥。 - …a steep-sided valley traversed by streams.
溪流横贯、两侧山势陡峭的山谷
- I traversed the narrow pedestrian bridge.
双语例句
- To do this asynchronously, the net traverses the distorted pattern, and at each node, N, it asks whether N's value should be set to-1 or+ 1.
如果是异步完成,网络会遍历失真的图案,在每一个节点N,它会询问N的值应该设置为-1还是+1。 - 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.
如果是目录,并且不是“.”,则递归地遍历该目录。 - A covered bridge traverses the stream.
有盖顶的桥横跨小溪。 - My simple implementation's Degrade Weights traverses the weight array and randomly sets weights to zero.
我的简单实现的退化权重(DegradeWeights)会遍历权重数组并随机地将权重设置为0。 - As it traverses the nodes, it keeps track of which objects are actively being referenced.
在它遍历这些节点的同时,它跟踪哪些对象当前正被引用着。 - The program recursively traverses through all the USB hubs on the USB system and locates all the USB devices connected to the host computer.
这个程序递归地遍历USB系统上的所有USBhub并找出连接到主机计算机上的所有USB设备。 - The_callREST method traverses through the items in the JSON file.
callREST方法遍历JSON文件中的条目。 - Then, the JSF framework traverses the tree recursively, updating the state of the components.
然后,JSF框架递归式地遍历组件树,更新组件状态。 - Event generator traverses the tree and fires events ( think DOM to SAX).
Eventgenerator遍历树并触发事件(设想SAX的DOM)。