-
这个项目是展示我的梦想当我第一次见到三元树的树图。
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
- 2022-01-25 20:11:40下载
- 积分:1
-
TREE控件的新用法
TREE控件的新用法-TREE control of the new usage
- 2022-02-01 09:28:25下载
- 积分:1
-
.net中的TreeView高级用法
.net中的TreeView高级用法-. net of TreeView Advanced Usage
- 2022-10-12 23:45:03下载
- 积分:1
-
TreeView control related code
TREEVIEW控件相关代码-TreeView control related code
- 2022-07-27 14:13:17下载
- 积分:1
-
该文件包含了一个总结,你会发现在每个文件
This file contains a summary of what you will find in each of the files that
make up your TreeTest application.If your application uses MFC in a shared DLL, and your application is in a
language other than the operating system s current language, you will need
to copy the corresponding localized resources MFC70XXX.DLL from the Microsoft
Visual C++ CD-ROM under the WinSystem directory to your computer s system or
system32 directory, and rename it to be MFCLOC.DLL. -This file contains a summary of what you will find in each of the files thatmake up your TreeTest application.If your application uses MFC in a shared DLL, and your application is in a language other than the operating system s current language, you will need to copy the corresponding localized resources MFC70XXX.DLL from the MicrosoftVisual C++ CD-ROM under the WinSystem directory to your computer s system or system32 directory, and rename it to be MFCLOC.DLL.
- 2022-01-22 14:17:40下载
- 积分:1
-
LISTVIEW can be used directly in VB VC procedures SECTION
LISTVIEW可以直接用于VC VB 等截面程序-LISTVIEW can be used directly in VB VC procedures SECTION
- 2022-04-30 18:05:32下载
- 积分:1
-
这个程序是很好的
本程序是一个外观非常好看的树型控件,可以显示多个颜色,图等.-This procedure is a very good-looking appearance tree control, can display multiple colors, such as Fig.
- 2022-09-21 10:40:03下载
- 积分:1
-
这里讲的是如何动态的把数据库的字段绑定到treeview中去。它利用了一个递归的算法来实现...
这里讲的是如何动态的把数据库的字段绑定到treeview中去。它利用了一个递归的算法来实现-talking here of how the dynamic field of the database bundled treeview to go. It uses a recursive algorithm to achieve
- 2022-04-20 18:49:33下载
- 积分:1
-
API编写的TreeView,不用附带庞大的OCX,并且支持XP系统主题
API编写的TreeView,不用附带庞大的OCX,并且支持XP系统主题
-prepared by the TreeView API, not fringe huge OCX, and supports XP themes
- 2022-01-25 14:57:09下载
- 积分:1
-
Treeview-
Treeview 控件可以实现多选 拖拽节点如果按住ctrl shift 就可以多选 也可以拖拽多个节点 (Treeview can use ctrl shift to come mult select)
- 2017-01-03 10:02:21下载
- 积分:1