搜索资源列表
Chap 5 Tree
- 书籍源代码,关于树的代码
datastr
- 数据结构 array.h: 安全数组,可自动增长大小(随机访问,但扩充时效率低) linkedlist.h: 普通链表(可随机访问,但访问效率低) dclinkedlist: 双向循环链表(不可随机访问,但插入、遍历的效率都比普通链表高) hashtable.h: 哈希表(使用键值标识元素,键值一样的元素即认为相等,需重载 == 运算符并由用户定义哈希函数) binstree.h: 二叉搜索树(需重载 == 和 < 运算符) avltree.h: AVL 树(
WK
- 一个分形树的生成程序-a fractal tree formation process
Microsoft.Web.UI.WebControls.DLL
- 树控件ASP.net中用于展现树形结构的控件-tree controls ASP.net tree structure for the display of control! !
C45source
- C45决策树工具的源代码,及其使用说明。-Application of C45 decision tree tools of source code, and its use.
hufftree111111111111111
- C++编写的学生会管理系统, 实现树的部分简单功能-prepared by the student union management system, the tree is part of a simple function
AVLTree123
- 平衡二叉树的原代码,欢迎使用和下载. 请查收-balanced binary tree of the original code, welcomed the use and downloading. Please find
shujujiegou__c++
- c++编的几个数据结构代码。包括AVL树、二叉搜索树、二叉树、Kruskal算法和图的邻接表表示-c addendum to the few data structure code. Including AVL tree, binary search tree, binary tree, Kruskal map algorithm and the adjoining table
Binary_Search_Tree
- c++编的几个数据结构代码。包括AVL树、二叉搜索树、二叉树、Kruskal算法和图的邻接表表示-c addendum to the few data structure code. Including AVL tree, binary search tree, binary tree, Kruskal map algorithm and the adjoining table
树控件
- 树控件对话框的应用程序的使用-tree dialog controls the use of applications
平衡二叉树
- 利用平衡二叉树实现一个动态查找表,实现动态查找表的三种基本功能:查找,插入和删除。 操作界面要给出查找、插入和删除三种操作做供选择。每种操作均要提示输入关键字。每次插入和删除一个节点后,应更新平衡二叉树的显示。该二叉树的显示采用凹入表形式。
fxs
- 关于分形L系统的应用,实现分形树和简单的迭代,可以设置参数-L on fractal systems, the realization of the fractal tree and a simple iteration, you can set parameters
erchashubianliywc
- 只要就是用来实现二叉树遍历的功能,用c++语言实现的,是比较精简的数据结构。-erchashu bianli gongneng
avl-2.0.3
- avl树的介绍和源代码,包含avl树、红黑树等-introduction to avl tree and R-B tree
QTREE
- 实现线性四叉树的编码,读取数据的同时生成莫顿码-To achieve linear quadtree encoding, read the data at the same time generating Morton yards
二叉搜索树的创建与遍历
- 简单描述了一个二叉搜索树的创建,并且进行先序,后序,中序遍历。(A simple descr iption of the creation of a two fork search tree, and the first order, after the order, in the order traversal.)
huffman.c
- 哈弗曼树构造算法。通过输入字符串构造哈弗曼树,生成哈弗曼编码(Huffman tree construction algorithm. The input string Huffman tree structure, generating Havermann encoding)
06_ConstructBinaryTree
- 根据树的前序遍历结果和后序遍历结果,构造一颗完整的树并输出(Constructing tree by preorder traversal and preorder traversal of tree)
二叉排序树
- 数据结构,关于二叉排序树,实现其建立,排序,查找等功能(Data structure, about the two fork sort tree, to build, sort, find and other functions)
08 决策树与随机森林
- 决策树和决策森林的代码,很不错,适合初学者,一起交流一起进步(The decision tree and decision forest code, very good, suitable for beginners, together with the progress of communication)