文件名称:cpp1
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 159kb
- 下载次数:
- 0次
- 提 供 者:
- 车*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本设计属于二叉树的应用,即使用二叉树计算表达式的值,要求将表达式(例如9*7+6/3等)以二叉树方式存入数组,以递归的方式建立表达式之二叉树结构,再分别输出前序遍历、中序遍历和后序遍历结果,并计算出表达式的结果。-This design is the application of the binary tree, using the binary tree to calculate the value of the expression, the expression (9* 7+6/3, etc.) to the way binary tree into an array, the recursive expression of binary tree structure, and then output to pre-order traversal, traversal and postorder traversal results, and calculate the results of the expression.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
cpp1\cpp1.cpp
....\Debug\vc60.idb
....\.....\vc60.pdb
....\.....\表达式求值.exe
....\.....\表达式求值.ilk
....\.....\表达式求值.obj
....\.....\表达式求值.pch
....\.....\表达式求值.pdb
....\表达式求值.dsp
....\表达式求值.dsw
....\表达式求值.ncb
....\表达式求值.opt
....\表达式求值.plg
....\Debug
cpp1
....\Debug\vc60.idb
....\.....\vc60.pdb
....\.....\表达式求值.exe
....\.....\表达式求值.ilk
....\.....\表达式求值.obj
....\.....\表达式求值.pch
....\.....\表达式求值.pdb
....\表达式求值.dsp
....\表达式求值.dsw
....\表达式求值.ncb
....\表达式求值.opt
....\表达式求值.plg
....\Debug
cpp1