文件名称:binaryTree
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 282kb
- 下载次数:
- 0次
- 提 供 者:
- 姚**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本程序用二叉树类实现了从键盘输入二叉树的两种遍历结果,在内存中建立二叉链表,根据遍历结果恢复该二叉树,并在屏幕上显示该二叉树。整个程序采用多文件,一个头文件,一个函数实现文件,以及主函数所在文件。-The program uses a binary tree class implements a binary tree from two keyboard traversal results in memory to create the binary list, according to results of restoration of the binary tree traversal, and the screen displays the binary tree. The whole process a multi-file, a header file, a function implementation file, and where the main function file.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
二叉树\2.cpp
......\2.dsp
......\2.dsw
......\2.ncb
......\2.opt
......\2.plg
......\BTree.cpp
......\BTree.h
......\Debug\2.exe
......\.....\2.ilk
......\.....\2.obj
......\.....\2.opt
......\.....\2.pch
......\.....\2.pdb
......\.....\BTree.obj
......\.....\Node.obj
......\.....\vc60.idb
......\.....\vc60.pdb
......\Node.cpp
......\Node.h
......\resource.h
......\Script1.rc
......\Debug
二叉树
......\2.dsp
......\2.dsw
......\2.ncb
......\2.opt
......\2.plg
......\BTree.cpp
......\BTree.h
......\Debug\2.exe
......\.....\2.ilk
......\.....\2.obj
......\.....\2.opt
......\.....\2.pch
......\.....\2.pdb
......\.....\BTree.obj
......\.....\Node.obj
......\.....\vc60.idb
......\.....\vc60.pdb
......\Node.cpp
......\Node.h
......\resource.h
......\Script1.rc
......\Debug
二叉树