资源列表

« 1 2 ... .92 .93 .94 .95 .96 197.98 .99 .00 .01 .02 ... 2656 »

[数据结构常用算法zhan

说明:数据结构之栈,包含栈的各种操作,如:出入栈,取栈顶元素。-no
<文飞> 在 2025-01-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法test

说明:设计实现哲学家就餐问题。有五个哲学家围坐在一圆桌旁, 桌中央有一盘通心粉, 每个人面前有一只空盘子, 每俩人之间放一只筷子, 每个哲学家的行为是思考, 感到饥饿, 然后吃通心粉。 为了吃通心粉, 每个哲学家必须拿到两只筷子, 并且每个人只能直接从自己的左边或右边去拿筷子。-Design and implementation of the Dining Philosophers Problem. There are five philos
<李有很> 在 2025-01-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法yanghuisanjiao

说明:数据结构中用c语言实现打印杨辉三角前n行的算法-yanghuisanjiao
<丽丽> 在 2025-01-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法main

说明:用最小推排序算法实现作业的优先级调度问题-Minimum push sorting algorithm
<Leehowe> 在 2025-01-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法huffman

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

[数据结构常用算法stack

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

[数据结构常用算法bracketmatch

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

[数据结构常用算法3230

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

[数据结构常用算法ALGORITHM

说明:用多种方法计算斐波那契数,有矩阵算法,递归算法等。-yeah ,it is really good!!!
<梁光> 在 2025-01-13 上传 | 大小:1kb | 下载:0
« 1 2 ... .92 .93 .94 .95 .96 197.98 .99 .00 .01 .02 ... 2656 »

源码中国 www.ymcn.org