资源列表
Huffman
- 利用最小堆实现霍夫曼编码,建立霍夫曼树,并且实现插入,删除,输出等功能-Use minheap to bulid the huffman tree
AVL
- 可以根据自己输入来建立平衡二叉树,并且根据左旋,右旋等方式实现插入删除功能-Build the Avl tree,and you can insert or delete the number
bianli_feidigui
- 建立二叉树,并且按照非递归的方法实现前序遍历,后序遍历和中序遍历-Establishment of binary tree, and to achieve a preorder traversal non-recursive method in accordance with, subsequent traversal and preorder
Polynomial
- 通过链表的方式,实现了两种不同方式下的多项式相加-Through the list of ways to achieve a polynomial in two different ways under the sum
HeapSort
- 通过调整堆中各元素的位置的方式,实现堆排序,并且按序输出-By way of adjusting the position of each element in the heap, the heap sort to achieve, and sequentially outputs
librarysystemdesign
- 我们设计的系统包括图书馆书籍信息管理、读者借阅管理、读者信息管理三个模块,可以实现基本的图书馆管理操作。 读者可以实现的具体功能如下: 1、查询馆藏图书信息(包括精确查询、模糊查询、图书信息排序)。 2,查询本人图书借阅信息。 3、完成借书、还书、续借的功能。 -Reader specific functions can be implemented as follows: 1, the query information collection of books (inc
SerializeBinaryTreeAndReconstruct
- 将二叉树序列化 并且重建,序列化时用#代替叶子节点的空孩子节点,详细地写满了注释。-Serialize Binary Tree And Reconstruct
IAVL4.a
- 1.编写AVL树的判别程序,并判断一个二叉搜索树是否为AVL树 2.实现AVL树,其上的基本操作为:Search,Insert,Delete,和Ascend 3.基本操作的动态演示 4.扩展 A.实现带索引的AVL搜索树,其上的基本操作: Search,Insert,Delete,IndexSearch,IndexDelete,Ascend - 1. write AVL tree discrimination program, a
avl-mfc
- 1.编写AVL树的判别程序,并判断一个二叉搜索树是否为AVL树 2.实现AVL树,其上的基本操作为:Search,Insert,Delete,和Ascend 3.基本操作的动态演示 4.扩展 A.实现带索引的AVL搜索树,其上的基本操作: Search,Insert,Delete,IndexSearch,IndexDelete,Ascend 基本可以说是很完美的程序- 1. write AVL tree discriminatio
Math
- 多元多项式的基本操作,包括加减法。命令行解析,直接输入数学式即可-Multivariate polynomial basic operations, including addition and subtraction. Command line parsing, you can directly enter the equation
KPCA1
- 通过非线性映射将原始空间的向量映射到高维空间,进而提取特征的方法 核主成分分析法-Kernel Principal Component Analysis
data-struct
- 一些针对基础薄弱者的简单数据结构编程算法题目。用于提高初学者能力。-some exercise of data struct for improve your capacility.