资源列表

« 1 2 ... .65 .66 .67 .68 .69 1570.71 .72 .73 .74 .75 ... 2656 »

[数据结构常用算法kruskal

说明:K r u s k a l算法每次选择n- 1条边,所使用的贪婪准则是:从剩下的边中选择一条不会产生环路的具有最小耗费的边加入已选择的边的集合中。注意到所选取的边若产生环路则不可能形成一棵生成树-K ruskal algorithm each time you select n-1 edges, using criteria of greed: from the left side, select a loop with no mini
<黄京> 在 2024-11-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法prim

说明:算法简介:Prim算法用于求无向图的最小生成树  设图G =(V,E),其生成树的顶点集合为U。    ①、把v0放入U。    ②、在所有u∈U,v∈V-U的边(u,v)∈E中找一条最小权值的边,加入生成树。    ③、把②找到的边的v加入U集合。如果U集合已有n个元素,则结束,否则继续执行②。    其算法的时间复杂度为O(|E|log|V|)-Introduction to Algorithms: Prim alg
<黄京> 在 2024-11-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法1234xianxu_zhongxu

说明:输入一个树的先序遍历和中序遍历,然后输出这棵树。-Enter a preorder traversal of the tree and in-order traversal, then the output tree.
<蓝夏军> 在 2024-11-11 上传 | 大小:419kb | 下载:1

[数据结构常用算法ACMsuanfa

说明:ACM 经典算法大集合 ACM 经典算法大集合 ACM 经典算法大集合-A large collection of classic algorithms ACM ACM ACM large collection of classical algorithms a large collection of classical algorithms ACM large collection of classic algorithms
<蓝夏军> 在 2024-11-11 上传 | 大小:455kb | 下载:0

[数据结构常用算法uuy

说明:最优化问题之一的算啊与代码 多级安全中敏感标记的最优化挖掘 C++算法与分析-Optimization problem with one count ah multi-level security code in the most sensitive marker of the C++ algorithms to optimize mining and analysis
<李天> 在 2024-11-11 上传 | 大小:437kb | 下载:0

[数据结构常用算法Huffman

说明:霍夫曼编码,生成霍夫曼树。用VC6.0编译,控制台应用程序-Huffman coding, Huffman tree generated. With VC6.0 compiler, a console application
<韩小雪> 在 2024-11-11 上传 | 大小:191kb | 下载:0

[数据结构常用算法10064196dogleg

说明:最优化折线算法,欢迎大家尝试下效果,-Line optimization algorithm, welcome to try the next result, thank you
<hewei> 在 2024-11-11 上传 | 大小:2kb | 下载:0

[数据结构常用算法01package

说明:关于背包问题的实现,很好的代码,希望我们一起学习。-Knapsack problem on the realization of good code, I hope we learn together.
<李晴> 在 2024-11-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法hannuota-bahuanghou

说明:C语言中的经典问题:汉诺塔问题和八皇后问题求解的完整代码-Han s tower problem
<> 在 2024-11-11 上传 | 大小:163kb | 下载:0

[数据结构常用算法tancs

说明:这是快速排序程序,希望能给你们一些帮助。仅此而以,在下能力有限,还望指正-It can help you to understand the quick sort
<Kevin> 在 2024-11-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法TestTree

说明:数据结构实验。创建、保存、读取二叉树。且实现了二叉树的递归遍历,非递归遍历,递归求度为0、1、2节点数,非递归求度为0、1、2节点数,按层次遍历,求二叉树深度,判断是否完全二叉树,交换左右子树等功能……附带文件操作-Experimental data structure. Create, save, reading binary tree. And to achieve a binary tree of recursive traver
<dongbula> 在 2024-11-11 上传 | 大小:3kb | 下载:0

[数据结构常用算法card24

说明:24点的算法实现,c环境,支持加减乘除。-24 point algorithm, c environment to support Math.
<xurong> 在 2024-11-11 上传 | 大小:2kb | 下载:0
« 1 2 ... .65 .66 .67 .68 .69 1570.71 .72 .73 .74 .75 ... 2656 »

源码中国 www.ymcn.org