资源列表
[数据结构常用算法] hash
说明:介绍了哈希表的构建方法和冲突处理的一种办法-Introduced the method of constructing a hash table and a means of conflict management<liuchuanhong> 在 2024-11-18 上传 | 大小:210kb | 下载:0
[数据结构常用算法] stackandqueue
说明:介绍了栈和队列的基本实现方法和简单的应用-Describes the basic implementation of the stack and queue methods and simple applications<liuchuanhong> 在 2024-11-18 上传 | 大小:2kb | 下载:0
[数据结构常用算法] heap
说明:介绍了如何创建一个堆和调整堆,并如何利用堆来进行排序-Describes how to create a heap and adjust the heap, and how to use the sort heap<liuchuanhong> 在 2024-11-18 上传 | 大小:198kb | 下载:0
[数据结构常用算法] bag
说明:介绍了0-1背包问题的求解,并用贪心算法解决了背包问题-Introduced to solve 0-1 knapsack problem and solved with the greedy algorithm knapsack problem<liuchuanhong> 在 2024-11-18 上传 | 大小:169kb | 下载:0
[数据结构常用算法] the-trees-build
说明:树的建立,先序、中旭、后序遍历等。这个程序是用C++环境-The establishment of the tree, the first order, in the Asahi, post-order traversal and so on. This program is C++ environment<zhuye> 在 2024-11-18 上传 | 大小:12kb | 下载:0
[数据结构常用算法] DOSCalculator
说明:dos 加法器 实现先乘除后加减,先括号内再括号外的依次运算。-dos adder to achieve the first after the addition and subtraction multiplication and division, first in brackets followed by further operations outside the parentheses.<林子牧> 在 2024-11-18 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 5901f92db5a9
说明:一个完整的系统应具有以下功能: (1) I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立赫夫曼树,并将它存于文件hfmTree中。 (2) E:编码(Encoding)。利用已建好的赫夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3) D:译码(Decoding)。利用已建好的赫夫曼树将文件<mm> 在 2024-11-18 上传 | 大小:226kb | 下载:0