traversal method
基本解释
- [计算机科学技术]遍历方法
英汉例句
- Finallg, the author got the conclusion that Width First Traversal method is more effective and convenient.
最后得出结论,用广度优先的遍历方法创建网格是生成三角网格一种相对便利有效率的方法; - In this paper we analyzed several kinds of method of NAT traversal for SIP and their pitfalls, proposed a solution for NAT traversal based on STUN and TURN methods.
NAT使得SIP端到端的应用变得非常困难,文章分析了几种SIP穿越NAT方法及其不足,提出了一种基于STUN和TURN方法的穿越方案。 - The recursive traversal method can be fooled by placing garbage data after a conditional jump instruction and programmatically ensuring that the jump condition always succeeds.
通过在一个有条件跳转指令之后放置无用数据、并且有规划地确保跳转条件总是跳转成功,能够欺骗递归遍历方法。
双语例句
词组短语
- hierarchical traversal of forest method 分层遍历森林算法
- depth -first search traversal method 深度优先遍历方法
短语
专业释义
- 遍历方法
In the process of modeling, getting two-way linked list to store control point data of the tree model . Then using the depth-first traversal method to traverse the two-way linked list.
在建模过程中,利用双向链表来存储树模型的控制点数据,然后采用数据结构中深度优先遍历方法,遍历出树模型中每段树枝。