文件名称:MFCBinaryTree
介绍说明--下载内容均来自于网络,请自行研究使用
在C++模板二叉树的基础上添加了显示界面。有二叉树的界面创建、插入、修改、遍历等功能。在节点重合的时候会进行一些判断并修正G。此程序能够为MFC入门和数据结构的学习提供一些帮助。
其中使用了以下一些关键技术:
自定义按钮,自定义消息,图形的显示、重绘,获得窗口句柄的各种方法等。-Display interface on the basis of the binary tree of C++ templates added. Binary tree interface to create, insert, modify, traverse, and other functions. Node overlap some judgment and correct, but there is BUG. This program can provide some help for MFC entry and the study of data structures. Custom buttons, custom message, and the graphics redrawn to obtain the window handle of the various methods.
其中使用了以下一些关键技术:
自定义按钮,自定义消息,图形的显示、重绘,获得窗口句柄的各种方法等。-Display interface on the basis of the binary tree of C++ templates added. Binary tree interface to create, insert, modify, traverse, and other functions. Node overlap some judgment and correct, but there is BUG. This program can provide some help for MFC entry and the study of data structures. Custom buttons, custom message, and the graphics redrawn to obtain the window handle of the various methods.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MFC二叉树\MFCBinaryTree\BinaryTree.cpp
.........\.............\BinaryTree.h
.........\.............\BinaryTreeNode.h
.........\.............\def.h
.........\.............\DisplayBinaryTree.cpp
.........\.............\DisplayBinaryTree.h
.........\.............\Leaf.cpp
.........\.............\Leaf.h
.........\.............\MEMDC.cpp
.........\.............\MEMDC.h
.........\.............\MFCBinaryTree.aps
.........\.............\MFCBinaryTree.clw
.........\.............\MFCBinaryTree.cpp
.........\.............\MFCBinaryTree.dsp
.........\.............\MFCBinaryTree.dsw
.........\.............\MFCBinaryTree.h
.........\.............\MFCBinaryTree.ncb
.........\.............\MFCBinaryTree.plg
.........\.............\MFCBinaryTree.rc
.........\.............\MFCBinaryTreeDlg.cpp
.........\.............\MFCBinaryTreeDlg.h
.........\.............\ReadMe.txt
.........\.............\Record.txt
.........\.............\resource.h
.........\.............\StdAfx.cpp
.........\.............\StdAfx.h
.........\.............\res\MFCBinaryTree.ico
.........\.............\...\MFCBinaryTree.rc2
.........\.............\...\Thumbs.db
.........\.............\MFCBinaryTree.opt
.........\ReadMe.txt
.........\MFCBinaryTree\res
.........\MFCBinaryTree
MFC二叉树
.........\.............\BinaryTree.h
.........\.............\BinaryTreeNode.h
.........\.............\def.h
.........\.............\DisplayBinaryTree.cpp
.........\.............\DisplayBinaryTree.h
.........\.............\Leaf.cpp
.........\.............\Leaf.h
.........\.............\MEMDC.cpp
.........\.............\MEMDC.h
.........\.............\MFCBinaryTree.aps
.........\.............\MFCBinaryTree.clw
.........\.............\MFCBinaryTree.cpp
.........\.............\MFCBinaryTree.dsp
.........\.............\MFCBinaryTree.dsw
.........\.............\MFCBinaryTree.h
.........\.............\MFCBinaryTree.ncb
.........\.............\MFCBinaryTree.plg
.........\.............\MFCBinaryTree.rc
.........\.............\MFCBinaryTreeDlg.cpp
.........\.............\MFCBinaryTreeDlg.h
.........\.............\ReadMe.txt
.........\.............\Record.txt
.........\.............\resource.h
.........\.............\StdAfx.cpp
.........\.............\StdAfx.h
.........\.............\res\MFCBinaryTree.ico
.........\.............\...\MFCBinaryTree.rc2
.........\.............\...\Thumbs.db
.........\.............\MFCBinaryTree.opt
.........\ReadMe.txt
.........\MFCBinaryTree\res
.........\MFCBinaryTree
MFC二叉树