CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - shortest path

搜索资源列表

  1. The-maze-mouse

    0下载:
  2. 电脑鼠在迷宫中自动记忆迷宫图形,检测之后,能够以最快最短的路径走出迷宫。-Computer mouse in a maze the automatic memory maze graphics, after detection, fastest shortest path out of the labyrinth.
  3. 所属分类:Project Design

    • 发布日期:2017-11-15
    • 文件大小:97307
    • 提供者:王阳阳
  1. computer-mouse-guide

    0下载:
  2. 实现电脑鼠在迷宫中顺利不碰壁运行,自动记忆迷宫图形,以最快的速度,最短的路径走出迷宫。-Computer mouse in a maze smooth run into a wall running, automatic memory maze graphics, the fastest, the shortest path out of the labyrinth.
  3. 所属分类:Project Design

    • 发布日期:2017-11-14
    • 文件大小:794140
    • 提供者:王阳阳
  1. minroute

    0下载:
  2. 最短路径迪捷克斯特拉算法,使用时需要将已知的路径权值以矩阵形式输入。-Shortest path 迪捷克斯特拉 algorithm, the need to use a known path weight value is entered in a matrix form.
  3. 所属分类:software engineering

    • 发布日期:2017-11-11
    • 文件大小:747
    • 提供者:Bill Huang
  1. Data-structure

    0下载:
  2. 在VC++环境下,用C语言实现交通咨询模拟系统的设计(最短路径问题)。-In vc++ environment, using C language to realize the transport advisory simulation system design (the shortest path problem).
  3. 所属分类:Project Design

    • 发布日期:2017-11-18
    • 文件大小:500851
    • 提供者:蓝雨
  1. TELFOR2010_02_02

    0下载:
  2. A WDM mesh network is planned and designed so that to satisfy all its demands. Each connection has to be protected with the a) dedicated way, b) shared way and c) the benefits of the shared way versus the dedicated way are also showed. The sh
  3. 所属分类:Document

    • 发布日期:2017-11-25
    • 文件大小:96556
    • 提供者:Thukaram
  1. 4

    0下载:
  2. 针对目前图形处理器(GPU) 上的动态数据处理问题,在分析现有并行单源最短路径(SSSP) 算法的基础上,对 GPU上的Moore SSSP算法进行并行化设计与实现。搜索时,综合应用层次化任务分配、层次化工作队列、层次化 Kernel 调用等策略。在不同类型图数据上进行实验测试,实验结果表明,该算法能有效减少空线程开销、访存开销以及同步时间。-For dynamic data processing on the graphics processor (GPU), the analysis of
  3. 所属分类:Project Design

    • 发布日期:2017-12-04
    • 文件大小:1076435
    • 提供者:JIANGLILY
  1. guanjianlujingwenti-

    0下载:
  2. 用拓扑排序、邻接矩阵存储 结构建图、for语句的灵活运用,栈及数组来实现最短路径问题-Topological sorting adjacency matrix storage structure building plans, the flexible use of the for statement, stacks and arrays to achieve the shortest path problem
  3. 所属分类:File Formats

    • 发布日期:2017-12-04
    • 文件大小:62872
    • 提供者:陌生,爱
  1. CSharp-solve-TSP

    0下载:
  2. c#解决蚁群算法实例源代码,实现一定范围内最短路径的优化。-c# solve the ant colony algorithm source code examples, shortest path optimization within a certain range.
  3. 所属分类:Project Design

    • 发布日期:2017-11-05
    • 文件大小:12803
    • 提供者:李红云
  1. TSP

    0下载:
  2. 遗传算法解决TSP问题 所谓TSP问题(旅行商问题)即最短路径问题就是在给定的起始点S到终止点T的通路集合中,寻求距离最小的通路,这样的通路成为S点到T点的最短路径。-Genetic algorithm to solve TSP problem called TSP problem (TSP) that the shortest path problem in a given starting point S to the end point T path collection, seeki
  3. 所属分类:File Formats

    • 发布日期:2017-11-24
    • 文件大小:65799
    • 提供者:罗顺昌
  1. Hopfieldshenjingwangluo

    1下载:
  2. 利用Hopfield神经网络方法求解五阶TSP问题,求出最短路径-Hopfield neural network method for solving fifth-order TSP problem, find the shortest path
  3. 所属分类:Development Research

    • 发布日期:2017-12-03
    • 文件大小:46408
    • 提供者:瑞瑞
  1. floyd

    0下载:
  2. 此源码是算法floyd算法的实现,里面有我自己详细解说的几个重点,对于学习图论很有帮助,用于求任意两点间最短路径和路径长度-This source is the realization of the algorithm floyd algorithm, which has my own detailed explanation of several key helpful for learning graph theory, used to find the shortest path betw
  3. 所属分类:software engineering

    • 发布日期:2017-12-02
    • 文件大小:1082
    • 提供者:韦龙
  1. matlab

    0下载:
  2. set_white,matlab一算算法最短路径的选取,最详细的程序。-set_white matlab count shortest path selection algorithm, the most detailed procedures.
  3. 所属分类:software engineering

    • 发布日期:2017-11-15
    • 文件大小:120321
    • 提供者:大师傅
  1. short_path

    0下载:
  2. 在現有的權重圖當中,找尋最短的路徑到達目的地,可應用在許多工程方面的問題-Given a weighted graph, Find all-pairs shortest path solution.
  3. 所属分类:software engineering

    • 发布日期:2017-11-22
    • 文件大小:1444885
    • 提供者:hubert
  1. Cpp1

    0下载:
  2. dijkstra最短路径寻径算法之邻接表加堆排序的优化方法-adjacent table and heap sort Dijkstra shortest path routing algorithm optimization method
  3. 所属分类:software engineering

    • 发布日期:2017-11-08
    • 文件大小:1002
    • 提供者:lihk
  1. Matlab-program-of-ant-colony

    0下载:
  2. 这是一个用蚁群算法解决最短路径问题的通用matlab程序,供大家参考使用-This is an ant algorithm to solve the shortest path problem common matlab program, for reference use
  3. 所属分类:software engineering

    • 发布日期:2017-11-02
    • 文件大小:2491
    • 提供者:king
  1. dijkstra

    0下载:
  2. Dijkstra算法关于最短路径算法的研究与实现-Research and Implementation of Dijkstra' s algorithm shortest path algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:175668
    • 提供者:林枫
  1. yuanma

    0下载:
  2. 迷宫是一个二维矩阵,其中0为墙不能通过,1为路可以通过,3为入口,4为出口.要求从入口开始,从出口结束,求得最短路径并输出。-Maze is a two-dimensional matrix, where 0 is the wall is not passed through channel 1, 3 entrance, 4 for export. Requires starting from the inlet, the outlet end, and outputs the calculat
  3. 所属分类:Document

    • 发布日期:2017-11-17
    • 文件大小:2041
    • 提供者:queque
  1. routing

    0下载:
  2. 在图中求两点间的最短路径,用弗洛伊德算法实现,包括图的类定义-In the figure, the shortest path between two points, with the Floyd algorithm, including the definition of the class diagram
  3. 所属分类:software engineering

    • 发布日期:2017-11-26
    • 文件大小:1321
    • 提供者:julia
  1. chat

    0下载:
  2. 实现了图类的定义,并且实现了深度遍历,广度遍历,以及用dijstra算法求最短路径-Achieve the plan class definition, and the realization of the depth traversal, breadth traversal, and the shortest path algorithm with dijstra
  3. 所属分类:software engineering

    • 发布日期:2017-12-02
    • 文件大小:1751
    • 提供者:julia
  1. 5

    0下载:
  2. 已知一个有向带权图G和图中某个源点V0,求得从该源点V0到图中其它各个顶点之间 的最短路径。-Given a directed weighted graph G and a source figure V0, V0 obtained from the source to the other drawing the shortest path between the vertices.
  3. 所属分类:software engineering

    • 发布日期:2017-11-25
    • 文件大小:254378
    • 提供者:miyor
« 1 2 3 45 6 7 »
搜珍网 www.dssz.com