中英
线索二叉树
  • 简明
  • 网络释义
  • 专业释义
  • 1

     threaded binary tree

    线索二叉树 (threaded binary tree)线索二叉树(保留遍历时结点在任一序列的前驱和后继的信息):若结点有左子树,则其lchild域指示其左孩子,否则令lchild域指示其前...

  • 2

     threaded binary search tree

    ... balanced binary search tree 平衡二元搜寻树 threaded binary search tree 线索二叉树 Splay binary search tree 伸展树 ...

  • 3

     binary threaded tree

    ... binary - tree 二 optimal binary sort tree 最佳二叉捧序树 binary threaded tree 线索二叉树 ...

短语
  • 双语例句
  • 1
    比较的结果表明,新算法所生成的线索比传统的先序和后序线索优越。
    Results of comparison show that the threaded binary-trees generated by the new method are more efficient than the traditional ones.
  • 2
    线索和本文改进的前推法结合起来形成了一种新的辐射状配电网潮流计算方法。
    A new method of power flow is coming into being when combining threaded binary tree and forward sweeping method.
  • 3
    新算法生成的线索比传统的线索优越,从而使WBS搜索更加简单、有效。
    The threaded binary tree based on the new algorithm is superior to the traditional one, and thus makes the WBS searching simpler and more effectual.
查看更多
  • 百科
  • 线索二叉树

    在二叉树的结点上加上线索的二叉树称为线索二叉树,对二叉树以某种遍历方式(如先序、中序、后序或层次等)进行遍历,使其变为线索二叉树的过程称为对二叉树进行线索化。

查看更多