资源列表
[数据结构常用算法] haffmancode(VC)
说明:---- Huffman 算法的不同实现 本目录下的程序用8种不同的方式实现了Huffman编码算法,这8种方式分别是 * huffman_a 使用链表结构生成Huffman树的算法,这是最基本的实现方法,效率最低。 * huffman_b 使用《数据结构》(严蔚敏,吴伟民,1997,C语言版)中给出的算法,将二叉树存放在连续空间里(静态链表),空间的每个结点内仍有左子树、右子树、双亲等指针。 * huffman_c 使用Canonical Huffman编<ray> 在 2025-06-06 上传 | 大小:32kb | 下载:0
[数据结构常用算法] ram_database
说明:内存数据库,或者可以称作通用数据结构。使用数组,链表实现了内存数据库的框架,包含域,记录。基本上可以管理各种程序所需要的数据结构。-memory database, or can be called generic data structure. Use arrays, linked list of memory to achieve the fr a mework of the database, including domain record. Basically management pr<gwas> 在 2025-06-06 上传 | 大小:32kb | 下载:0
[数据结构常用算法] Three_Dim_Link
说明:我的三维链表程序,非递归算法实现,希望各位提出宝贵意见,实际上完全可以从此得出任意多维链表的算法.-3D chain procedures, non- recursive algorithm, hoping to give valuable advice Since then, in fact, can draw arbitrary multi-dimensional chain algorithm.<lllld> 在 2025-06-06 上传 | 大小:32kb | 下载:0
[数据结构常用算法] c_Fibonacci
说明:数据结构的生成Fibonacci数列和下三角的例子-data structure formation and the Fibonacci series of examples under 1.30<qzhirong> 在 2025-06-06 上传 | 大小:32kb | 下载:0
[数据结构常用算法] 57expression
说明:此文挡为数据结构课程设计,关于表达式的类型表现.里面赋有源代码,而且编译成功.-Quoting block data structure for curriculum design, the type of expression performance. Active inside Fu code, compile it successfully.<kjh> 在 2025-06-06 上传 | 大小:32kb | 下载:0
[数据结构常用算法] Patterns_src
说明:快速的基于LZW算法的匹配源码,用到了二分法搜索算法。-LZW algorithm based on fast matching source, using a dichotomy search algorithm.<lichunlin> 在 2025-06-06 上传 | 大小:32kb | 下载:0
[数据结构常用算法] DataStructure
说明:数据结构所有经典的结构范例及常用算法,并内附经典例子-Data structure of all the classic example of the structure and commonly used algorithms, and containing a classic example of<Troy> 在 2025-06-06 上传 | 大小:32kb | 下载:0
[数据结构常用算法] hash
说明:哈希表是一种高效的数据结构。本文分五个部分:首先提出了哈希表的优点,其次介绍了它的基础操作,接着从简单的例子中作了效率对比,指出其适用范围以及特点,然后通过例子说明了如何在题目中运用哈希表以及需要注意的问题,最后总结全文。-Hash table is an efficient data structure. This article is divided into five parts: first put forward the merits of the hash table, follow<dongpei> 在 2025-06-06 上传 | 大小:32kb | 下载:0
[数据结构常用算法] shujujiegou
说明:这个压缩包里面是好多关于数据结构中用到的C程序,如链表,树,图等!对于学习数据结构的人是很有帮助的-Inside this package is a lot of compression on the data structure used in C programs, such as linked lists, trees, etc.! For learning data structures are useful<董锋> 在 2025-06-06 上传 | 大小:32kb | 下载:0