搜索资源列表

  1. parallel-dijkstra

    0下载:
  2. 并行化思路实现dijkstra算法。假设有p个处理器,N个顶点。给每个处理器分配N/p个顶点,求出局部的最小值,复杂度为O (N/p)。然后后一半的处理器将自己的最小值发送给第前p/2个处理器。前一半处理器接收到传来的值后,与局部的最小值比较,作为新值。继续循环,直到剩下一个处理器为止。-Parallelized dijkstra algorithm. Suppose there is p a processor, N vertex.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:744448
    • 提供者:joyce
  1. Dijkstra

    0下载:
  2. Dijkstra算法是典型最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止-Dijkstra' s algorithm is a typical shortest path algorithm used to calculate a node to all other nodes of the shortest path. Main features is the st
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:王勇
  1. Dijkstra

    0下载:
  2. 图与网络论中求最短路径的Dijkstra算法 M-函数 格式 [S,D]=minroute(i,m,W) i为最短路径的起始点,m为图顶点数,W为图的带权邻接矩阵, 不构成边的两顶点之间的权用inf表示。显示结果为:S的每 一列从上到下记录了从始点到终点的最短路径所经顶点的序号; D是一行向量,记录了S中所示路径的大小 -Graph and network theory Dijkstra' s sho
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:童康
  1. dijkstra

    0下载:
  2. Dijkstra算法是典型最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法能得出最短路径的最优解,-Dijkstra' s algorithm is a typical shortest path algorithm used to calculate a node to all other nodes of the shortest path.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:6144
    • 提供者:刘旭
  1. 616191算法作业

    0下载:
  2. 1.二分搜索技术2.最接近点对问题3.矩阵连乘问题4.电路布线5.单源最短路径Dijkstra算法6.最小生成树Prim算法7.最小生成树Kruskal算法C语言写的,全部能运行!(algorithm design assignment)
  3. 所属分类:其他小程序

  1. suanfa

    0下载:
  2. dijkstra算法,用来解决图与网络数学模型的问题。(Dijkstra algorithm is used to solve the problem of graph and network mathematical model.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:7168
    • 提供者:小小烈
  1. Dijkstra算法

    0下载:
  2. 迪杰斯特拉算法求最短路径距离,可用于流形测地距离计算中。(Dijkstra algorithm for the shortest path distance, can be used for manifold geodesic distance calculation.)
  3. 所属分类:matlab例程

  1. dijk

    0下载:
  2. Dijkstra算法解决voronoi图的问题(The Dijkstra algorithm solves the problem of voronoi diagram)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:6144
    • 提供者:铭MARS花
  1. dijkstra

    0下载:
  2. Dijkstra算法求任意两点间最短路径(Dijkstra algorithm to find the shortest path between any two points)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:34816
    • 提供者:qpalfj1234
  1. dijkstra

    0下载:
  2. 计算某点到各点的最短距离,利用Dijkstra算法实现(The shortest distance from point to poin)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:cischoo
  1. 最短路径(Dijkstra算法)

    0下载:
  2. 已知两点,求该两地那间的最短路径,注意与TSP有区别。(When two points are known, the shortest path between the two places is considered, noting that there is a difference between TSP and the other.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:USSThobo2
  1. Dijkstra

    0下载:
  2. Dijkstra算法,利用matlab实现(Dijkstra, implemented by matlab)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:janty
  1. Dijkstra

    0下载:
  2. dijkstra 单源最短路径算法,用于计算一个节点到其他所有节点的最短路径(A single source shortest path algorithm is used to compute the shortest path from one node to all other nodes)
  3. 所属分类:

    • 发布日期:2024-05-10
    • 文件大小:278528
    • 提供者:kidding_
  1. Dijkstra graphshortestpath floyd

    0下载:
  2. 移动机器人的最优路径规划 Dijkstra 算法程序代码 路径规划程序(path planning Optimal path planning of mobile robot Dijkstra algorithm code path planning program)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:alan40
  1. huawei_Compete

    0下载:
  2. 本例基于华为勇敢星挑战赛的测试用例,通过Dijkstra算法实现数据通信的优化工作。(This example is based on HUAWEI brave star challenge test case, through the Dijkstra algorithm to achieve data communication optimization work.)
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:7376896
    • 提供者:xieyinyangwudi
  1. chapter23

    0下载:
  2. matlab智能算法 之 基于Dijkstra算法的路径规划算法(Path planning algorithm based on Dijkstra algorithm for matlab intelligent algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-10
    • 文件大小:774144
    • 提供者:ziwicn
  1. dijkstra

    0下载:
  2. 求有向图中的一点到任意一点之间的最短路径,用dijkstra算法实现。(The shortest path between one point and any point in the directed graph is realized by the Dijkstra algorithm.)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:828416
    • 提供者:CS专家
  1. dijkstra

    0下载:
  2. 求短路算法m程序,输入节点数量,两点间的实际距离,运行即可得到最短的路线,属于matlab程序。(Short circuit algorithm m program, matlab program)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:74752
    • 提供者:盖世帝尊
  1. dijkstra

    0下载:
  2. 一个对dijkstra算法功能的加强,可以直接输出任意两点的最短距离矩阵(A strengthening of the function of the Dijkstra algorithm, which can directly output the shortest distance matrix of any two points)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:sdcvf
  1. C++ Dijkstra

    0下载:
  2. C++实现Dijkstra算法完整代码,Dijkstra算法的实现,代码简单(C++ realizes the complete code of the Dijkstra algorithm, the implementation of the Dijkstra algorithm, the code is simple)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:9216
    • 提供者:哟 哈撒给
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org