文件名称:PrtTView_demo
-
所属分类:
- 标签属性:
- 上传时间:2008-10-13
-
文件大小:31.53kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
This project is to show the tree I dreamed when I first met the ternary tree concept. When I came upon the ternary tree, I get awed! It s amazing that an idea so simplistic could be so strong and fast. But it had flaws... the first one is the memory consumption. The hash table implementation consumes far less memory than the ternary tree! The second flaw is the ternary tree can be fragmented and be extremely unbalanced (as the algorithm doesn t do any balancing step) so the tree also needs a way for balancing the nodes. I tried to reduce the memory consumption by grouping three nodes into one new \"int\" node. -This project is to show the tree I dreamed wh en I first met the ternary tree concept. When I ca me upon the ternary tree, I get awed! It's amazing that an idea so simplisti c could be so strong and fast. But it had flaws ... the first one is the memory consumption. The has h table implementation consumes far less memor y than the ternary tree! The second flaw is the te rnary tree can be fragmented and be extremely un balanced (as the algorithm does not do any balanc ing step) so the tree also needs a way for balanci Vi the nodes. I tried to reduce the memory consum ption by grouping three nodes into one new "int" node.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MainFrm.cpp
MainFrm.h
PrtTView.cpp
PrtTView.dsp
PrtTView.h
PrtTView.rc
PrtTViewDoc.cpp
PrtTViewDoc.h
PrtTViewView.cpp
PrtTViewView.h
ReadMe.txt
Release/
Release/PrtTView.exe
res/
resource.h
res/PrtTView.ico
res/PrtTView.rc2
res/PrtTViewDoc.ico
res/Toolbar.bmp
res/tree_ico.bmp
StdAfx.cpp
StdAfx.h
MainFrm.h
PrtTView.cpp
PrtTView.dsp
PrtTView.h
PrtTView.rc
PrtTViewDoc.cpp
PrtTViewDoc.h
PrtTViewView.cpp
PrtTViewView.h
ReadMe.txt
Release/
Release/PrtTView.exe
res/
resource.h
res/PrtTView.ico
res/PrtTView.rc2
res/PrtTViewDoc.ico
res/Toolbar.bmp
res/tree_ico.bmp
StdAfx.cpp
StdAfx.h
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.