资源列表
[数据结构常用算法] sequenlistreversing
说明:用双重指针法建立顺序表,并实现顺序表逆置,注意主调函数调用建立顺序表函数时实参的形式-The order established by using a double pointer to the table, and to achieve the order of the table against the home, pay attention to the main theme of the function call to establish the order of the table<刘民> 在 2025-06-16 上传 | 大小:209kb | 下载:0
[数据结构常用算法] sequenlistreversing2
说明:用指针的引用建立顺序表,并实现顺序表的逆置,注意主调函数调用建立顺序表函数传递实参的形式-Established with reference to the order of the table pointer, and realize the inverse order of the table set, pay attention to the main theme of the function call to establish the order of the table functi<刘民> 在 2025-06-16 上传 | 大小:210kb | 下载:0
[数据结构常用算法] arbolabb-c
说明:this code is written in C, and shows how a abb-tree works<kikecosas> 在 2025-06-16 上传 | 大小:3kb | 下载:0
[数据结构常用算法] CDatatructureAlgorithms
说明:C++实现数据结构中的各种算法,只是一个文档,用C++实现,-C++, data structure algorithms<张正> 在 2025-06-16 上传 | 大小:274kb | 下载:0
[数据结构常用算法] EvaluateExpression
说明:不含变量的整数表达式求值,支持四则运算。栈的典型应用,为学习数据结构的优秀代码。-Non-integer variable expression evaluation, support for arithmetic. Typical applications stacks, data structure for learning the fine code.<袁迪> 在 2025-06-16 上传 | 大小:14kb | 下载:0
[数据结构常用算法] HuffmanCoding
说明:用哈夫曼编码实现文件压缩。压缩模块是通过构造哈夫曼树,以文件中字符出现的次数作为权值,得到哈夫曼编码对文件进行压缩。首先扫描文件统计字符出现次数,存入链表中。再将链表中的weight依次赋予权值,然后创建对应的哈夫曼树。最后将生成的哈夫曼树的长度写入文件,再将生成的哈夫曼树写入压缩文件。 解压缩模块是要将压缩文件还原为原文件。先读取一个4字节的哈夫曼树长度,根据读取的长度分配对应大小的哈夫曼树存储空间,然后读取哈夫曼树。-File compression with Huffman Codin<秋月白> 在 2025-06-16 上传 | 大小:151kb | 下载:0
[数据结构常用算法] liststack
说明:实现了链栈的初始化、进栈、出栈、取栈顶、置空操作.-Initialize the stack to achieve a chain, into the stack, the stack, take the stack, and placing air operation.<zhenqingkai> 在 2025-06-16 上传 | 大小:1kb | 下载:0