资源列表
[数据结构常用算法] usedynamicHuffmanTreeHuffmanCoding
说明:掌握树的有关操作算法 熟悉树的基本存储方法 学习利用树求解实际问题 -Master tree are familiar with the operation algorithm for the tree to learn the basic storage method for solving practical problems in the use of a tree<丹丹> 在 2025-01-25 上传 | 大小:2kb | 下载:0
[数据结构常用算法] datastructure
说明:基于c的数据结构,提供了重要算法的实现源代码,很实用的-data structure based on c,it is very valueable,you can learn much from this resourse<付天棋> 在 2025-01-25 上传 | 大小:329kb | 下载:0
[数据结构常用算法] MyOOCFwV1_0
说明:使用C语言时,经常需要调用malloc()和free()函数来进行动态内存的分配和回收。有些时候,程序员可能会忘记回收分配的动态内存。为了解决这个问题,这里设计了一个代替malloc()和free()函数的数据结构(或者类)——ObjectManager。ObjectManager中提供了objmgr_malloc()和objmgr_free()以及objmgr_show_mem_info()函数。objmgr_malloc()函数负责<> 在 2025-01-25 上传 | 大小:17kb | 下载:0