traversal method
基本解釋
- [計算機科學技術]遍歷方法
英漢例句
- Finallg, the author got the conclusion that Width First Traversal method is more effective and convenient.
最后得出結論,用廣度優(yōu)先的遍歷方法創(chuàng)建網格是生成三角網格一種相對便利有效率的方法; - 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.
通過在一個有條件跳轉指令之后放置無用數據、并且有規(guī)劃地確保跳轉條件總是跳轉成功,能夠欺騙遞歸遍歷方法。
雙語例句
詞組短語
- hierarchical traversal of forest method 分層遍歷森林算法
- depth -first search traversal method 深度優(yōu)先遍歷方法
短語
專業(yè)釋義
- 遍歷方法
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.
在建模過程中,利用雙向鏈表來存儲樹模型的控制點數據,然后采用數據結構中深度優(yōu)先遍歷方法,遍歷出樹模型中每段樹枝。