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

搜索资源列表

  1. nothing

    0下载:
  2. 这是一个搜索的方案搜索在房间内的最短路径问题-This is a search program searches the shortest path in the room question
  3. 所属分类:Project Design

    • 发布日期:2017-04-07
    • 文件大小:707253
    • 提供者:张煦晨
  1. multidimensional-scaling

    2下载:
  2. 本文提出一种基于多维定标的无线传感器网络三维定位算法,结合RSS经验衰减模型和最短路径建立相异性矩阵,采用轻量级矩阵分解算法降低相异性矩阵分解的计算复杂性,并利用网络中存在的周期性消息将初始定位信息回送,在后台使用迭代优化算法对初始定位结果求精。仿真实验表明,在测距误差一定的情况下,该算法能够提高节点三维坐标的初始计算精度,经过集中式的优化求精后与MDS-MAP算法相比,能够明显地提高节点三维定位的精度-This paper presents a method based on multidim
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:185026
    • 提供者:于文娟
  1. graph-theory-and-program-designe

    0下载:
  2. 详细的介绍了图论的各种概念如:分叉树,最短路径,遍历等以及相应的程序设计-A detailed descr iption of the various concepts of graph theory such as: the bifurcation tree, shortest path, traverse, and the corresponding program design
  3. 所属分类:software engineering

    • 发布日期:2017-05-19
    • 文件大小:5269471
    • 提供者:sun cong
  1. Floyd

    0下载:
  2. 用于算最短路径的源代码。在数学建模和图论的相关问题中应用广泛而且效率很高。-Source code used to count the shortest path. Widely used in mathematical modeling and graph theory and high efficiency.
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:5868
    • 提供者:hefeng
  1. Scheduling-algorithm

    0下载:
  2. 维护计划与排程算法源代码,用于解决最短路径问题-Maintenance planning and scheduling algorithm, the source code used to solve the shortest path problem
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:794
    • 提供者:shanshan
  1. matlab

    0下载:
  2. 蚁群优化,寻找最短路径,也可用于机器人规划-Ant colony optimization to find the shortest path can also be used for robot planning
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:9562
    • 提供者:周景
  1. Dijkstra

    0下载:
  2. 这是一个C++编的Dijkstra算法,用于离散数学中求最短路径的问题。-This is a C++ compiled Dijkstra algorithm for shortest path problems in discrete mathematics.
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:1004
    • 提供者:付评
  1. zuiduanlujing

    0下载:
  2. 数据结构用Dijkstra算法和Floyd算法求最短路径问题,包括头文件和主文件-The data structure for the shortest path using Dijkstra algorithm and Floyd algorithm, including the header files and the master file
  3. 所属分类:Document

    • 发布日期:2017-04-15
    • 文件大小:7525
    • 提供者:xiaoming
  1. lujing

    0下载:
  2. 用C++编写的最短路径规划程序,采用了人工势能场算法。-With C++ to write the shortest path planning process, using the artificial potential field algorithm.
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:11221
    • 提供者:吴宇
  1. floyd

    0下载:
  2. 计算两点间的最短距离,从而得到最短路径,广泛应用与数学建模。-Calculate the shortest distance between two points, the shortest path, and wider use of mathematical modeling.
  3. 所属分类:Communication

    • 发布日期:2017-04-07
    • 文件大小:7651
    • 提供者:无所谓
  1. MATLAB

    0下载:
  2. MATLAB的实际应用,求最短路径,配有实际的程序-The practical application of MATLAB, the shortest path with the actual program
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:606036
    • 提供者:yang
  1. folyod-

    0下载:
  2. 最短路径法,FLOYD法解决这个问题最短路径法-Shortest path method, FLOYD method to solve this problem, the shortest path method
  3. 所属分类:Communication

    • 发布日期:2017-11-12
    • 文件大小:2012
    • 提供者:陈梦
  1. ArcEngine--ShoutPath

    0下载:
  2. 使用ArcEngine和C#开发的最短路径代码-Use the shortest path development of ArcEngine and C# code
  3. 所属分类:Communication

    • 发布日期:2017-11-26
    • 文件大小:5889
    • 提供者:王海洋
  1. Routing-algorithm

    0下载:
  2. 链路状态算法(也称最短路径算法)发送路由信息到互联网上所有的结点,然而对于每个路由器,仅发送它的路由表中描述了其自身链路状态的那一部分,其算法思想是每一个路由算法必须完成以下的工作,发现它的邻居节点,并知道其网络地址,测量到各邻居节点的延迟或者开销,构造一个分组,分组中包含所有它刚刚知道的信息,将这个分组发送给所有其他的路由器,计算出到每一个其他路由器的最短路径-Link state algorithm (also known as the shortest path algorithm) to
  3. 所属分类:software engineering

    • 发布日期:2017-11-11
    • 文件大小:70797
    • 提供者:蒋宇
  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. shortest-path

    0下载:
  2. 基于C语言结构的代码,关于最短路径的实现,部分说明已有-shortest path
  3. 所属分类:software engineering

    • 发布日期:2017-12-10
    • 文件大小:2166
    • 提供者:zw
  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 2 34 5 6 »
搜珍网 www.dssz.com