CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - dijkstra vertex

搜索资源列表

  1. dijkstra-java

    0下载:
  2. Dijkstra算法是典型的最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。 Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。Dijkstra算法是一种逐步搜索算法,通过为每个顶点n保留目前为止所找到的从m到n的最短路径来工作的。 -Dijkstra algorithm is a typical example of the most short-circuit algorithm, used
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-26
    • 文件大小:920byte
    • 提供者:kivilin
  1. dijkstra-c++

    0下载:
  2. Dijkstra算法是典型的最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。 Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。Dijkstra算法是一种逐步搜索算法,通过为每个顶点n保留目前为止所找到的从m到n的最短路径来工作的。 c#实现算法-Dijkstra algorithm is a typical example of the most short-circuit algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:1.89kb
    • 提供者:kivilin
  1. heap_dj

    0下载:
  2. 使用堆+链表实现dijkstra,求单源最短路-use heap and list to solve the shortest distance between the source vertex and destination vertex!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:966byte
    • 提供者:鲁凯
  1. DIJKSTRA

    0下载:
  2. Dijkstra s algorithm.For a given source vertex (node) in the graph, the algorithm finds the path with lowest cost (i.e. the shortest path) between that vertex and every other vertex.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:735byte
    • 提供者:andrushkutzzaa
  1. shortestpath

    0下载:
  2. 用Dijkstra算法求从顶点a到其他各顶点间的最短路径,并写出执行算法过程中各步的状态。-Dijkstra algorithm with a request from the vertex to other vertices of the shortest path, and write the implementation of the algorithm in each step of the process of the state.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:126.32kb
    • 提供者:mini
  1. Dijkstra

    0下载:
  2. Dijkstra算法思想:每次从V-S取出具有最短特殊路径长度的顶点u,将u添加到S中同时对数组dist作必要的修改,一旦s包含了所有v中顶点,dist就记录了从源到其他顶点之间的最短路径长度。-Dijkstra Algorithm idea: Every time out from the VS special path with the shortest length of vertex u, u will be added to the S in the same time, make t
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:968byte
    • 提供者:piepie
  1. robot

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

    • 发布日期:2017-03-30
    • 文件大小:1.77kb
    • 提供者:biaoshi
  1. MINIMALpATH

    0下载:
  2. A shortest path tree, in graph theory, is a subgraph of a given (possibly weighted) graph constructed so that the distance between a selected root node and all other nodes is minimal. It is a tree because if there are two paths between the root node
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:6.62kb
    • 提供者:darulor
  1. Dijkstra

    0下载:
  2. 设在图G={V,E}中有一顶点r,Dijkstra算法可以求出其他所有点到点r的最短路径的跳数,这是求单源最短路径的一个最基本的算法。-There is a vertex, r, in the graph G={V,E}. As to every other vertex v, there exist several paths between v and r. The Dijkstra algorithm can get the hop count of the shortest path a
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:531byte
    • 提供者:wx
  1. Dijkstra-matlab

    0下载:
  2. 求第一个城市到其它城市的最短路径.用矩阵(为顶点个数)存放各边权的邻接矩阵,行向量、、、分别用来存放标号信息、标号顶点顺序、标号顶点索引、最短通路的值-The first city to find the shortest path to other cities. With a matrix (for the number of vertices) records of the right side of the adjacency matrix, row vector, were used
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:836byte
    • 提供者:秦莉平
  1. Dijkstra

    0下载:
  2. 最短路径,从一个顶点到其余各个顶点的最短路径,贪心法-The shortest path from one vertex to every other vertex of the shortest path, greedy method
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1.59mb
    • 提供者:吴强
  1. Dijkstra

    0下载:
  2. 1. 初使时令 S={V0},T={其余顶点},T中顶点对应的距离值   若存在<V0,Vi>,d(V0,Vi)为<V0,Vi>弧上的权值   若不存在<V0,Vi>,d(V0,Vi)为∝   2. 从T中选取一个其距离值为最小的顶点W且不在S中,加入S   3. 对T中顶点的距离值进行修改:若加进W作中间顶点,从V0到Vi的   距离值比不加W的路径要短,则修改此距离值   重复上述步骤2、3,直到S中包含所有顶点,即S=T为止-1 beginning of
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:146.39kb
    • 提供者:Dell Sford
  1. Dijkstra

    0下载:
  2. 根据Dijkstra算法写出程序计算从顶点到其它各顶点的最短路径和最短距离。-Calculation of the vertices of the shortest path and shortest distance from the vertex to the Dijkstra algorithm to write programs.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:813byte
    • 提供者:Reggie
  1. Dijkstra

    0下载:
  2. 目前网络上电子地图的使用很普遍。利用电子地图可以很方便地确定从一个地点到另一个地点的路径。特别地,可确定在城市中的公交换乘路线。 电子地图可以看成是一个图,而公交线路图可看成是带权有向图G =(V,E),其中每条边的权是非负实数。 你的任务:对给定的一个(无向)图G,及G中的两点s、t,计算从顶点s到顶点t的最短距离和最少路段数。-On the network, the use of electronic maps is common. Electronic m
  3. 所属分类:Data structs

    • 发布日期:2017-11-15
    • 文件大小:134.27kb
    • 提供者:wth
  1. Dijkstra

    0下载:
  2. 有向图某顶点到其他顶点最短路径的C程序实现代码(Dijkstra算法) -Digraph a vertex to another vertex shortest path C program code (Dijkstra algorithm)
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1.41kb
    • 提供者:李辉
  1. Dijkstra

    0下载:
  2. 用D[i]来表示当前从源到顶点i的最短特殊路径长度。假设u是G的某一顶点,把从源到u且中间只经过S中顶点的录称为从源到u的特殊路径,并用D数组记录当前每个顶点对应的最短特殊路径长度。Dijkstra算法每次从V-S中取出具有最短特殊路径长度的顶点u,将u添加到S中,同时对D数组作必要的修改。一旦S中包含了V中所有顶点,D就记录了从源到所有其它顶点之间的最短路径长度。-With D [i] to indicate the current node i from the source to the
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4.05kb
    • 提供者:suyu
  1. Dijkstra

    0下载:
  2. Dijkstra算法,迪杰斯特拉算法是由荷兰计算机科学家狄克斯特拉于1959 年提出的,因此又叫狄克斯特拉算法。是从一个顶点到其余各顶点的最短路径算法,解决的是有向图中最短路径问题。-The Dijkstra algorithm is proposed by Holland computer scientist Dijkstra in 1959, therefore is called the Dick Stella algorithm. The shortest path algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1.05mb
    • 提供者:bleeli
  1. Dijkstra-algorithm

    0下载:
  2. 迪杰斯特拉算法是由荷兰计算机科学家狄克斯特拉于1959 年提出的,因此又叫狄克斯特拉算法。是从一个顶点到其余各顶点的最短路径算法,解决的是有向图中最短路径问题。迪杰斯特拉算法主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。-Dijkstra algorithm is a Dutch computer scientist Dijkstra proposed in 1959, the so called Dijkstra algorithm. From one vertex to each
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6.12kb
    • 提供者:沈甲甲
  1. dijkstra

    0下载:
  2. 迪杰斯特拉算法是由荷兰计算机科学家狄克斯特拉于1959 年提出的,因此又叫狄克斯特拉算法。是从一个顶点到其余各顶点的最短路径算法,解决的是有向图中最短路径问题。迪杰斯特拉算法主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。(Dijkstra algorithm was proposed by Dijkstra, a computer scientist in Holland in 1959, so it is also called Dijkstra algorithm. Is the
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:3kb
    • 提供者:书卷电网
  1. dijkstra

    0下载:
  2. 是从一个顶点到其余各顶点的最短路径算法,解决的是有向图中最短路径问题。迪杰斯特拉算法主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止(It is the shortest path algorithm from one vertex to the other vertices, and the shortest path problem in the directed graph is solved. The main feature of the Dijkstra algorithm
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:2kb
    • 提供者:wyj2277
« 12 »
搜珍网 www.dssz.com