-
可以单选的树形控件,老外写的,感觉还不错,拿来一起共享,...
可以单选的树形控件,老外写的,感觉还不错,拿来一起共享,-The tree can control the radio, written by a foreigner, I feel pretty good, used to work together to share, Oh Oh
- 2022-04-22 02:17:20下载
- 积分:1
-
树形目录,像windows资源管理器一样的结点结构,非常好用
树形目录,像windows资源管理器一样的结点结构,非常好用-Directory tree, like windows Explorer the same node structure, very easy to use
- 2022-07-15 07:57:18下载
- 积分:1
-
jtree
这是一个关于jtree的例子,希望和大家交流(This is a study on jtree example, hope and the exchange of U.S.)
- 2008-03-03 17:18:00下载
- 积分:1
-
这个项目是展示我的梦想当我第一次见到三元树的树图。
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
-
自绘TreeView,显示自己的图标和文字方式
自绘TreeView,显示自己的图标和文字方式-Own-drawed treeview, which can display the icon or text of its own
- 2022-02-18 17:11:26下载
- 积分:1
-
TreeView associated with the database example to help us understand the programm...
TreeView与数据库关联例子,帮助我们了解TreeView的编程技术-TreeView associated with the database example to help us understand the programming technique TreeView
- 2022-01-25 19:17:48下载
- 积分:1
-
- 2022-02-27 05:30:26下载
- 积分:1
-
treeview&listview的简单演示
treeview&listview的简单演示-treeview & listview a simple demonstration
- 2022-03-11 20:14:18下载
- 积分:1
-
主要是用于ADO,BDE数据感知控件,2
主要是用于ADO,BDE数据感知控件,2-4层树型结构,请设置TreeLevel属性。 树根的名称请设置RootValue属性。不是十分完善,附带源码,可以自由发布,但请注明出处。-is mainly for ADO, BDE data perceptual control ,2-4-tree structure, set up TreeLevel attributes. Christopher requested the names set RootValue attributes. Not perfect, collateral source, the free publication, but please specify provenance.
- 2022-08-10 08:07:11下载
- 积分:1
-
在微软的.NET 的Forms窗口控件中,比如Treeview和ListView,仅仅是对通用控件的简单封装,因此他们不正常的引发Paint事件。微软所发布内容...
在微软的.NET 的Forms窗口控件中,比如Treeview和ListView,仅仅是对通用控件的简单封装,因此他们不正常的引发Paint事件。微软所发布内容中,能看到的唯一建议就是设置控件的ControlStyles.UserPaint类型,然后自己为控件做所有的绘图操作。-in Microsoft"s.NET Forms Control window, For example, Treeview and ListView, only to the general controls simple package, Therefore, they do not trigger the normal Paint incident. Microsoft released the contents, see is the only proposal set ControlStyles.UserPaint types of controls and then to do all the controls mapping operation.
- 2022-10-22 05:35:04下载
- 积分:1