搜索资源列表
MyTreeCtrl
- 用MFC实现了对树控件的操作,可以新增,修改,删除树控件的父节点和子节点,希望能对学习MFC树控件的人有所帮助!-MFC with a pair of tree controls, the operation can be added, modified, and deleted the tree control nodes and the father-node, The hope is to learn MFC tree control of some help!
genBST
- 通用二叉搜索树,包含的算法有:输出广度优先遍历、前序、中序、后序遍历结果,按树的形状打印树,统计总节点数,统计叶子节点数,统计右节点数,计算树的高度,删除所有叶子节点,插入节点,查找节点,删除节点,由前序遍历结果和中序遍历结果生成树,由后序遍历结果和中序遍历结果生成树,检查该树是否平衡和完全平衡。-generic binary search tree contains the algorithm are : output breadth - first traversal, the former
Tree
- 演示二叉树的生成及一些常用操作; 包括插入节点,删除节点等。
BiTree分割视图版
- 将视图分割成两部分,左边为显示取,右边为数据录入区,每录入一个节点数据,立即在左边显示节点图形,能实现二叉树的插入、删除、前序遍历、中序遍历、后序遍历。-View will be divided into two parts, shown from left to right for the data entry areas, each node a data entry immediately on the left shows nodes graphics can achieve binar
AVL树实现
- 纯C实现的AVL树,Demo是MFC的。非递归的遍历,完全支持添加、删除和搜索节点。设计灵活,容易扩展。以下是API struct tagAvlTree; typedef struct tagAvlTree AvlTree; struct tagAvlNode; typedef struct tagAvlNode AvlNode; struct tagAvlNode { AvlNode *left; AvlNode *right; int32_t height;
mfctree
- 树型控件的显示,鼠标控制,节点的添加,修改,删除等-Tree control displays, mouse control, the node to add, modify, delete, etc.
myTree
- MFC写的一个程序,实质主要是二叉排序树的显示,树的节点是学生的成绩段信息。视图左边各种操作,添加删除节点,查找统计,文件的保存和读取。右边是树的显示,包括节点移动,右键弹出相关信息等。分割窗口,滚动条,视图缩放等。-A program written in MFC, the real key is the display of binary sort tree, the tree node is the information section of student achievement. V
TreeCtrl
- VC++编写的树视控件的动态添加、编辑、删除节点的实现。源代码完全开放,和适合于初学者深入学习树视控件!-VC++ written in the tree depending on the dynamics of the control to add, edit, delete the node implementation. Completely open source, and suitable for beginners to learn in depth the tree as the
BitTree
- 用VC界面模拟二叉树算法,添加,删除,修改节点-VC interface with binary tree algorithm simulation, add, delete, modify nodes
CTreeCtrl
- 主要功能就是给树控件添加图片和逐层展开的功能,还有就是删除,添加,修改树节点功能-Main function is to add controls to the tree and then deploy the image features, there is a delete, add, modify the tree node function
MFCTree
- MFC树型控件的操作过程,包括在MFC对话框中使用程序的方法添加树型控制的详细过程。此程序使用VS2010开发,界面中可以添加树形节点,修改并删除树型控件中的节点项。-MFC tree control operation, including the procedures used in the MFC dialog box to add the tree control process. This program uses the VS2010 development, can add a t
VCPPtreekjsrc
- VC++从树控件中删除项目,删除节点或删除节点中的项目,一个树形菜单的应用源码,树控菜单应用广泛 ,在窗体中十分常见。-VC++ deleting items from tree control, delete node or delete the node project, a tree menu application code, the tree control menu applications, in the form are very common.
treeOption
- 把左边的树动态的构建到右边的树上,右边的树的添加删除不会影响左边的树,但是左右两边树的节点属性相同。-To the left of the tree dynamically builds up to the right side of the tree, the tree to add delete will not affect the tree on the left and right sides of the nodes of the tree, but the same attribu
3TreeView
- VC6.0编写的将窗口切分为三个treeview的实例,包括窗口动态切分,动态增加删除树节点等功能-VC6.0 prepared by the window cut into three treeview examples, including windows dynamic segmentation, dynamic features such as increased tree nodes removed
BUXLM
- 实现数据结构中树的创建查询,删除和修改节点,不错的源码,很好-Implementation of a data structure tree create a query, modify and delete nodes, and a good source code, very good