资源列表
heffuman
- 通过建立赫夫曼树,将码元如“ABC”编码成 “011001”形式,也可通过此赫夫曼树进行译码,而且编码形式为最小生成树形式,即在有权值情况下编码长度最短。-Through the establishment of Huffman trees, will be key element such as " ABC" code as " 011001" form can also be carried out through the Huffman decodi
Stack_Queue
- Applet演示程序,栈是一种先进后出(FILO)的线性数据结构,先进后出的意思就是……举个例子吧-Applet demo, after the stack is an advanced out (FILO) of the linear data structure, advanced means of the following ... ... Let me give an example
datastructure
- 数据结构是学习软件编程的核心课程,对以后的程序编写非常重要-data structure
DATASTRUCT
- 集合了数据结构的主要内容点的源码,能够让初学者快速了解数据结构的逻辑.-DATA STRUCT
changeintegertocharacter
- 用递归法将整数转换成字符的程序,可对学习程序者参考-Recursive method used to convert characters to integers procedures, the learning process can reference
HuffmanCode
- 数据结构课程Huffman编码实验课程作业,具有完整控制台界面,实现功能1.由字符串生成huffman码2.打印huffman树3.由huffman码还原为字符串-Data structure course experiment coursework Huffman coding, with a complete control panel interface, the realization of function 1. Huffman code generated by the string
qq
- 1.输入带空二叉树(信息)的先序遍历序列,生成一棵二叉树;(若结点为字符类型,用空格表示空二叉树;若结点为整数类型, 用0(零)表示空二叉树) 2.作前序遍历,分别用递归算法、非递归算法实现; 3.作中序遍历,分别用递归算法、非递归算法实现; 4.作后序遍历,用递归算法实现; 5.求度分别为0、1、2的结点的数目,分别用递归算法、非递归 算法实现; 6.按层次遍历二叉树(提示:使用一个队列实现); 7.求二叉树的高度(深度); -1. Enter
CatCatchRat
- 数据结构与主要算法: (1)老鼠个数的设定 (2)关数的设定 (3)老鼠的灵活度-Data structure and algorithms: (1) the number of mice (2) the number set off (3) mouse flexibility
BST
- 二叉树相关代码,包括树的插入,搜索,平衡等相关操作-Tree-related code, including tree insert, search, balance and other related operations
c_methods_of_quick_sort
- 几种快速排序的方法,对int类型数组排序,对char类型数组排序,对double类型数组排序,对结构体一、二级排序,对字符串进行排序,计算几何中求凸包的cmp-Several methods of quick sort, sort array of type int, the type of char array to sort, sort array of double type of the structure of primary and secondary sort, sort of s
Cpla
- 数据结构算法与应用-C++语言描述,一本深入学习C++的好书-Data structures algorithms and application-C++ language described in-depth study of a C++ books
sjjg_study
- 学习数据结构的资料,有助于对数据结构的复习和掌握-study data struct