搜索资源列表
explorer.利用VC中的Treeview和Listview
- 利用VC中的Treeview和Listview,做一个自己的资源管理器,左侧的树状目录可以关闭,当点击一个文件夹时右侧的Listview中会显示文件夹的内容。尽量模仿windows的资源管理器的功能,比如左侧文件夹图标的变化和右侧的Listview中可以显示“列表”,“详细资料”,The use of VC in the Treeview and Listview, a manager' s own resources, the left side of the tree can be clos
tree
- 假设以如下说明的三元组 (F、C、L/R) 序列输入一棵二叉树的诸边(其中 F 表示双亲结点的标识,C 表示孩子结点标识,L/R 表示 C 为 F 的左孩子或右孩子),且在输入的三元组序列中,C 是按层次顺序出现的。设结点的标识是字符类型。F=‘^’时 C 为根结点标识,若 C 亦为‘^’,则表示输入结束。试编写算法,由输入的三元组序列建立二叉树的二叉链表,并以中序序列输出。 ^AL ABL ACR BDL CEL CFR DGR FHL ^^L -Assuming the fo
Treelist
- 一个形如outlook中的树形列表类,可以排序,推荐下载--Tree list class which is like the class in outlook,the content in that can be ordered,recommend!
TreeListCtrl_CheckDirectorySizes
- 一个使用树形列表控件显示磁盘信息和结构的例子--An example of display information and structural of disk by using tree list control
TreeList
- 树形列表控件-Tree List Control
ExtensiveCombo_src
- A few months ago, I was asked to develop a combo box that contains a tree view inside it. Initially, I used a normal tree view control, but I soon realized that I was short of space on some of the win forms. Now, in another project, I needed to use a
tree
- 经典的树型列表,是所有WEB应用开发的必需常用的管理控件-Classic tree list of all the necessary application development WEB commonly used management control
List
- 实现二叉树以及排序二叉树等功能,是实验室做过的-Binary tree and binary tree sort implementation and other functions, the laboratory did
SC_1_15
- here is bybrid tree+list controls. that is MFC Tree list controls based on list controls. the names is SC_1_15. SC_1_15 can item insert, item delete, item modify, spread tree .. and so on. very useful for MFC UI Developer.-here is bybri
CBuilder
- C++ Builder程序员学习数据结构,里面涵盖了所有你要学习的数据结构的所有源码(二叉树、链表、单链表、双链表、红黑树、快速排序、冒泡排序、哈弗曼树、堆、集合、字典、散列、字典、跳表、图、最短路径、排序。。。。)等等所有数据结构涉及的源码-C++ Builder programmers to learn data structures, which cover all you want to learn all the source data structure (tree, list, s
ExtendedControls
- Tree Control and list COntrol for Customize
TreeListSwitchDialog
- Vc++编写的,用对话框中的树列表来切换右边的显示内容,值得一看的-Vc++, prepared using the tree list in the dialog box to display the contents of the right switches, see the
CFListMFC_Class
- Gybrid Tree-List MFC-based class!
vc-treeviw-demoprogram
- Microsoft visual C++ 6.0, tree view & list control demo program-Microsoft visual C++ 6.0, tree view & list control demo program
vcstu_src
- VC++毕业设计+论文:高校宿舍管理系统,Access数据库,界面相对专业,程序中有很多亮点值得学习。比如树型菜单,LIST拖动等。系统可以按公寓、楼号归分学生信息。可实现学生信息添加、删除、查询等常规操作。-VC++ graduation project+ thesis: University hostel management system, Access database, the interface is relatively professional, procedures there
tree
- 树的实现,先通过带右链的顺序存储输入,然后转换为左右子树链表存储-The realization of the tree, first by the order of the chain store with the right input, and then converted to sub-tree list is stored about
TreeView123
- tree控件与list控件通信,介绍tree控件与list控件的使用。-list control and tree control, communications, introduced tree list control with the use of control.
Tree-List
- 用VC写出来的树形数据结构,写得比较简单,比较容易看,基本上是按照《数据结构》上的要求写的-Written with VC tree data structure, written in simple, relatively easy to see, basically in accordance with the " data structure" on the written request
tree
- 二叉树的存储类型说明、使用二叉链表的方法来建立二叉树。-Binary storage type instructions, use the binary method to create a binary tree list.
Binary-tree-list
- 二叉树列表,满足先序遍历递归和非递归,可自由创建-Binary tree list