摘要
树在社会领域的应用非常广泛,它可以帮助我们分析问题、解决问题。在计算机科学与技术领域中,为了解决复杂的问题,树提供问题分解的方法——由粗到细、逐步求精,所以,它一直是计算机领域中一项很重要的内容。介绍树在数据表示、软件结构、类图等方面的应用,并且在每个方面都做出充分的分析和论证,以使读者更多地使用树解决计算机领域的实际问题。
Application of the tree is very extensive in the social field ,it can help us to analyze and solve problems. In the field of computer science and technology, tree provides a method of problem decomposition to solve complex problems ,from coarse to fine, stepwise refinement, so it has been a very important content in the field of computer science and technology. Introduces some applications of the tree ,such as data expression, software structure, class chart, etc. And does a full analysis and argumentation in every respect in order to help the reader be full use of the tree, and solve practical problems in the computer field.
关键词
树
数据结构
软件结构
类等级
Tree
Data Structure
Software Structure
Class