说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 句库 -> 遍历二叉树
1.
recursive procedure for traversing binary tree
遍历二叉树的递归过程
2.
Judging Fully Binary Tree on the Basis of Traversing Binary Tree;
基于遍历二叉树的方法判断完全二叉树
3.
Developing Convex Polyhedron Surface with Binary Tree Traversing
用二叉树遍历展开凸多面体外表面
4.
An Intelligible Non-Recursive Algorithm of Traversing Binary Tree
一种易理解的非递归二叉树遍历算法
5.
METHODS FOR UNIQUELY DETERMINING A TREE OR A BINARY TREE BASED ON ITS TRAVERSAL SEQUENCES
基于遍历序列的唯一确定树或二叉树的方法
6.
The Teaching Analysis of Inorder Traversing Binary Tree in the Data Structure;
数据结构中二叉树中序遍历的教学分析
7.
On the Algorithms of the pre-order and post-order non-oneself transferring oneself traversing;
关于二叉树前序和后序的非递归遍历算法
8.
An Uniform Traverse-arithmetc and Realization of Binary Tree Structure;
一种统一的二叉树结构遍历算法及其实现
9.
Non-recursive Algorithm Which Constructs The Binary Tree With Traversal Sequence
由遍历序列构造二叉树的非递归算法实现
10.
A Recursive Algorithm of Traversing Binary Tree by Level Based on Chain-stack Array
基于链栈数组的二叉树按层遍历递归算法
11.
Adaptive relay algorithm in MV distribution line carrier based on enumerating multi-branch tree
基于多叉树遍历的中压配电线载波自适应中继算法
12.
recursive procedure for generation binary tree
生成二叉树的递归过程
13.
Binary Class Number-an Application of the Binary Tree in the Book Classification
二叉分类号——二叉树在图书分类法中的应用
14.
On Consistence Of Three Count Problem: Out-Stack Sequence、Binary tree、Binary-find Tree;
关于出栈序列、二叉树、二叉搜索树三个问题计数的一致性
15.
Application of directory tree for searching after files in VC++6.0;
VC++6.0中遍历目录树查找文件的应用
16.
Searching algorithm for product structure tree and its application in PDM;
PDM中产品结构树的遍历算法及其应用
17.
correspondence between binary trees and forests
二叉树和森林之间的对应
18.
Write a function to find the depth of a binary tree.
译:写个程序找到一个二叉树的深度。