搜索资源列表
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;
二叉树的前序中序后序遍历MFC
- 我这个主要实现的是创建二叉树,并实现前序中序后序的递归遍历。
B-Tree.在MFC的SDI中动态产生二叉树并动态使用箭头进行遍历
- 在MFC的SDI中动态产生二叉树并动态使用箭头进行遍历,难得一见,B-Tree in SDI
tree
- MFC对话框类实现对二叉树的中序遍历排序,前序遍历排序,后序遍历排序,请仔细阅读程序后了解程序输入的格式-MFC dialog class in order to realize the binary tree traversal order, preorder traversal order, post order traversal order, please carefully read the procedures to understand the procedure input fo
code
- 本程序采用二叉树的数据结构,,以作为家谱成员及信息(profile)的存储结构,,个人信息包括姓名,,性别,配偶,出生,死亡日期等,,还包括人物编号ID,,附加信息(便于以后扩展需要),以二叉树的遍历搜索,修改,增加,删除等作为核心算法,,并通过MFC界面显示出来,,以windows树结构来展示底层的家谱信息.-family tree
2cha_tree
- 利用MFC,完整的二叉树实现,包括遍历、插入、删除等-Complete binary tree implementation
BiTree_MFC
- C++ MFC,实现二叉树的遍历(前序、中序、后序)可自行添加节点-C++ MFC, to achieve the binary tree traversal (preorder, inorder, postorder) can add their own nodes
TreeUse
- 二叉树的建立,遍历,求树的高度,叶子个数等等MFC做的-The establishment of such a binary tree to do MFC
BiTree
- MFC 二叉树的建立,递归遍历,非递归遍历-MFC build a binary tree, recursive traversal, non-recursive traversal
shu_bianli
- 该程序实在mfc下实现二叉树的遍历(数据结构知识),一方面涉及数据结构知识,另一方面涉及mfc知识,功能较全。-The program is to achieve binary tree traversal mfc (data structure knowledge), on the one hand knowledge of data structures involved, the other involving mfc knowledge, capabilities than the wh
shu
- MFC写的二叉树小程序,输入后可以显示树,递归先序中序后序遍历和非递归中序遍历,数据结构相关-MFC binary write small programs can be displayed after the input tree, recursive sequence in the first post-order traversal order and non recursive inorder traversal, the data structure associated
Binary-sort-tree
- 创建二叉排序树 显示树和中序遍历结果 MFC-Create a binary search tree and the tree traversal results in MFC
BinaryTree
- 二叉树的MFC树状显示,遍历及完全二叉树的判断-The MFC binary tree shows judgments complete binary tree traversal and
BTree
- 用MFC实现二叉树的建立,前序中序后序遍历,求树高,叶子个数,交换左右子树,求结点个数,复制二叉树等-The establishment of a binary tree using MFC, after pre-order ininorder traversal order, seeking tree height, leaf number, exchange left and right subtrees, the number of demand nodes, copy the binar
MFCBinaryTree
- 在C++模板二叉树的基础上添加了显示界面。有二叉树的界面创建、插入、修改、遍历等功能。在节点重合的时候会进行一些判断并修正G。此程序能够为MFC入门和数据结构的学习提供一些帮助。 其中使用了以下一些关键技术: 自定义按钮,自定义消息,图形的显示、重绘,获得窗口句柄的各种方法等。-Display interface on the basis of the binary tree of C++ templates added. Binary tree interface to create,
BStreeLJH
- MFC实现二叉搜索树,输出先序,中序和后序遍历结果。-MFC binary search tree, output preorder, inorder and postorder traversal results.
bintree-MFC
- 输入二叉树节点数,动态演示二叉树的中序遍历生成,MFC编写,有界面截图-Enter the two fork tree nodes, in order traversal generation, dynamic demonstration of two tree MFC prepared, there are screenshots