binomial tree二叉树 1.Binomial Tree Model Used in Convertible Bonds Pricing;可转换债券定价的二叉树模型 2.The project value as a function of time usingbinomial treewas considered to set up a model for budgeting decision on multiple projects.研究了实物期权方法在可推迟的多项目预算决策中的应用·通过...
二叉树 在计算机科学中,树是一种重要的非线性数据结构,直观地看,它是数据元素(在树中称为结点)按分支关系组织起来的结构。二叉树是每个节点最多有两个子树的有序树。通常子树被称作“左子树”(left subtree)和“右子树”(right subtree)。二叉树常被用于实现二叉查找树和二叉堆。值得注意的是,二叉树不是树的特...
解析 binary tree 一直都翻译成 二叉树.“二叉树是每个节点最多有两个子树的有序树.” 没有听过"2-tree"作为数据结构的专有名词,已知的有“2-3 tree”和"2-3-4 tree" "2-tree"怀疑是误抄,或对书本文字的错误断句 分析总结。 没有听过2tree作为数据结构的专有名词已知的有23tree和234tree...
二叉树的英文翻译,二叉树用英语怎么说,怎么读 读音:/èr chā shù/ 二叉树的英文翻译 binary tree 二叉树汉英翻译 binary tree二进制树形网络; 词组短语 线索二叉树threaded binary tree; threaded binary search tree 完全二叉树数 Complete binary tree; full binary tree ...
英语翻译 A binary tree(二叉树[1]) is similar to a tree in which every node has 0,1 or 2 children.But whereas a node of a tree could have “only a first child” but not” only a second child”,a single child of a node of a binary tree is designated as being either the left(...
沪江词库精选二叉树用英语怎么说、英语单词怎么写、例句等信息 binary tree 相似短语 binary adder 二进加法器,二进制加法器 binary addition 二进制加法 binary address 二进制地址 binary character 二进制符号 binary compound n.[化]二元化合物 binary constant 二进制常数 binary divider 二进制除法器...
完全二叉树 完全二叉树的英文翻译,完全二叉树用英语怎么说,怎么读 读音:/wán quán èr chā shù/ 完全二叉树的英文翻译 【计】complete binary tree 完全二叉树汉英翻译 complete binary tree完全二叉树 词组短语 准完全二叉树almost-complete binary tree...
二叉树 1. Implementation of context-sensitive L-system based onbinary tree; 基于二叉树的上下文相关L-系统实现 2. Research of fingerprint classification combined bybinary treeand SVM; 基于二叉树和SVM的指纹分类 3. The Nodes of a Binary Tree Traversal Algorithm Sequencing Analysis; ...
最优二叉树 1. Complete demonstration of optimal B-tree; 最优二叉树的完备性证明 2. The optimal B-tree is very important data structure,it is broadly applied in the fields of communicating and engineering,and so on. 最优二叉树是一种十分重要的数据结构,在通信、工程及软件开发等领域有着广泛...