资源列表
[数据结构常用算法] stackandqueue
说明:介绍了栈和队列的基本实现方法和简单的应用-Describes the basic implementation of the stack and queue methods and simple applications<liuchuanhong> 在 2024-11-15 上传 | 大小:2kb | 下载:0
[数据结构常用算法] heap
说明:介绍了如何创建一个堆和调整堆,并如何利用堆来进行排序-Describes how to create a heap and adjust the heap, and how to use the sort heap<liuchuanhong> 在 2024-11-15 上传 | 大小:198kb | 下载:0
[数据结构常用算法] bag
说明:介绍了0-1背包问题的求解,并用贪心算法解决了背包问题-Introduced to solve 0-1 knapsack problem and solved with the greedy algorithm knapsack problem<liuchuanhong> 在 2024-11-15 上传 | 大小: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-15 上传 | 大小: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-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 5901f92db5a9
说明:一个完整的系统应具有以下功能: (1) I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立赫夫曼树,并将它存于文件hfmTree中。 (2) E:编码(Encoding)。利用已建好的赫夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3) D:译码(Decoding)。利用已建好的赫夫曼树将文件<mm> 在 2024-11-15 上传 | 大小:226kb | 下载:0
[数据结构常用算法] HuffmanCoding
说明:实现赫夫曼编码功能。利用数据结构典型算法,c语言构造最优二叉树实现赫夫曼编码-Implement Huffman encoding. Typical algorithms using data structures, c language binary tree structure to achieve optimal Huffman coding<林子牧> 在 2024-11-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] HuffmanDecoding
说明:利用二叉树数据结构实现对应的赫夫曼解码,运行良好。-Binary tree data structure using the corresponding Huffman decoding, run well.<林子牧> 在 2024-11-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Polynomial-additio
说明:多项式加法,按照优先顺序,先括号再乘除再加减的顺序做多项式加法。-Polynomial addition, in accordance with the priorities, the first bracket and then do multiplication and division and then addition and subtraction of polynomial order of addition.<林子牧> 在 2024-11-15 上传 | 大小:1kb | 下载:0