搜索资源列表

  1. Shortest_path

    0下载:
  2. 描述: 给定一个带权有向图 G=(V,E) ,其中每条边的权是一个整数。另外,还给定 V 中的一个顶点,称为源。现在我们要计算从源到所有其他各顶点的最短路径长度。这里的长度是指路上各边权之和。这个问题通常称为单源最短路径问题。 输入: 第一行为一个整数n,表示包含源在内的顶点的个数,接下来是一个n*n的矩阵,矩阵中-1表示此路不通,否则表示从该顶点到另一顶点的距离。例如对于上图所示的问题我们可以按输入样例
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:yagedao
  1. 14

    0下载:
  2. 图的最小生成树的原理和算法实现,图的最短路径的原理和算法实现 -Minimum spanning tree graph theory and algorithms, graph theory and the shortest path algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1335296
    • 提供者:chen
  1. ACO_Hamilton1

    0下载:
  2. 可以实现任何一个哈密顿图的最短路径,从而可以方便的计算出最短路径,获得更大的经济效益-Can achieve any of the shortest Hamiltonian path, which can easily calculate the shortest path to greater economic efficiency
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:方玉
  1. aaaa

    0下载:
  2. 带权有向图的最短路径及拓补排序算法,用于计算最短路径的算法-Weighted directed graph of shortest paths and expand up sorting algorithm used to calculate the shortest path algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:steven
  1. robot

    0下载:
  2. 取各障碍物顶点连线的中点为路径点,相互连接各路径点,将机器人移动的起点和终点限制在各路径点上,利用Dijkstra算法来求网络图的最短路径,找到从起点P1到终点Pn的最短路径,由于上述算法使用了连接线中点的条件,不是整个规划空间的最优路径,然后利用遗传算法对找到的最短路径各个路径点Pi (i=1,2,…n)调整,让各路径点在相应障碍物端点连线上滑动,利用Pi= Pi1+ti×(Pi2-Pi1)(ti∈[0,1] i=1,2,…n)即可确
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:biaoshi
  1. Shortestpathmap

    0下载:
  2. 自己写的C++实现的图的最短路径,使用了标准模板库。-C++ to write their own plans to achieve the shortest path, using the standard template library.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:44032
    • 提供者:周海明
  1. Graph

    0下载:
  2. 图的操作,包括1.利用普利姆算法实现最小生成树; 2.利用克鲁斯卡尔算法实现最小生成树; 3.利用迪克斯特拉算法实现最短路径; 4.构建图形;-The chart operation, including 1. the algorithm realizes the smallest spanning tree using Pu Limb 2. algorithm realizes the smallest
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:973824
    • 提供者:李赵洁
  1. cPP-(2)

    0下载:
  2. dijkstra算法,求图的最短路径,数据结构在vc++中实现-dijkstra algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:zc
  1. 5

    0下载:
  2. 利用Dijkstra算法来求网络图的最短路径,找到从起点P1到终点Pn的最短路径,由于上述算法使用了连接线中点的条件,不是整个规划空间的最优路径,然后利用遗传算法对找到的最短路径各个路径点Pi (i=1,2,…n)调整,让各路径点在相应障碍物端点连线上滑动-Use Dijkstra algorithm to find the shortest path network diagram to find the starting point
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:9216
    • 提供者:jack
  1. graph

    0下载:
  2. 图的一些基本操作,包括图的遍历,求解图的最短路径等。-Figure some of the basic operations, including graph traversal, etc. to solve the shortest path map.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:lxn
  1. Prime

    0下载:
  2. prime算法实现,求图的最短路径,算法课的作业-prime algorithm, find the map of the shortest path algorithm homework assignment
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:248832
    • 提供者:vision
  1. shortest-path

    0下载:
  2. 图的最短路径算法的实现,功能为图的最短路径算法-shortest path
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:宗畅
  1. road

    0下载:
  2. 基于图的最短路径,选择适合的算法设计程序,实现交通指南系统。-Graph-based shortest path algorithm to choose the design process to achieve the traffic guidance system.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:陈奕斌
  1. FloydGPU

    0下载:
  2. 图的最短路径算法floyd,在GPU上进行的并行实现。-Shortest path algorithm floyd on the GPU in parallel.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:yaya
  1. bgraph

    0下载:
  2. 求图的最短路径 使用向后递推算法求 C语言实现-In the figure, the shortest path using the backward recursive algorithms to find the C language
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:李殷
  1. pathing-planning-GA

    0下载:
  2. 用遗传算法实现对机器人的路径规划,取各障碍物顶点连线的中点为路径点,相互连接各路径点,将机器人移动的起点和终点限制在各路径点上,利用最短路径算法来求网络图的最短路径,找到从起点P1到终点Pn的最短路径。-Robot path planning using genetic algorithms, taking the midpoint of each obstacle vertex path points interconnected p
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:67584
    • 提供者:郭美亭
  1. Multistage

    0下载:
  2. 多段图的最短路径问题使用的是动态规划算法,代码中包含了详细的过程且有程序实现的截图。-Multistage Graph shortest path problem using a dynamic programming algorithm, the code contains a detailed process and procedures to achieve the screenshots.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:164864
    • 提供者:李莹莹
  1. duoduantu

    0下载:
  2. 多段图问题的动态规划算法与实现 功能:求源点到汇点的最短路径及决策过程。 要求:用向前处理和向后处理方法分别对给出的数据,进行求解(注意在文档中画出多段图)。给出复杂性分析。 输入:多段图的段数,顶点数,以及每条边的权重。 输出:多段图的最短路径和决策过程。 -Many of the map of the dynamic programming algorithm and implementation feature
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:16384
    • 提供者:missli
  1. shortpath

    0下载:
  2. 图的最短路径代码实现及数据结构的设计,并给出详细的注释。-Code to achieve the shortest path map and data structure design, and gives detailed notes.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:wangxiao
  1. tudezuiduanlujing

    0下载:
  2. 数据结构关于图的最短路径的课程设计的报告-Report on the shortest path data structure of the curriculum design
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:327680
    • 提供者:小葡萄
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 44 »

源码中国 www.ymcn.org