文件名称:多叉树构造器
文件大小:42KB
文件格式:RAR
更新时间:2011-05-04 04:44:59
tree 广度优先搜索 深度优先搜索 非递归
可以用来构造不同类型的树,并显示出来,可按非递归的方法进行遍历,遍历分两种方法,广度优先搜索和深度优先搜索。代码中有详细说明。在readme.txt有一些相关介绍。
程序在vc6,vs2005环境下编译通过。
【文件预览】:
testtree
----Resource.h(871B)
----TreeDlg.cpp(4KB)
----testtreeDoc.cpp(2KB)
----res()
--------testtree.ico(1KB)
--------testtreeDoc.ico(1KB)
--------Toolbar.bmp(1KB)
--------testtree.rc2(400B)
----testtreeDoc.h(1KB)
----testtree.dsp(5KB)
----testtree.h(1KB)
----testtree.ncb(65KB)
----testtree.opt(50KB)
----testtree.aps(44KB)
----testtree.clw(3KB)
----testtreeView.h(2KB)
----testtree.cpp(4KB)
----StdAfx.cpp(210B)
----MainFrm.cpp(2KB)
----testtreeView.cpp(3KB)
----TreeDlg.h(1KB)
----testtree.rc(12KB)
----MainFrm.h(1KB)
----testtree.plg(250B)
----StdAfx.h(1KB)
----testtree.dsw(541B)
----ReadMe.txt(5KB)