资源列表

« 1 2 ... .13 .14 .15 .16 .17 27018.19 .20 .21 .22 .23 ... 28523 »

[数据结构常用算法Dijkstra

说明:Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法是很有代表性的最短路径算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。Dijkstra一般的表述通常有两种方式,一种用永久和临时标号方式,一种是用OPEN, CLOSE表的方式,这里均采用永久和临时标号的方式。注意该算法要求图中
<吕子乔> 在 2025-04-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法Dijkstra-alg

说明:Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。本算法时间复杂度完全符合要求。-Dijkstra (Dijkstra) algorithm is a typical single-source shortest path algorithm, is used to calculate a node to all other nodes in the shortest path. Th
<吕子乔> 在 2025-04-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法The-matrix-the-chain-multiplication-

说明:运用动态规划思想,解决矩阵链最优算法问题。-The use of dynamic programming to solve the problem of the optimal matrix chain algorithm.
<吕子乔> 在 2025-04-24 上传 | 大小:1kb | 下载:0

[数学计算/工程计算The-assembly-line-scheduling-problem

说明:御用动态规划思想和策略,解决装配线调度问题。-Queen dynamic programming ideas and strategies to address the assembly line scheduling problem.
<吕子乔> 在 2025-04-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法The-longest-common-subsequence

说明:运用动态规划思想和策略,解决最长公共子序列问题。-The use of dynamic programming ideas and strategies to solve the longest common subsequence problem.
<吕子乔> 在 2025-04-24 上传 | 大小:1kb | 下载:0

[数学计算/工程计算xie-shock

说明:计算二维斜激波各个变量之间的关系,输入波前马赫数,sita,beta之中的任何两个,可以求出压力,密度,马赫数等波后量与波前量的比值-Relationship between the variables of the calculation of two-dimensional oblique shock, out of any two of the Mach number, sita, beta, the input wavefron
<yimiaorong> 在 2025-04-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法single-list

说明:单链表实现代码,各种操作:数据插入,删除,显示等-Single linked list implementation code, a variety of operations: data insertion, deletion, display
<罗锦盛> 在 2025-04-24 上传 | 大小:1kb | 下载:0

[matlab例程avi

说明:一种关于最短路径算法的,用于对最短路径的研究-A shortest path algorithm, research on the shortest path for
<wangzhen> 在 2025-04-24 上传 | 大小:1kb | 下载:0

[matlab例程FloydSPR

说明:一种最短路径算法,floyd是研究最短路的应用-A shortest path algorithm, Floyd is the application of the shortest path
<wangzhen> 在 2025-04-24 上传 | 大小:1kb | 下载:0

[matlab例程kruskal

说明:kruskal算法,是一种最短路径算法的研究,用于研究最短路径-Kruskal algorithm, is one of the shortest path algorithm, the shortest path for research
<wangzhen> 在 2025-04-24 上传 | 大小:1kb | 下载:0

[matlab例程prim

说明:一种最短路径算法,很简单好用的程序,用于研究最短路径算法-A shortest path algorithm, very easy to use program, algorithm for the shortest path
<wangzhen> 在 2025-04-24 上传 | 大小:1kb | 下载:0

[matlab例程dijkstra_all

说明:一种最短路径算法,简单明了,好用,用于研究最短路径问题,简便-A shortest path algorithm, simple and clear, easy to use, for the problem of shortest path
<wangzhen> 在 2025-04-24 上传 | 大小:1kb | 下载:0
« 1 2 ... .13 .14 .15 .16 .17 27018.19 .20 .21 .22 .23 ... 28523 »

源码中国 www.ymcn.org