资源列表
[数据结构常用算法] Huffman
说明:本课程设计的目的是使学生掌握数据结构的基本概念和算法分析方法,以提高学生的编程能力和解决实际问题的能力。-This course is designed to enable students to master the basic concepts of data structures and algorithms analysis in order to enhance student programming ability and the ability to solve practical<yeah> 在 2025-06-17 上传 | 大小:12kb | 下载:0
[数据结构常用算法] KMP
说明:给定两个串S和T,长分别m和n,算法给出了一个找出二串间最大匹配的算法。该算法可用于比较两个串S和T的相似程度。-Given two strings S and T, respectively m and n, an algorithm to find the second largest string matching algorithms. The algorithm can be used to compare two strings S and T the degree of simil<henry> 在 2025-06-17 上传 | 大小:231kb | 下载:0
[数据结构常用算法] Mazeproblem
说明:迷宫问题以一个m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍.设计一个程序,对任意设定的迷宫,求出一条入口到出口的通路,或的出没有通路的结论. {基本要求}: (1)实现一个以链表作存储结构的栈类型,然后编写一个求解迷宫的非递归程序。求得的通路以三元组(i,j,d)的形式输出,其中:(i,j)指示迷宫中的一个坐标,d表示走到下一个坐标的方向. (2)编写递归形式的算法,求迷宫中所有通路. (3)以方阵形式输出迷宫及其通路 -Mazeproblem<黄庆芝> 在 2025-06-17 上传 | 大小:2kb | 下载:0
[数据结构常用算法] Huffmancoding
说明:对文本文件进行huffman编码、解码 读取文本文件,并统计文件中字母个数 建立huffman树 对文件进行huffman编码 对文件进行huffman解码 -Text documents huffman encoding, decoding to read a text file, and the number of statistical documents the establishment of letters of the document tree hu<黄庆芝> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] huffymantree
说明:这是一个构造哈夫曼树的程序 属于数据结构算法-this is a huffman tree data structure<123456> 在 2025-06-17 上传 | 大小:153kb | 下载:0