traversal
英
美
网络 遍历; 穿越; 追踪; 周游; 树的遍历
复数:traversals
COCA.42769
英英释义
noun
双语例句
- This is certainly more convenient than the traversal methods I discussed.
这无疑比我所讨论的遍历方法更方便。 - This structure is referenced during insertion, removal, and traversal of the list.
在链表的插入,移除,遍历操作中,这个结构体要被引用到。 - The first and most commonly used traversal technique is the each() function.
第一个也是最常用的遍历方法是each()函数。 - The DOM parsing of an XML file that contains your GUI controls and the possible values for these controls is fairly straightforward, once you understand the document traversal methods.
一旦您理解了文档遍历方法,对包含GUI控件和对于这些控件可能的值的XML文件的DOM分析就相当的简单了。 - Collecting this information is slow, requiring queue traversal.
收集关于队列大小的信息会很慢,需要遍历队列。 - The algorithms can answer a query of a node in constant time and perform a traversal in linear time.
该算法可在常数时间内完成单个结点的查询,在线性时间内完成整个序列的遍历或互转。 - Traversal string: The '!' delimiter requires a name to operate on.
遍历字符串:分隔符!要求分隔一个名称。 - In general, both direct and traversal access require knowledge of the internal node structure.
一般来说,直接存取和遍历存取都需要知道内部节点的结构。 - Research and Realization of NAT Traversal Solutions in VoIP System Based on SIP Protocol
基于SIP协议的VoIP系统中NAT穿越方案的研究与实现 - JSR-170 provides two methods for accessing nodes: traversal access and direct access.
JSR-170提供了两种存取内容的方法:遍历存取和直接存取。