说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 结构树
1)  structure tree
结构树
1.
Rapid Cost Estimation and Quotation of Gearbox Based on the Product Structure Tree;
基于产品结构树的减速器快速成本估算及报价
2.
To overcome the shortcomings of the linearity management model in component management in tank, model structure tree is proposed to be used.
本文针对目前船舶舱容管理信息系统中,舱内构件线性管理模式存在的缺陷,提出利用模型结构树的管理模式,以提高数据管理的效率。
3.
The document is divided into some edit areas,the document structure tree is constructed and the role restrict is imported in it.
针对上述问题,提出一种脱离数据库的权限控制方法,将文档进行编辑区域划分,构建文档结构树,对结构树引入角色约束,整个存取控制约束利用XML描述,作为文档信息的一部分,此方法易于实现网络环境下的文档存取控制。
2)  tree [英][tri:]  [美][tri]
树状结构 [树]
3)  tree-network structure
树网结构
1.
It also proposes the pattern of tree-network structure of urban green space based on the advantage and flaw of tree-type structure and network-type structure.
结合树型结构和网络结构的自身优势与缺陷,提出了城市绿地树网型结构模式,并对城市绿地树网结构的特征、优势和研究方向提出了建议。
4)  tree structure
树结构
1.
Data striping criterion for simple tree structure storage system and its verification;
简单树结构存储系统数据分块标准及其证明
2.
Application of tree structure in N-body problem;
树结构在N体问题中的应用
3.
Angle-Based Tree Structure Algorithm of Data-Aggregation for Wireless Sensor Networks;
基于偏转角的树结构数据融合路由算法
5)  tree-like structure
树形结构
1.
In order to solve the problems in the automobile test integration system,in this paper,the tree-like structure is introduced to the design on the database,in which the definition and the design method are narrated in detail.
文中将树形结构引入到数据库设计中,详细讨论了该树形结构的定义以及设计方法。
6)  Tree structure
树形结构
1.
The Research of Tree Structure Based on XML and Relational Database;
基于XML和关系数据库的树形结构的研究
2.
Storage and operation of tree structure in relational database;
树形结构在关系数据库中的存储与运算
3.
Control of Education Quality of Distance Education Based on Tree Structure;
基于树形结构的远程教育系统的教育质量控制
补充资料:树结构


树结构
tree

  s协明份got;树结构(t ree)由n(n异0)个结点的有限集合所构成的一种数据结构。当n~。时称为空树,非空树递归定义如下:①有且仅有一个称为根的结点;②其余结点可分为二(。)0)个互不相交的子集,其中每一个子集本身又是一棵树,称为根的子树。树结构在客观世界中广泛存在,也是程序设计中各种信息的重要组织~一。 树中的结点包含一个数据元素及若于指向其子树的分支。结点拥有的子树数(分支数)称为该结点的度,用石表示。度为o的结点称为叶或终端结点;度不为O的结点称为分支结点或非终端结点。树中各结点的度的最大值称为树的度。树是一种层次结构,结点的层次从根开始定义,根为第一层,若某结点在第艺层,则其子树的根为第i+1层。树中结点的最大层次称为树的深度或高度。若树中各结点的子树之间在逻辑上存在顺序关系的,则称该树为有序树;否则,称为无序树。 在计算机中,通常采用多链式存储结构来表示树结构。对树的操作有:①检索树中的结点;②遍历树中各结点,即按某种规则巡访树中每个结点,使得每个结点被访问一次且仅访问一次;③添加子树;④删除子树等。 在程序设计中较广泛使用的树结构有: (1)二叉树:度k毛2的有序树。二叉树与一般树(度龙>2的k叉树)之间存在一种一一对应的转换算法。在通常采用的用同构(等长)的多链式存储结构表示的树吟二叉树的密度最高·因此,二叉树除了本身有着广泛的用途外,还可以用作一般树的存储结构。 (2)霍夫曼(Huffman)树:带权路径长度最短的二叉树。带权路径长度是从根到树中所有带权叶子之间的路径长度与树的乘积之和。根据给定的一组权值,构造一棵相应的Huffman树的算法,称为Huffman算法。Huf如an树有着广泛的应用,如在解决某些判定问题时,利用Huffman树可以得到最佳的判定算法;在快速远距离通信中,可以得到编码长度最短的编码。
  
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条