资源列表
[数据结构常用算法] AnyMap_Match
说明:任意图的最大匹配算法,值得一学。毕竟各位不是只要会会匈牙利算法的那种人吧?-arbitrary map of the maximum matching algorithm, it is worth a study. After all, you would not say that the kind of Hungary algorithm people? Ha ha<byron> 在 2024-11-07 上传 | 大小:1kb | 下载:0
[数据结构常用算法] SegmentTree
说明:线段树的样例程序,线段树大家都知道吧?类似于算法导论上的区间树,比AVL好实现多了-segment of the sample program for the tree, the tree line you know? Introduction to the algorithm similar to the interval on the tree, to achieve better than AVL more<byron> 在 2024-11-07 上传 | 大小:1kb | 下载:0
[数据结构常用算法] chsword_stack
说明:一个自写的STACK栈的结构,可直接使用,暂没发现什么问题-since written a Stack of Stack structure can be directly used, the occasional problem, we did not find anything<邹健> 在 2024-11-07 上传 | 大小:1kb | 下载:0
[数据结构常用算法] chsword-Queue
说明:自写的C语言队列的代码,include后可以直接使用-since written in C language code cohort, include direct access after<邹健> 在 2024-11-07 上传 | 大小:1kb | 下载:0
[数据结构常用算法] chswordhfm
说明:求哈夫曼树的代码,基本不错,本人写的时候很注意 风格 ,应该一看就能看明白-Huffman tree for the code, the basic Yes, I wrote the great attention to style, one should look at Naikanmengbai<邹健> 在 2024-11-07 上传 | 大小:3kb | 下载:0
[数据结构常用算法] hlf-airport
说明:这是我的课程设计,184616 5498 1684984618-This is my curriculum design, 184616 5498 1684984618<林峰> 在 2024-11-07 上传 | 大小:13kb | 下载:0
[数据结构常用算法] show_zuiduan
说明:这是我的作业,是当时全班最好的,最短路径演示系统,能自定义节点和路径,显示出最短路径,节点用了组件,整个程序用了皮肤组件。-This is my work, then the whole class is the best, shortest path demonstration system can be defined nodes and trails. show that the shortest path, using a no<虚名> 在 2024-11-07 上传 | 大小:641kb | 下载:0
[数据结构常用算法] structreadwrite
说明:建立一个或多个结构体代表不同的复杂数据类型。 利用结构体数组来暂时存储要进行操作的数据 通过把结构体数组元素存到文件里的形式完成对数据的永久存储。 一般操作流程为 如对某个记录进行操作 1. 先把所有数据从文件中调入到一个结构体数组中暂时存储 2. 再通过指针运算或数组运算对数组中的某些记录进行操作和赋值。 3. 最终结束操作后,把改变过的<一凡> 在 2024-11-07 上传 | 大小:1kb | 下载:0