资源列表

« 1 2 ... .03 .04 .05 .06 .07 1308.09 .10 .11 .12 .13 ... 2656 »

[数据结构常用算法kruskal

说明:克鲁斯卡尔算法 运用克鲁斯卡尔算法求图中的最小生成树-Kruskal algorithm Kruskal algorithm for the use of the minimum spanning tree graph
<旺仔> 在 2024-11-17 上传 | 大小:11kb | 下载:0

[数据结构常用算法prim

说明:普利姆算法 运用普利姆算法求取最小生成树 c实现算法-Puli Mu Puli Mu algorithm using minimum spanning tree algorithm to strike
<旺仔> 在 2024-11-17 上传 | 大小:11kb | 下载:0

[数据结构常用算法mentocarlo

说明:Mentocarlo算法 Mentocarlo算法 Mentocarlo算法-Mentocarlo algorithm Mentocarlo Mentocarlo algorithm algorithm algorithm Mentocarlo
<zhuwule> 在 2024-11-17 上传 | 大小:11kb | 下载:0

[数据结构常用算法C

说明:几个有趣的问题,提供了相应的C代码,可执行,像爱因斯坦问题,九宫图问题-Several interesting questions, to provide the corresponding C code, executable, such as Einstein issue, Jiugong graph problems
<狼烟乱舞> 在 2024-11-17 上传 | 大小:11kb | 下载:0

[数据结构常用算法cPPdata-structure-experiment

说明:c++的数据结构实验。包括链表,堆栈,排序,图等。-c++ data structure experiments. Includes list, stack, sort, graph, etc.
<ethan> 在 2024-11-17 上传 | 大小:11kb | 下载:0

[数据结构常用算法KMP-fail

说明:kmp算法中得next数组也叫fail数组的计算很难理解且代码也不容易实现,本代码就是计算fail数组的源代码-kmp algorithm was next in the array fail, also known as the calculation of the array is difficult to understand and the code is not easy to achieve, this code is to
<宁黎华> 在 2024-11-17 上传 | 大小:11kb | 下载:0

[数据结构常用算法stones-combined

说明:动态规划法是求解最优化问题的一种方法,该文主要研究其求解问题的基本思想及具体步骤,详细分析其用于石子合并问题上的算法设计,并给出其算法实现。-Dynamic programming to solve optimization problems is a method of solving the problem of its major research paper the basic ideas and concrete steps,
<弓惠敏> 在 2024-11-17 上传 | 大小:11kb | 下载:0

[数据结构常用算法sujujiegou

说明:一些典型的数据结构源代码,很不错,每个例子都很详细-Some typical data structure source code, very good, very detailed examples of each
<NIBA> 在 2024-11-17 上传 | 大小:11kb | 下载:0

[数据结构常用算法Maze

说明:寻找迷宫出路,利用VC++设置迷宫,并寻找迷宫出路,重点是堆栈的应用。-Maze to find a way out, using VC++ settings maze, maze and find a way out, focusing on application stack.
<王明> 在 2024-11-17 上传 | 大小:11kb | 下载:0

[数据结构常用算法Huffman

说明:运用赫夫曼编码的最优前缀码的贪心算法构造huffman树: 首先扫描输入文件,统计出现的字符以及每个字符出现的次数。每次取出现次数最小的那两个节点(node)合并成一个节点(node),并且将累计数值相加作为新的接点的累计数值,最顶层的是根节点(root) -Huffman coding using optimal prefix code of the greedy algorithm constructs huffman tree
<WSN> 在 2024-11-17 上传 | 大小:11kb | 下载:0

[数据结构常用算法RADIX_SORT

说明:这是一个radix_sort算法,对文件中的数据按从小到大进行排序-This is a radix_sort algorithm, the data file sorted in ascending
<weihao> 在 2024-11-17 上传 | 大小:11kb | 下载:0

[数据结构常用算法BTree

说明:b-树的建立插入删除,基本演示,数据结构课设-b-tree creation insertion deletion, basic presentation, set up data structures course
<马朔阳> 在 2024-11-17 上传 | 大小:11kb | 下载:0
« 1 2 ... .03 .04 .05 .06 .07 1308.09 .10 .11 .12 .13 ... 2656 »

源码中国 www.ymcn.org