树遍历 meaning in English
tree traversal
Examples
- That resolution , in turn , requires the engine to be able to navigate its way around an xml tree
接口的类包含某些方法,这些方法用于创建按文档次序进行操作的迭代器和树遍历器。 - It leads to a declarative style of programming because it saves having to write all the tree walking and tree manipulation routines
从而形成了声明性的编程风格,因为避免了编写所有的树遍历和树处理例程。 - A number of tree - walking optimizations are built into this macro , giving you linear - o in big - o notation - efficiencies in processing a given sxml structure ; a naive approach could easily use more memory or cpu time . see resources
这个宏对树遍历进行了一些优化,可以以线性效率用大o表示法为o ( n )处理给定的sxml结构,普通的方法很容易会占用更多的内存和cpu时间。