遍历树 meaning in Chinese
traverse tree
Examples
- Walks a tree rather than scanning a linear bytestream - that is , sax or
是遍历树而不是扫描线性字节流就是说, sax或 - But walking a tree just by using recursive functions is not all that difficult
但是只用递归函数来遍历树并不十分困难。 - Fortunately , it takes just a few lines to traverse the tree and produce it
幸运的是,只需要几行代码就可以遍历树并生成它: - If you want them , genericasttraversal and genericastmatcher provide ways of walking trees , using similar inheritance protocols to those presented for the scanner and parser
如果您希望得到它们, genericasttraversal和genericastmatcher提供了遍历树的方法,使用的继承协议类似于我们为扫描程序和解析器所提供的。