CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - dijkstra

搜索资源列表

  1. 北京交通大学校园旅游导航系统

    0下载:
  2. 北京交通大学校园旅游导航系统,利用Dijkstra算法在任意两点之间找到最短路径。-Beijing Jiaotong University Campus Tourism navigation systems, the use of arbitrary Dijkstra algorithm to find the shortest between the two paths.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:315319
    • 提供者:陈勋
  1. 实现路由算法

    0下载:
  2. 实现路由算法,利用Dijkstra算法实现两台PC机之间的路由行走路径。-achieve routing algorithm, using Dijkstra algorithm between two PCs running the routing path.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:601089
    • 提供者:陈勋
  1. MySeg

    0下载:
  2. 最短路径法分词程序。将中文句子经过原子切分后生成一个有向无环图,然后使用Dijkstra算法求出由起点到终点的最短路径以实现中文分词。-shortest path method participle procedures. Chinese Sentence will be read after splitting atoms generated a directed acyclic graph. then use the Dijkstra algorithm derived from the s
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:426496
    • 提供者:周景荣
  1. Dsuanfa

    0下载:
  2. Dijkstra算法-Dijkstra algorithm
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:952
    • 提供者:asd
  1. Dijkstra_Huffman_Prim

    0下载:
  2. prim算法Huffman算法Dijkstra算法和实验报告-prim algorithm Huffman algorithm Dijkstra algorithm and experimental report
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:99079
    • 提供者:maxiaowei
  1. Dijkstra

    0下载:
  2. 根据大连理工的《数据结构》课本自己写的Dijkstra算法,从文件读取顶点之间的路径数据,然后输出结果
  3. 所属分类:书籍源码

    • 发布日期:2014-01-17
    • 文件大小:260463
    • 提供者:常昊宇
  1. dijkstra

    0下载:
  2. 一个很好的dijkstra算法程序。强烈推荐大家下载!
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1595
    • 提供者:陈胜
  1. parallel-dijkstra 并行化思路实现dijkstra算法

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

    • 发布日期:2017-03-23
    • 文件大小:744381
    • 提供者:joyce
  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. Main features is the starting
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-07
    • 文件大小:6266
    • 提供者:刘旭
  1. dijkstra

    1下载:
  2. D算法MATLAB实现,Dijkatra为主要算法,main函数举例实现-use matlab to make out D
  3. 所属分类:source in ebook

    • 发布日期:2017-04-07
    • 文件大小:638
    • 提供者:Andy
  1. dijkstra_suanfa

    0下载:
  2. dijkstra 这是用C语言实现的贪心算法 看这个程序前最好先看看图形说明-Dijkstra this is achieved using C language greedy algorithm to see this process take a look at the graphics before the best descr iption
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:4769
    • 提供者:swnjut
  1. Graph

    1下载:
  2. 图的基类以及最短路径算法,dijkstra,floyd,Kruskal算法等,代码来自北大赵海燕老师编著的数据结构与算法。-Graph base class as well as the shortest path algorithm, dijkstra, floyd, Kruskal algorithm, code Zhao Haiyan teachers from Beijing University and edited by the data structure and algorith
  3. 所属分类:source in ebook

    • 发布日期:2016-05-10
    • 文件大小:42789
    • 提供者:张淼
  1. dijkstra

    0下载:
  2. algorithm Dijkstra source code in c-algorithm Dijkstra source code in c++
  3. 所属分类:source in ebook

    • 发布日期:2017-04-07
    • 文件大小:597
    • 提供者:mazmaza
  1. Dijkstra

    0下载:
  2. Dijkstra算法的C++编程实现,对简单的数据组合进行计算-Dijkstra algorithm c++ programming implementation, combination of simple data to calculate
  3. 所属分类:source in ebook

    • 发布日期:2017-11-22
    • 文件大小:151288
    • 提供者:luying
  1. Dijkstra

    0下载:
  2. 最短路Dijkstra算法-Dijkstra shortest path algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:1161
    • 提供者:lixiaojie
  1. Dijkstra

    0下载:
  2. 应用Dijkstra算法对铁路网络两站点间最短径搜索,附有我国铁路网络数据。-Application of Dijkstra algorithm rail network between the two sites on the shortest route search, with China s railway network data.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-29
    • 文件大小:18841
    • 提供者:qonsitai
  1. dijkstra-algorithm

    0下载:
  2. 在多条可供选择的路径中,利用Dijkstra算法选出一条最优路径。-In the multiple paths available, using the Dijkstra algorithm to the optimal path.
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:777
    • 提供者:zhaokaili
  1. dijkstra

    0下载:
  2. Dijkstra s algorithm is an algorithm for finding the shortest paths between nodes in a graph
  3. 所属分类:MultiLanguage

    • 发布日期:2017-12-17
    • 文件大小:4096
    • 提供者:manas
  1. dijkstra CUDA

    1下载:
  2. dijkstra code cuda windows
  3. 所属分类:并行计算

    • 发布日期:2018-01-06
    • 文件大小:477184
    • 提供者:Loop{}
  1. Dijkstra迪捷斯特拉算法

    0下载:
  2. 迪杰斯特拉算法是从一个顶点到其余各顶点的最短路径算法,解决的是有向图中最短路径问题。迪杰斯特拉算法主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。(The Dijkstra algorithm 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 featur
  3. 所属分类:书籍源码

    • 发布日期:2018-01-06
    • 文件大小:3689472
    • 提供者:静守成雯
« 12 3 4 »
搜珍网 www.dssz.com