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

搜索资源列表

  1. shortestroad

    0下载:
  2. 这是大学中计算机专业学生的作业,最短路径,如果不会做,可以下载参考-This is a university student in computer specialty operations, shortest path, if not, can download information
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1.26kb
    • 提供者:天涯
  1. SHORTEST-PATHS

    1下载:
  2. 单源点最短路径算法的设计与实现 算法 SHORTEST-PATHS求出了v0至其它各结点的最短路径,但是没有给出这些最短路径。补充该算法,使新算法在找出这些最短路径长度的同时,也能求出路径上的结点序列。-single source shortest path algorithm design and implementation of the algorithm SHORTEST - PATHS calculated the projectile to other nodes in the
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:891byte
    • 提供者:胡图
  1. qwasdasds

    0下载:
  2. 交通图最短路径程序,可直接计算到达的城市间的距离,由于两个城市间距离是互相的,所以采用最优化算法-shortest path map traffic procedures can directly arrive at the inter-city distance, As the distance between the two cities is mutual and the use of optimization algorithms
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:19.24kb
    • 提供者:秦光
  1. Dijkstra

    0下载:
  2. Dijkstra算法求最短路径(C#版) using System using System.Collections using System.Text namespace Greedy { class Marx { private int[] distance private int row private ArrayList ways = new ArrayList() public Marx(int n,params int
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:205.39kb
    • 提供者:wwf
  1. javamutilthread

    0下载:
  2. 基于Java多线程实现所有顶点间最短路径的并行算法
  3. 所属分类:软件工程

    • 发布日期:2014-01-16
    • 文件大小:131.54kb
    • 提供者:john
  1. dongtaiguihua

    0下载:
  2. 最短路径问题 动态规划法求解多段图单源最短路的VB程序清单
  3. 所属分类:软件工程

    • 发布日期:2014-01-20
    • 文件大小:31.15kb
    • 提供者:林风
  1. 基于粒子群最短路径的研究与应用

    2下载:
  2. 基于粒子群最短路径的研究与应用,使得问题更加容易解决-The shortest path based on particle swarm research and application,Makes the problem easier to solve
  3. 所属分类:软件工程

    • 发布日期:2013-04-19
    • 文件大小:11.61kb
    • 提供者:小龙
  1. network.rar

    0下载:
  2. 数学建模,借助MATLAB实现网络计算问题,包含行遍性问题,最短路径问题,最优截断切割问题,Mathematical modeling, the realization of network computing with MATLAB issues, including the issue of time lines, the shortest path problem, the issue of the optimal cut-off cut
  3. 所属分类:software engineering

    • 发布日期:2017-05-10
    • 文件大小:2.02mb
    • 提供者:李峰
  1. 2222

    0下载:
  2. ( 从太原市公交查询系统建立的必要性出发, 进行了公交查询算法的研究, 主要探讨了包括最短路径查 询及最少花费查询及数据库管理的公交查询系统的实现。 该系统采用了V ISU AL BA S IC 610 为开发工具, M ICRO SO FT A CCESS2003 为后台数据库, 开发了基于太原市公交线路的公交查询系统。具有线路查询、换乘 查询、 站点查询、 数据管理等一系列功能。 -(From the city bus system the need for inquiry
  3. 所属分类:Project Design

    • 发布日期:2017-04-05
    • 文件大小:204.21kb
    • 提供者:zj
  1. lvyou.frm

    0下载:
  2. 西安市公交查询系统,效果不错。包含站点查询,最短路径。-Xi' an public inquiry system, good results. Site contains information, the shortest path.
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:2.61kb
    • 提供者:马虎
  1. tanchishe

    0下载:
  2. 贪吃蛇算法,可用于最短路径的查询,C#实现,可将次算法用于物流配送,旅游线路等系统中。-Snake algorithm, can be used for shortest path queries, C# to achieve, can be sub-algorithm for the logistics and distribution, travel routes, such as system.
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:11.48kb
    • 提供者:shanshan
  1. Prim

    0下载:
  2. 用贪心算法,求解最短路径问题; 通过根据当前的最优情况,选择最好的节点;-greedy alogith ,in order to get the best result for the station of the matter
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:896byte
    • 提供者:陈超
  1. 235123531

    0下载:
  2. 内容为一doc文档,主要实现了地铁站公交系统的自动售票以及管理功能,涉及到了最短路径的求法,以及sql方面的检索技术。-Content of a doc document, the main bus station realized the automatic ticketing system, and management functions related to the shortest path seeking method, as well as the sql in search te
  3. 所属分类:Project Design

    • 发布日期:2017-04-17
    • 文件大小:105.92kb
    • 提供者:余鹏
  1. sa

    0下载:
  2. VB中最短路径算法的设计思路,并附带源码。-VB in the shortest path algorithm design ideas, and comes with source code.
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:5.36kb
    • 提供者:wajika
  1. c

    0下载:
  2. 最短路径算法,帮助人们寻找最短路径,认真负责的态度-short cut,help those who want
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:594byte
    • 提供者:
  1. zuiduanlujingfenxi

    0下载:
  2. Dijkstra算法是求解网络中最短路径的精典算法,文中通过改变图的存储结构及搜索方法,减少了内存存储空间,缩短查询时间,以提高该算法在嵌入式GIS系统中路径优化的效率。-Dijkstra algorithm is to solve the classic shortest path network algorithm, the paper map by changing the storage structure and the search for ways to reduce the me
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:146.08kb
    • 提供者:钱程
  1. zuiduanlujing

    0下载:
  2. 最短路径,不同城市之间的旅游方案选择。你可以用VC运行-The shortest path of travel between different cities in the program selection. You can run VC
  3. 所属分类:Project Design

    • 发布日期:2017-04-09
    • 文件大小:265.5kb
    • 提供者:Qin
  1. shortpath(vc)

    0下载:
  2. 由图的概念可知,在一个图中,若从一顶点到另一顶点存在着一条路径(这里只讨论无回路的简单路径),则称该路径长度为该路径上所经过的边的数目,它也等于该路径上的顶点数减1。由于从一顶点到另一顶点可能存在着多条路径,每条路径上所经过的边数可能不同,即路径长度不同,我们把路径长度最短(即经过的边数最少)的那条路径叫做最短路径,其路径长度叫做最短路径长度或最短距离。 -shortpath
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:54.2kb
    • 提供者:文斌
  1. 2

    0下载:
  2. 一个迷宫,n*n的形式,分东南西北四个方向可走,求找到它的最短路径-A labyrinth, n* n form, points in four directions can go in, the shortest path to find it
  3. 所属分类:software engineering

    • 发布日期:2017-12-08
    • 文件大小:1.12kb
    • 提供者:小生
  1. zuiduanlujing

    0下载:
  2. VB+oracle+MAPX实现最短路径-VB+ oracle+ MAPX to achieve the shortest path
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:6.95kb
    • 提供者:冯运波
« 12 3 4 »
搜珍网 www.dssz.com