go top

二叉树 [èr chā shù]

网络释义专业释义

  [计] binary tree

二叉树Binary Tree)是另一种树型结构,其特点是每个结点最多有两棵子树。树和二叉树之间可以相互转换。

基于8803个网页-相关网页

  b tree

... b test 测试 b tree 二叉树 B&S Brown and Sharp gauge 英国电线线径规范 ...

基于186个网页-相关网页

  Threaded Binary Tree

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

基于120个网页-相关网页

  Binomial

...内可能实现收益的概率加权平均值可行权日之后的处理的现值如果全部或部分权益工具未被行权而失效或作废,Binomial二叉树)定价模型:通应在行权有效期截止日将其从资本公积(其他资过估计在连续的时间里股票价格的本公积)转入未分配利润,不冲减成本费...

基于72个网页-相关网页

短语

线索二叉树 threaded binary tree ; threaded binary search tree ; binary threaded tree

完全二叉树 [数] Complete binary tree ; full binary tree ; FBT

满二叉树 full binary tree

二叉树模型 Binomial model ; Binomial Trees

二叉树搜寻 binary tree search

二叉树排序 binary tree sort

树和二叉树 Tree & Binary Tree

二叉树算法 banary tree

 更多收起网络短语
  • binary tree - 引用次数:264

    This paper analyzed the relation between the complete binary tree nodes and the leaves number by two ways.

    该文从两个角度分析了完全二叉树的总结点数与叶结点数之间的关系。

    参考来源 - 完全二叉树总结点数与叶结点数关系分析—《电脑知识与技术》—2008年第34期—龙源期刊网
    bintree - 引用次数:19

    The methods turning TC(trapeziform chart) logical into XML data are discussed. It differs from using bintree in describing node-link-structure.

    将PLC梯形图逻辑表示为XML数据,不同于采用二叉树来描述节点连接结构。

    参考来源 - 基于XML的PLC数据描述 in C
    bin-tree - 引用次数:4

    This paper extends an existed non-interactive sampling scheme based on bin-tree to suit the actual situation.

    针对一个已有的基于二叉树的无交互防欺骗检测方法进行改进。

    参考来源 - 改进的基于二叉树的无交互防欺骗检测方法 in C
  • binomial tree - 引用次数:84

    In the developed capital market, they are generally valued with numerical methods, including binomial tree, finite difference methods, finite element methods, Monte Carlo simulation and so on.

    目前,在国外发达资本市场,一般采用数值法为其定价,如二叉树法、有限差分法、有限元法和Monte Carlo模拟法等。

    参考来源 - 可转换债券定价与分析研究
    binary tree - 引用次数:38

    In this paper, integrate in a variety of scenarios under the binary tree and the trigeminal tree model and give formula.

    文章主要综合了在各种假设情况下的二叉树模型和三叉树模型的求解公式,以及简略分析了各公式的收敛速度和偏差程度,并在亚式期权定价模型下进行了二叉树和三叉树方法的数值计算。 本文共分五章进行论述。

    参考来源 - 亚式期权的三叉树定价模型的探究(研究生论文)
    binominal tree - 引用次数:10

    This paper studies the valuation of convertible bonds, by making use of modern financial mathematics, financial engineering, partial derivative function and Binominal tree model.

    本文综合运用金融数学、金融工程、偏微分方程、二叉树模型等对可转换债券的定价进行了理论和实证研究。

    参考来源 - 我国可转换债券定价的理论与实证研究
    binomial probability tree - 引用次数:3

    参考来源 - 外汇期权定价的数学模型分析
  • binomial tree - 引用次数:2

    参考来源 - 关于亚洲期权定价 On Asian Option Pricing
  • binary search tree - 引用次数:2

    In this paper,the study of random binary search tree is a random graph theories of a tree.

    本文所研究的随机二叉搜索是随机图论二叉树的一种。

    参考来源 - 随机二叉搜索树上的若干强极限性质
  • binary tree
  • binary tree

·2,447,543篇论文数据,部分数据来源于NoteExpress

新汉英大辞典

二叉树 [èr chā shù]

  • {计} binary tree
  • 短语:
    • 二叉树检索 binary tree search
以上来源于:《新汉英大辞典》

双语例句原声例句

  • 二叉操作使用

    Binary Tree, the operation and use.

    youdao

  • 正如所说二叉排序一种非常有效快速方法

    As I said, binary trees are a very efficient and fast way of sorting.

    youdao

  • 现在这个决策如果走左边分支二叉

    Now, the decision tree, if I branch left, it's a binary tree.

    youdao

更多双语例句

百科

二叉树

在计算机科学中,二叉树是每个结点最多有两个子树的树结构。通常子树被称作“左子树”(left subtree)和“右子树”(right subtree)。二叉树常被用于实现二叉查找树和二叉堆。 一棵深度为k,且有2^k-1个结点的二叉树,称为满二叉树。这种树的特点是每一层上的结点数都是最大结点数。而在一棵二叉树中,除最后一层外,若其余层都是满的,并且或者最后一层是满的,或者是在右边缺少连续若干结点,则此二叉树为完全二叉树。具有n个结点的完全二叉树的深度为floor(log2n)+1。深度为k的完全二叉树,至少有2k-1个叶子结点,至多有2k-1个结点。

详细内容

以上来源于: 百度百科
$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定