资源列表

« 1 2 ... .18 .19 .20 .21 .22 2223.24 .25 .26 .27 .28 ... 2656 »

[数据结构常用算法huffman

说明:在C环境下实现huffman编码,在编码的过程中运用到根和子树。-zai c huanjing xia shixian huffman bianma
<汪俊> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法stack

说明:用单链表实现存储栈 “链式栈”类模板的定义,数据结构和算法学习必备学习程序。-Single-linked list for storage stack " Chain stack" class template definition, data structures and algorithms necessary to study the learning process.
<> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法bracketmatch

说明:检查算数表达式中括号是否匹配 使用“链式栈”模板定义作为数据结构来实现括号匹配。-Check the arithmetic expression in parentheses match use " chain stack" template definition as a data structure to achieve the matching parenthesis.
<> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法hanoi

说明:实现汉诺塔的操作步骤输出,可以设置1,2,3三个塔柱,输出结果为用1,2,3表示的操作-Tower of Hanoi the steps to achieve the output, you can set 1,2,3 3 Pylon, the output result of the operation that used 1,2,3
<刘进锋> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法3261

说明:zoj3261 Connections in Galaxy War 的源码,主要考察并查集,并要从后往前建图-source code of zoj3261 :Connections in Galaxy War ,mainly about union-find,and need to build graph from end to the beginning
<ufo> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法3204

说明:zoj 3204 Connect them的源码,主要考察最小生成树的Kruskal算法,要注意输出的顺序-the source code of zoj 3204 Connect them , the main study Kruskal minimum spanning tree algorithm, should pay attention to the order of the output
<ufo> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法3230

说明:带堆优化的贪心,从题意中我们可以得到的最暴力解法就是,每天都搜索整个数组,找出符合条件的题目并且它的经验是最大的,这样找M天就好了。接下来就是如何优化,在每次找的时候我们只要找经验最大的,因为可以用大顶堆组织可以做的题目,每次升级之后加入新的可以做的题目就OK了。-Optimized with a greedy heap, from the meaning of the questions, we can get the most vi
<ufo> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法ALGORITHM

说明:用多种方法计算斐波那契数,有矩阵算法,递归算法等。-yeah ,it is really good!!!
<梁光> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法sqlist_myown

说明:数据结构中的顺序表,用c++实现的,一个简单的程序-sqlist in data structure with c++ asmall program
<付浩> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法Heapfunction

说明:算法分析实验 算法分析变治法 堆排序-Experimental analysis of algorithms analysis of algorithms change conquer Heap Sort
<tabuiy> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法KMP

说明:KMP算法的一个小型实现...可能太菜了点-KMP algorithm is an implementation ... may be too small dishes of point ...
<Lelouch> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法Dijkstra-C

说明:这是在C++语言环境下编写的关于Dijkstra算法的程序-This is the C++ language environment to prepare the procedure on the Dijkstra algorithm for
<naiyu> 在 2024-09-20 上传 | 大小:1024 | 下载:0
« 1 2 ... .18 .19 .20 .21 .22 2223.24 .25 .26 .27 .28 ... 2656 »

源码中国 www.ymcn.org