资源列表

« 1 2 ... .46 .47 .48 .49 .50 251.52 .53 .54 .55 .56 ... 2656 »

[数据结构常用算法lcs

说明:A program to find the LCS(Longest common subsequence ). It contains a source code the .c file input file .txt and the output file
<cbeauty> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法LINK_MER

说明:c++ file for merging of two link list
<jigar> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法ChanAlgorithm12233

说明:chan算法,一种适合在视距环境下使用的定位方法-chan
<heber> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法2

说明:有一只电子老鼠被困在如下图所示的迷宫中。这是一个12*12单元的正方形迷宫,蓝色部分表示建筑物,白色部分是路。电子老鼠可以在路上向上、下、左、右行走,每一步走一个格子。现给定一个起点S和一个终点T,求出电子老鼠最少要几步从起点走到终点-Have an electronic mouse trapped in the maze as shown below. This is a square of 12* 12 unit maze, the
<clare> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法suijikuaipai

说明:随机快排的算法实现。。需要的下下来看看吧-Fast random row algorithm. . Need to look at it the next down. .
<zhang peng> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法bufenbeibao

说明:部分背包问题,使用贪心算法。。。需要的可以看下-Part of the knapsack problem, use the greedy algorithm. . . Needs may have a look
<zhang peng> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法traversinggraph

说明:图的遍历的实现,文字界面,包含深度遍历和广度遍历两种情况-Graph traversal implementation, the text interface, including the depth and breadth traversal traverse both cases ~ ~
<黄毅骏> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法Expression-evaluation

说明:利用栈来求解表达式求值问题。用的是算数优先法,设置了两个栈:OPTR,用来寄存运算符;OPND,用以寄存操作数或运算结果。-Usage of the expression evaluation stack to solve the problem. Count method using a priority, set up two stacks: OPTR, for storage operator OPND, for the sto
<englishteam> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法Huffmancode1

说明:按照一定的规则构造哈弗曼树,使得输入的元素都作为叶子节点,然后从叶子到根逆向球每个字符的哈弗曼编码-According to certain rules of construction Havermann tree, making the input element as a leaf node, and then reverse the ball from the leaf to the root code for each char
<englishteam> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法Minimum-spanning-tree

说明:网的邻接矩阵存储(数组表示)、简单输出,最小生成树,采用Prim算法实现最小生成树。-Network adjacency matrix storage (array representation), a simple output, minimum spanning tree, minimum spanning tree using Prim algorithm.
<englishteam> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法MinimumSpanningTreeAlgorithm

说明:最小生成树算法 c++的 希望对大家有帮助-Minimum Spanning Tree Algorithm
<tom> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法erchashubianli

说明:实现对二叉树的各种遍历 有先序遍历 中序遍历 后序遍历 -Achieve a variety of traversing a binary tree traversal in preorder traversal sequence after traversing
<maomaoyu> 在 2025-01-16 上传 | 大小:1kb | 下载:0
« 1 2 ... .46 .47 .48 .49 .50 251.52 .53 .54 .55 .56 ... 2656 »

源码中国 www.ymcn.org