网站首页  词典首页

请输入您要查询的英文单词:

 

单词 binary tree
释义

binary tree

美 
英 
  • un.二叉树
  • 网络二元树;二进制树;棵二元树
un.
1.
二叉树

例句

释义:
1.
Binary tree is often used as a binary search tree and binary heap.
二叉树常被用作二叉查找树和二叉堆。
www.codesoso.com
2.
Originally here to download other peoples balanced binary tree, but found not easy to use, so from a code guru download.
AVL平衡二叉树。原本在这里下载了其他人的平衡二叉树,但发现都不好用,于是从codeguru下载了一个。
nulung.com
3.
binary tree algorithm used for the specified directory of files and directories to the formatting preserved.
用二叉树的算法对指定目录下的文件和目录以格式化的方法保存。
www.dssz.com
4.
The services composition plan was transferred into an AOV graph equivalently, and then was transformed into a binary tree further.
首先将一个服务的组合方案等效成AOV图,并将其转换成二叉树,然后进行后续遍历并编码。
www.joca.cn
5.
The enumeration of binary tree is of great interest from theoretical and practical point of view.
二叉树枚举的研究无论在算法理论上还是在实际应用中都具有重要的意义。
www.13191.com
6.
Followed by the binary tree method under the four model assumptions (structural model), and give the formula for that.
其次分别对二叉树方法模型在四种假设条件(构造模型)下进行求解,得出求解公式。
paper.pet2008.cn
7.
The count is then constructed into a binary tree using the Huffman algorithm to generate an optimized bit length coding.
然后,将该次数数字转化成二进制树状结构,再运用霍夫曼运算法则生成经优化的位长编码。
dictsearch.appspot.com
8.
How would you print out the data in a binary tree, level by level, starting at the top?
你将怎样以水平打印二叉树数据,水平,在顶开始?
blog.sina.com.cn
9.
balanced binary tree operation of a demonstration, demand analysis (1) using a balanced binary tree dynamic lookup table.
平衡二叉树操作的演示一、需求分析(1)利用平衡二叉树实现动态查找表。
nulung.com
10.
This article presents the define of the binary tree coordinate net and its basic theorems.
给出二叉树坐标网的定义及其基本定理。
www.dictall.com
1.
Simple Binary Tree Class - Binary Search Trees are useful for finding items in a list that changes infrequently .
二叉搜索树在查找经常变化的列表时是很非常有用的。
dictsearch.appspot.com
2.
For some purposes a binary tree is the best solution, but usually the simpler linked list is the obvious choice.
对于某些情况,二叉树是最佳选择,但在通常情况下,更简单的链表是显而易见的选择。
www-128.ibm.com
3.
Requirements : function can be established Binary Tree imported and exported its Hefuman tree.
要求:可以建立函数输入二叉树,并输出其赫夫曼树。
www.dssz.org
4.
There is a special kind of binary tree is called Cartesian tree, this tree each node has two key code, recorded as key1 and key2.
有一种特殊的二叉树被称为笛卡尔树,这种二叉树的每个结点都有两个关键码,记为key1和key2。
nulung.com
5.
To solve the shortcoming of symmetry encrypt and asymmetry encrypt, a new method that unite binary tree with RSA to encrypt data is given.
针对网络传输的特点,提出了一个将二叉树与RSA相结合的加密方法。
stae.com.cn
6.
Please write a procedure to determine the characteristics of binary tree.
请编写一个程序,确定二叉树的特征。
www.hxzi.com
7.
This algorithm is totally different from previous huffman algorithm in the operation process of optimizing binary tree.
该算法在使二叉树达到最优的运算过程中,完全区别于以往的哈夫曼算法。
lib.cqvip.com
8.
Computation overhead of our system are 60 times less than the rapidest one at present based on binary-tree divisible e-cash system.
在支付协议中,该系统比目前基于二叉树的最快的可分电子现金计算量少60倍。
dictsearch.appspot.com
9.
The point is that polygons are stored in a binary tree.
多边形是以点的形式在二叉树中存储的。
dictsearch.appspot.com
10.
giving the recursive and non-recursive algorithms of inorder-traversing binary tree.
并给出了中序遍历二叉树的递归算法和非递归算法。
www.juyy.net
1.
The realization of binary tree nodes to return to the left child, return the right child, add the node 3. Binary tree traversal sequence.
实现二叉树节点的返回左孩子,返回右孩子,添加结点3。层序遍历二叉树。
nulung.com
2.
As an example, you will model a class Node for a binary tree, with 2 pointers to the left and right child nodes.
例如,您可以为一个二进制树建立类型Node两个指针指向左右子节点。
www.ibm.com
3.
Course Design : Mission : To establish the optimal binary tree function.
任务:建立最优二叉树函数。
www.dssz.org
4.
A red-black tree (or symmetric binary B-tree) is a self-balancing binary tree invented by Rudolf Bayer.
“红-黑”树(或对称二进制B树)是RudolfBayer发明的一个自平衡二进制树。
www.ibm.com
5.
The algorithm stores data by binary tree to decrease the time that accessing database.
算法用二叉树存储数据,减少对数据库的访问次数。
oldweb.cqvip.com
6.
The concepts such as mathematical expression, stack operation and binary tree traversal must be presented in data structure.
数学表达式、栈的操作、二又树的遍历,这几个概念在数据结构的教材中是不可缺少的。
lib.cqvip.com
7.
And above the level established by the binary tree traversal.
并对上面建立的二叉树按层次遍历。
www.3333355555.com
8.
Produce an algorithm based on encoding binary tree and supporting vector multi-category classification algorithm.
给出了一种基于编码二叉树的支持向量的多类分类算法。
www.dictall.com
9.
With a one-dimensional array to preserve binary tree nodes. 2.
用一个一维数组保存二叉树结点。
nulung.com
10.
Write a function to find the depth of a binary tree .
写个程序找到一个二叉树的深度。
www.bing.com
1.
Binary tree is an important data structure.
二叉树是一种重要的数据结构。
www.13191.com
2.
Based on binary tree, blind signature and zero- knowledge proof, a new fair indivisible electronic coins scheme was proposed.
基于二叉树、盲签名和简单的秘密共享等思想,构造了一个公平可分的电子现金方案。
www.ceps.com.tw
3.
Recursive and non recursive implementation of binary tree traversal, the use of queues to achieve the level of binary tree traversal.
利用递归和非递归实现二叉树的中序遍历,利用队列实现二叉树的层次遍历。
www.pudn.com
4.
In this thesis, a modified self-organizing tree algorithm is proposed, which is a binary tree searching method.
本论文提出一个改良自我组织树的阶层式二元树搜寻架构演算法;
terms.shengwuquan.com
5.
If a binary tree becomes degenerate, we run into the same efficiency problems as we did with the singly linked list.
如果二叉树变得很不平衡,我们将会碰到同样的效率问题如同在持久化单向链表是一样。
dictsearch.appspot.com
6.
The most famous result related to the counting of binary tree enumeration is Catalan number.
与二叉树枚举计数相关的最有名的就是Catalan数。
www.13191.com
7.
Because the red-black tree is a binary tree, the time complexities of lookup operations are logarithmic.
由于红黑树是二叉树,查找操作的时间复杂度为对数。
www.ibm.com
8.
Max heap is structurally a complete binary tree.
最大值堆在结构上是一棵完全二叉树。
www.13191.com
9.
Enter the information based on user input, the establishment of binary binary tree list.
输入根据用户的输入信息,建立二叉树的二叉链表。
www.pudn.com
10.
Each insert and delete a contact in that update balanced binary tree. (3), the focus is on the deletion algorithm.
每次插入和删除一个接点时,显示更新的平衡二叉树。(3)重点在于对删除算法的实现。
s.dssz.net
1.
Order traversal of binary tree that is the result of a sort.
中序遍历排序二叉树即得排序结果。
www.hxzi.com
2.
To create the Binary Tree simply create a CSimpleBinaryTree object and initialise it.
要创建二叉树,可以简单的创建一个CSimpleBinaryTree对象并初始化。
blog.sina.com.cn
3.
Focusing on the problems of the resource searching in P2P network, a P2P network model based on strictly binary tree is proposed.
针对P2P网络中资源查找以及其自身存在的问题,提出了一种基于二叉树的P2P网络模型。
lib.cqvip.com
4.
The improved algorithm constructs pattern tree based on binary tree, and it can reduce the time.
该算法基于二叉树实现模式树的构造,减少构造模式树的时间。
www.zidir.com
5.
Everyone needs to know what a or binary tree is because they get used all the time.
每个人都需要知道什么是一或者二进指制树,那是因为他们习惯了所有的时间。
treasure.1x1y.com.cn
6.
This is my recently completed a binary tree with Huffman encoding operation of the data structure operations.
这是我近来完成的一个用哈夫曼树进行二进制编码操作的数据结构作业。
www.hxzi.com
7.
Self-similarity in the structure of a program and its expression in a Binary Tree
程序结构的自相似性及其二叉树表示
www.ilib.cn
8.
A Parallel Algorithm of Post-order Traversal of A Binary Tree in Grid Environment
网格环境下二叉树后序遍历的一种并行算法
www.ilib.cn
9.
Realization of Uniting Binary Tree with RSA to Encrypt Data and Its Application in Data Transport
二叉树与RSA相结合进行数据加密及其在数据传输中的应用
ilib.cn
10.
Implementation of Binary Tree-Based Creatively Assembled Mechanical Drive with Graph Interface
基于二叉树的图形界面机械传动创意组合的实现
www.ilib.cn
1.
Optimization of the Retrieval Algorithms by Improving Binary Tree of Query Expression
信息检索中改进二叉树优化检索算法
www.ilib.cn
2.
The Discussion of Inorder-traversing and Postorder-traversing Binary-tree with Recursive Algorithm
二叉树中序、后序遍历的递归算法讨论
www.ilib.cn
3.
New Method of Constructing Binary Tree Structure for the Feigenbaum's Bifurcation Theorem and MSS Sequence
基于混沌动力学构造二岔树结构的新方法
ilib.cn
4.
Recursion Algorithm of Calculating the Depth of a Binary Tree
二叉树深度的递归算法
www.ilib.cn
5.
Universal approximation of general binary tree-type hierarchical fuzzy systems
一般二叉树型分层模糊系统的通用逼近性
www.ilib.cn
6.
Intelligent algorithm realization of binary tree's production algorithm
二叉树生成算法的智能实现算法
service.ilib.cn
7.
Developing Convex Polyhedron Surface with Binary Tree Traversing
用二叉树遍历展开凸多面体外表面
www.ilib.cn
8.
Mesh Simplification Using Non-balance Binary Tree on Parameterization Plane
参数平面二叉树剖分网格简化
www.ilib.cn
9.
The Ancestor Pedigree Search of Individual Dairy Cattle Using Traversal Method on Full Binary Tree
利用满二叉树遍历算法搜索个体奶牛的祖先谱系
www.ilib.cn
10.
A discussion of postorder-traverse binary tree with no-recursive algorithm
二叉树后序遍历的非递归化算法讨论
scholar.ilib.cn
1.
Application of Optimal Binary Tree in Comprehensive Evaluation
最优二叉树在综合评价中的应用
www.ilib.cn
2.
Two improved algorithms on any binary tree represented by the node-degree array
结点度数组表示下的二叉树上两个算法的优化
service.ilib.cn
3.
Equivalence analysis of binary-tree-type hierarchical fuzzy systems
二叉树型分层模糊系统的等效性分析
www.ilib.cn
4.
The Classification of Time Series Employing Feature Vector and Binary Tree
时间序列基于特征向量的分类与二叉树分类
www.ilib.cn
5.
PLCH binary tree model of the auto-adaptation of Web information issuance
网络信息自适应发布的PLCH二叉树模型
service.ilib.cn
6.
Attribute Means Clustering Binary Tree and Applied on Face Recognition
属性均值聚类二叉树及其在人脸识别中的应用
service.ilib.cn
7.
Research of fingerprint classification combined by binary tree and SVM
基于二叉树和SVM的指纹分类
service.ilib.cn
8.
The Discussion of Pre-visiting Binary Tree With No-recursive Algorithm
二叉树先序遍历的非递归算法讨论
www.ilib.cn
9.
A Binary Tree Representation of Curve Hierarchical Structure in Depth
曲线弯曲深度层次结构的二叉树表达
www.ilib.cn
10.
Natural correspondence between forest and binary tree
森林和二叉树的自然对应
www.powerdict.com
1.
Determining Binary Tree with Traversal Sequence
怎样由遍历序列确定二叉树
scholar.ilib.cn
2.
A New Algorithm of Generating Binary Tree on Multiclass Classification Methods for Support Vector Machines
一种新的支持向量机多类分类二叉树生成算法
www.ilib.cn
3.
Application to Shift Decision for Construction Vehicle Based on SVM Binary Tree Multi-class Classification Algorithm
基于SVM的二叉树多类分类算法在工程车辆挡位决策中的应用
www.ilib.cn
4.
The Recursive And Non-recursive Algorithm of Post-traversing Binary Tree
后序遍历二叉树的递归和非递归算法
www.ilib.cn
5.
Using Binary Tree as Pruning Strategy to Identify Prosodic Phrase Breaks
应用二叉树剪枝识别韵律短语边界
www.ilib.cn
6.
The Teaching Analysis of Inorder Traversing Binary Tree in the Data Structure
数据结构中二叉树中序遍历的教学分析
scholar.ilib.cn
7.
Two Improved Algorithms for Constructing Binary Tree
构造二叉树的两个改进算法
scholar.ilib.cn
8.
The Proof and Realization of Uniqueness in Constructing Binary Tree
二叉树构造的唯一性证明及程序实现
scholar.ilib.cn
9.
Recursive procedure for traversing binary tree
遍历二叉树的递归过程
www.powerdict.com
10.
A Reliability Evaluation Algorithm for Distribution Network Based on Binary Tree and Traverse Technology
基于二叉树模型和遍历技术的配电网可靠性评估算法
ilib.cn
1.
The solid binary tree and its applications
立体二叉树在排序中的应用
ilib.cn
2.
A simple and convenient method to judge a fully binary tree
完全二叉树的实时判别方法
www.ilib.cn
3.
Application of optimal binary tree in multi-branch program design
最优二叉树在多分支结构程序设计中的应用
scholar.ilib.cn
4.
Transformation Algorithm Between Ladder Diagram and Instruction List Based on AOV Diagraph and Binary Tree
基于AOV图及二叉树的梯形图与指令表互换算法
www.ilib.cn
5.
Real-time Massive Terrain Rendering Using M-Band Wavelet and Binary Tree
多进制小波和二叉树实现大规模地形的实时漫游
www.ilib.cn
6.
The Research and Application of Traversing Binary Tree
二叉树遍历研究及应用
service.ilib.cn
7.
Establishment of Single and Binary Tree Volume Table of Abies holophylla Plantation
沙松人工林一元和二元立木材积表的编制
www.ilib.cn
8.
Research on variety of working stack in traversing a binary tree
遍历二叉树时工作栈变化情况的研究
scholar.ilib.cn
9.
Using Binary Tree to Manage Revoked Certificates
一种用于管理撤销证书的二进制树算法
www.ilib.cn
10.
Real Option Binary Tree Mergers and Acquisitions
实物期权二叉树模型与企业并购
www.ilib.cn
1.
A New Method of Determination of Optimal Binary Tree Encoding and Decoding
最优二叉树编译码确定的一种新方法
www.ilib.cn
2.
Judging Fully Binary Tree on the Basis of Traversing Binary Tree
基于遍历二叉树的方法判断完全二叉树
service.ilib.cn
3.
An Uniform Traverse-arithmetc and Realization of Binary Tree Structure
一种统一的二叉树结构遍历算法及其实现
www.ilib.cn
4.
Application of Binary Tree to Auto Railway Route Search
二叉树在自动进路搜索中的应用
www.ilib.cn
5.
The logical expressions automated derivation arithmetic based on the binary tree
一种利用二叉树来实现逻辑表达式自动推导的算法
www.ilib.cn
6.
Dynamic Simulating the Creating of Binary Tree
动态模拟二叉树的建立
scholar.ilib.cn
7.
A binary search tree (BST) is a binary tree with the following properties
二进制搜索树(BST)是具有以下属性的二进制树
www.ibm.com
8.
Power Flow Calculation for Radial Distribution Networks Based on Threaded and Binary Tree
基于线索二叉树的辐射状配电网潮流计算
www.ilib.cn
9.
A Binary Tree Example Be Built by a Visual Method
用可视化法建立二叉树实例
www.ilib.cn
10.
An Algorithm of Engineering Drawing Combination Composing Based on Binary Tree
一种基于二叉树的工程图组合排版算法
www.ilib.cn
1.
An anti-collision RFID algorithm based on binary-tree search of the dynamic binary
基于动态二进制的二叉树搜索结构RFID反碰撞算法
service.ilib.cn
2.
Fault diagnosis method of analog circuit based on binary tree with maximum fault information volume
基于最大故障信息量二元树的模拟电路诊断法
www.ilib.cn
3.
Application of Stack in Creating Binary-Tree
堆栈在构造二叉树中的应用
www.ilib.cn
4.
Binary tree clues and traversal of binary tree
浅谈二叉树线索化及利用线索进行遍历
www.ilib.cn
5.
A Multiple Pattern Matching Algorithm Based on Sequential Binary Tree
基于有序二叉树的多模式匹配算法
www.ilib.cn
6.
Active search circle algorithm of isoline model based on balanced binary tree
基于平衡二叉树的动态搜索圆等值线模型算法
service.ilib.cn
7.
right subtree in a binary tree
二叉树中的右子树
www.mapeng.net
8.
New Method of Traversing Binary Tree
一种生成二叉树遍历序列的新方法
scholar.ilib.cn
9.
Algorithm of Fault Binary Tree
事故二叉树计算机算法
ilib.cn
10.
Solve the Problem of Stack Sequence by Binary Tree
用二叉树解决出栈序列问题
scholar.ilib.cn
1.
BTPC(Binary Tree Predictive Coding)
二叉树猜测编码技能[方式]
blog.sina.com.cn
2.
The Distributed Key Management System Based on Binary Tree
基于二叉树的分布式密钥管理机制
www.ilib.cn
3.
Postorder-traversal algorithm of binary tree based on EREW
基于EREW的后序遍历二叉树算法
www.ilib.cn
4.
An Efficient Optimized Trie-Tree Based on Ordered Binary Tree
一种基于有序二叉树的高效优化索引树
ilib.cn
5.
On Count-problems of Binary Tree
论二叉树计数问题
www.ilib.cn
6.
A Method of Digital Image Scrambling Based on Binary Tree Traversal
一种基于二叉树遍历的数字图像置乱方法
www.ilib.cn
7.
A Batch Signature Scheme based on Binary Tree and Elliptic Curve
一种基于二叉树结构与椭圆曲线的批量签名方案
www.ilib.cn
8.
A Method for Curve Representation Based on Binary Tree
基于二叉树的曲线描述方法
ilib.cn
9.
A New Method of Forming the Binary Tree
一种新的二叉树生成办法
www.ilib.cn
10.
A Sepical Balanced Binary Tree
一类特殊的平衡二叉树
www.ilib.cn
1.
Ic order for binary tree
二叉树的对称次序
news.dic123.com
2.
Study on CAD system of plastic door window based on binary tree
基于二叉树的塑料门窗CAD系统的研究
www.ilib.cn
3.
Encryption Based on Binary Tree
基于二叉树的加密算法
168.160.184.78
4.
A new SVM multiclass classification based on binary tree
一种新的基于二叉树的SVM多类分类方法
ilib.cn
5.
Imagine that you have a binary tree whose nodes are defined in
设想您有一个二进制树,其中的节点定义在
www-128.ibm.com
6.
Data Structure of Assembly Model Based on Binary Tree
基于二叉树的装配体数据
ilib.cn
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/11/15 21:31:44