文件名称:PrtTView_demo
- 所属分类:
- TreeView控件
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 31.53kb
- 下载次数:
- 0次
- 提 供 者:
- gao***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 101259346prttview_demo.zip 列表 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