资源列表

« 1 2 ... .99 .00 .01 .02 .03 1604.05 .06 .07 .08 .09 ... 2656 »

[数据结构常用算法chazhao

说明:查找的实验报告,用于数据结构与算法课程,包含源码-Find the lab reports, for data structures and algorithms courses, including source code
<aya> 在 2024-10-07 上传 | 大小:57344 | 下载:0

[数据结构常用算法DataStructCode

说明:数据结构代码,已经经过调试,都能够运行,请放心使用。-This is the code for the DataStruct.It can be debug
<Mily> 在 2024-10-07 上传 | 大小:2666496 | 下载:0

[数据结构常用算法Astart

说明:A*算法资料,包括算法原理,算法剖析,伪代码,还有一些研究文献。 图像处理方面涉及全局最优最短路径会相当有用-A* algorithm information, including algorithm theory, algorithm analysis, pseudo code, and some literature. Image processing involves the global optimal shortest p
<罗寅> 在 2024-10-07 上传 | 大小:8186880 | 下载:0

[数据结构常用算法C_Programming_Assignment_Problem_Hungarian_algorit

说明:C编程设计指派问题匈牙利算法C Programming Assignment Problem Hungarian algorithm-C Programming Assignment Problem Hungarian algorithm
<usjj> 在 2024-10-07 上传 | 大小:199680 | 下载: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> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法Maze(Stack)

说明:应用栈求迷宫通路,用的是“穷举求解”的方法,即从入口出发,顺某一方向向前探索,若能走通,则继续往前走;否则沿原路退回,换一个方向再继续探索,直至探索到通路为止。-Application stack requirements maze path, using a "brute-force solving" approach, starting from the entrance, along a forward direction to
<englishteam> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[数据结构常用算法Expression-evaluation(suffix-method)

说明:在栈的思想下,利用后缀表达式解决表达式求值的问题。类似的,可以推广到前缀表达式求值。-Thinking in the stack, using postfix expression evaluation expression to solve the problem. Similarly, the prefix can be extended to expression evaluation.
<englishteam> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[数据结构常用算法Messiah

说明:电脑鼠走迷宫的局部搜索算法,找出最短路径后返回起点开始冲刺-Computer Mouse Maze of the local search algorithm to find the shortest path back to starting point after the sprint
<姜明新> 在 2024-10-07 上传 | 大小:81920 | 下载: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> 在 2024-10-07 上传 | 大小:1024 | 下载:0

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

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

[数据结构常用算法MinimumSpanningTreeAlgorithm

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

[数据结构常用算法erchashubianli

说明:实现对二叉树的各种遍历 有先序遍历 中序遍历 后序遍历 -Achieve a variety of traversing a binary tree traversal in preorder traversal sequence after traversing
<maomaoyu> 在 2024-10-07 上传 | 大小:1024 | 下载:0
« 1 2 ... .99 .00 .01 .02 .03 1604.05 .06 .07 .08 .09 ... 2656 »

源码中国 www.ymcn.org