资源列表
[数据结构常用算法] AbstractFactory
说明:C++的一种设计模式,创建对象的工厂方法的抽象基类,压缩包里还有采用doxygen和Graphviz得到的类开发文档-C++ A design pattern, factory method to create object of abstract base class, compression bag, there will be doxygen and Graphviz class development documents<> 在 2024-11-05 上传 | 大小:178176 | 下载:0
[数据结构常用算法] bujindianji
说明:c语言 对数组一列数的排序 c语言 对数组一列数的排序-c language on a number of array sort c language on a number of array to sort<王> 在 2024-11-05 上传 | 大小:178176 | 下载:0
[数据结构常用算法] hashish.tar
说明:常用字符串hash算法,可以用于bloom算法,用于匹配-string hash alogrithm list,can be used for bloom algorithm<jgqwhucs> 在 2024-11-05 上传 | 大小:178176 | 下载:0
[数据结构常用算法] capi-0.01.tar
说明:< 多任务下的数据结构与算法>>一书的配套源代码,含有链表、哈希表、红黑树、AVL树、复合二叉树、无碎片内存管理、垃圾内存管理、多任务遍历等源代码-" " Multi-tasking data structures and algorithms under the " " a book supporting the source code, containing lists, has<zhou> 在 2024-11-05 上传 | 大小:178176 | 下载:0
[数据结构常用算法] revstr
说明:要求:将字符串按单词反转,并非按字母反转。 前提:尽量少的使用内存-require:Reverse a string by words, not in alphabetical reverse Premise:To minimize the use of memory<diaoshuangjun> 在 2024-11-05 上传 | 大小:178176 | 下载:0
[数据结构常用算法] Follow-upbinarytreetraversal
说明:上帝王牌:给出先序遍历和中序遍历,求后续遍历,要求: 函数头如下: bool getPostOrder(const char* perOrder, const char* inOrder, char* postOrder) 返回值是一个布尔 代表是否有这样的二叉树 用法: char* perorder = "abdgcefh" char* inorder = "dgbaechf" 或者 char*<上帝王牌> 在 2024-11-05 上传 | 大小:178176 | 下载:0