资源列表

« 1 2 ... .76 .77 .78 .79 .80 2181.82 .83 .84 .85 .86 ... 2656 »

[数据结构常用算法cwq

说明:课程学习中的实验 关于快速查找的例子。快速查找学号等-Experimental studies on the Quick Search example. Quick Find school, etc.
<陈文取> 在 2025-06-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法Prim

说明:数据结构学习过程中的实验 PRIM算法,简单了一点,但算法是很经典的-Data structure of the experimental learning process PRIM algorithm, a bit simple, but the algorithm is a classic
<陈文取> 在 2025-06-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法LAB_4

说明:树的遍历,采用非递归的方法对树进行中序遍历-Tree traversal, the use of non-recursive methods of tree traversal
<xuhaifeng> 在 2025-06-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法DFS

说明:深度优先算法,用深度优先来遍历树结构,能够取得很好的复杂度-Depth-first algorithm, using depth-first traversal tree structure to achieve a good complexity
<xuhaifeng> 在 2025-06-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法graph

说明:图的遍历,能够快速找到图中的最短路径,复杂度低-Graph traversal, can quickly find the shortest path map, low complexity
<xuhaifeng> 在 2025-06-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法linklist

说明:数据机构中的双向链表,可用来实现并集,并且是用c++编制-for(i=1 i<=link1.GetLengthofLink() i++) { int e=link1.GetElement(i) if(link2.LinkLocate(e)==0) { newnode=(struct node*)malloc(sizeof(struct node)) newnode->data=e newnod
<姚依梦> 在 2025-06-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法sort

说明:介绍了三种排序与查找算法:选择排序算法,冒泡排序算法,折半查找法-selection sort,bubble sort,find
<Mary> 在 2025-06-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法c

说明:快速排序算法,次算法基于分支策略的排序算法,对于输入的数组按从小到大进行排序. 创建一个二叉树的二叉链表结构,然后输出从根结点到所有叶子结点的路径。-quick_sort and binary_tree
<Mary> 在 2025-06-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法kruskal1

说明:kruskal算法求解最小生成树  K r u s k a l算法每次选择n- 1条边,所使用的贪婪准则是:从剩下的边中选择一条不会产生环路的具有最小耗费的边加入已选择的边的集合中。注意到所选取的边若产生环路则不可能形成一棵生成树。K r u s k a l算法分e 步,其中e 是网络中边的数目。按耗费递增的顺序来考虑这e 条边,每次考虑一条边。当考虑某条边时,若将其加入到已选边的集合中会出现环路,则将其抛弃,否则,将它选入。-kruskal
<li chao> 在 2025-06-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法1717

说明:PKU1717-多米诺.DP实现,具体的转移方程可以看代码.-PKU1717-domino. DP realized, specific code can be seen the transfer equation.
<V-Jay> 在 2025-06-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法3497

说明:PKU3497-二分加贪心,具体算法详见代码~-Add PKU3497-II sub-greedy algorithm as detailed in the specific code ~
<V-Jay> 在 2025-06-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法try03

说明:假定一个单向循环链表来表示队列(即循环链队),该队列只设一个队尾指针,不设队首指针,试编写下列各种运算的算法: 1) 向循环链队插入一个元素值为x的结点。 2) 从循环链队中删除一个结点。 3) 访问队列 -The assumption that a one-way circle to indicate the queue list (that is, the cycle chain teams), which is only a team queue tail pointer
<zhx> 在 2025-06-11 上传 | 大小:1kb | 下载:0
« 1 2 ... .76 .77 .78 .79 .80 2181.82 .83 .84 .85 .86 ... 2656 »

源码中国 www.ymcn.org