资源列表
[数据结构常用算法] hafumanbianma
说明:c语言编写的哈夫曼编码。设需要编码的字符集为{d1, d2, …, dn},它们出现的频率为 {w1, w2, …, wn},应用哈夫曼树构造最短的不等长编码方案。 数据结构与算法 typedef char *HuffmanCode //动态分配数组,存储哈夫曼编码 typedef struct { unsigned int weight //用来存放各个结点的权值 unsigned int parent,<SongLY> 在 2024-11-14 上传 | 大小:50kb | 下载:0
[数据结构常用算法] touziwenti
说明:1. 熟悉动态规划的使用方法 2. 分析投资问题的最优子结构 3. 用动态规划求解投资问题 求解总投资额为m,共有n个项目,Gi(x)为向第i项工程投资费用为x时的收益,如何分配资源才能获得最大利润。 -1. Familiar with dynamic programming using method 2. Analysis of the optimal sub-structure of investment 3 inv<SongLY> 在 2024-11-14 上传 | 大小:20kb | 下载:0
[数据结构常用算法] hunynpipei
说明:婚姻匹配算法研究,提供C++代码,主要实现代码,利用矩阵来分析-Marriage matching algorithm, provides C++ code, the main code, the use of matrix analysis<大熊> 在 2024-11-14 上传 | 大小:1kb | 下载:0
[数据结构常用算法] java-src
说明:应用java开发的程序集合,包含一般的数据结构,常用的算法及小的application等-sub String<wangChunFeng> 在 2024-11-14 上传 | 大小:34kb | 下载:0
[数据结构常用算法] single-list-method
说明:此实验利用前插法创建一个单链表,利用单链表的功能动态地开辟空间存储数据,以及删除数据释放空间。首先建立带表头结点的单链表,并输入数据。接着输出单链表中所有结点的数据域值。然后输入x,y在第一个数据域值为x的结点之后插入结点y,若无结点x,则在表尾插入结点y。最后输入k,删除单链表中所有的结点k,并输出被删除结点的个数。-The experimental use of forward runs to create a single lis<梁小歪> 在 2024-11-14 上传 | 大小:1kb | 下载:0
[数据结构常用算法] josepharray
说明:约瑟夫问题,用链式结构实现,有N个数,从S开始报数M,列出前后出序序列-Joseph problems with the chain structure to achieve, there are N number, starting from the S reported that the number M, before and after the order listed in the sequence<梁小歪> 在 2024-11-14 上传 | 大小:1kb | 下载:0