搜索资源列表
paixushu
- mfc写的二叉排序树小程序,实现建树,插入,查找,删除,利用树控件显示-mfc binary sort tree to write small programs
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
BinSrchTree
- 最优二分检索树的算法实现,有图形化界面MFC编程-Optimal binary search tree algorithm, a graphical interface MFC Programming
treeinc
- 是基于mfc的二叉树编程,可以帮助你进一步熟料掌握mfc-Mfc programming based on binary tree, can help you further master the mfc clinker
Bst
- 我们的结课作业。二叉排序树的各种操作,以及二叉排序树的绘制。MFC框架编程,界面友好-Results of our class work. Binary Sort Tree various operations, and the binary sort tree drawing
Binary-Sort-Tree
- 建立一个二叉排序树,要求完成树上结点的查找和删除,基于MFC图形界面-Create a binary sort tree, the tree nodes required to complete the search and delete MFC-based GUI
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.
big-work
- 二叉排序树,基于mfc显示 数据结构大作业-Binary sort tree, based on mfc display data structure operations
MyMFC
- C++编写的一个Windows窗体应用,多事件编程,汉字与拼音的翻译,使用数据结构绘画各种图形,自动生成二叉树等等,对于学习C++的MFC是一个很好的素材。-C++ write a Windows Forms application, multi-event programming, Chinese characters and pinyin translation, using a variety of graphics data structure drawing, automaticall
tree
- MFC 实现树,数据结构的课程设计实现树-MFC realize tree, the data structure course design, realization of binary tree
BinaryTreeToDetermine-TheTypeOf-Love
- 在MFC平台下开发系统,用来测试恋爱类型,主要的数据结构为二叉树,对于熟悉二叉树的用法有很大帮助。-In the MFC platform development system, used to test the type of love, the main data structure for the binary tree, for familiar with the usage of the binary tree is of great help.
二叉树
- 利用c++语言实现二叉树算法,并附有注释。可用于数据处理。(The binary tree algorithm is implemented with c language and annotated. Can be used for data processing.)
