搜索资源列表

  1. floyd

    0下载:
  2. 实现了图的单源最短路径的floyd算法,欢迎评价-The realization of the map of single-source shortest path algorithm floyd, welcomed the evaluation of
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:张平
  1. Campus-tour-guide-system

    0下载:
  2. [实验目的] 1. 熟悉图的存储结构 2. 掌握图的最短路径算法 [实验内容]   用无向网表示学校的校园景点平面图,图中顶点表示主要景点,存放景点的编号、名称、简介等信息,图中的边表示景点间的道路,存放路径长度等信息。要求能够回答有关景点介绍、游览路径等问题。 [实验要求]   1 查询各景点的相关信息;   2 查询图中任意两个景点间的最短路径。   3 查询图中任意两个景点间的所有
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:王建媚
  1. ShortestPath_DIJ

    0下载:
  2. VC6.0环境下编译通过,完整实现图的数据结构定义、深度优先搜索和最短路径查找等功能。-VC6.0 compiler environment through the complete realization of graph data structure definitions, depth-first search and find the shortest path functions.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:25600
    • 提供者:任飞
  1. road

    0下载:
  2. 交通查询系统 实现飞机 火车 最短 最快 最经济 策略查询 我们数据库的课程设计 用笛杰斯特拉算法实现图中两节点最短路径 当时还没有学数据库 所以自己用TXT实现的数据库-Traffic Inquiry System shortest fastest train aircraft realize the most economical strategy for query our database of curriculum desig
  3. 所属分类:数据库编程

    • 发布日期:2024-05-20
    • 文件大小:39936
    • 提供者:王明
  1. dongtaiguihua

    0下载:
  2. 最短路径问题 动态规划法求解多段图单源最短路的VB程序清单 -Shortest path dynamic programming method to solve multi-segment single-source shortest path map of the VB program list
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:31744
    • 提供者:林风
  1. daoyou

    0下载:
  2. 校园导游咨询:编制一个为来访客人进行最短路径导游的程序从厦门大学漳州校区的平面图中选取10个有代表性的景点,抽象成一个无向带权图。以图中顶点表示景点,边上的权值表示两地之间的距离。 2.本程序的目的是为用户提供路径咨询。根据用户指定的始点和终点输出相应路径,或者根据用户指定的景点输出景点的信息。-Campus tour guides Advisory: the preparation of a visitors guide to t
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:223232
    • 提供者:
  1. cqgongjiaogis

    0下载:
  2. 重庆市渝中区公交管理、查询系统是集数据、地图及网络于一体的现代公交综合服务系统。该系统下分为两个子系统,一是用作公交公司后台管理,其主要功能包括站点、线路的属性信息的维护和空间地理位置的查询,公司职工的管理,车辆管理,信息发布,投诉建议的处理以及地图发布等操作。另一个是基于网络的公交查询子系统,其主要功能包括地理对象的图上定位,通过输入信息、缓冲区分析、最短路径分析等腰方式和全图、放大、缩小、自由缩放、漫游等方法对站点、线路信息、政府机
  3. 所属分类:GIS编程

    • 发布日期:2024-05-20
    • 文件大小:9909248
    • 提供者:akang
  1. picture

    0下载:
  2. 图结构有着广泛的应用,本实训主要涉及两个方面的内容:一个是有关图的最短路径问题,用一个交通查询系统例子来验证迪杰斯特拉算法和费洛伊德算法;而另一个则工程项目实施过程中的关键路径问题。-Graph structure has a wide application, the Training involves two main aspects: one is related to map the shortest path problem,
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:王阿川
  1. Cpp1

    0下载:
  2. 提供图的邻接矩阵,根据邻接矩阵计算出最短路径,主要算法为dijistra-Provide map adjacency matrix, adjacency matrix is calculated according to the shortest path, the main algorithm dijistra
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:郭伟
  1. xiaoyuandaohangzixun

    0下载:
  2. 校园导游咨询 1.需求分析 1.1从武汉理工大学的平面图上选取10个有代表性的景点,抽象成一个带权无向图。以中顶点表示景点,边上的权值表示图两地之间的距离。 1.2本程序的目的是为用户提供景点信息及路径咨询服务。根据用户指定的景点输出景点信息,或根据用户指定的始点和终点输出相应最短路径。 1.3程序采用对话方式,先显示服务项目,由用户自己选择查询内容。-Campus tour guides Advisory 1. Dem
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:104448
    • 提供者:guangzhao_05
  1. Dijkstra

    0下载:
  2. dijkstra算法,可以求解图论中的两点间最短路径-Dijkstra algorithm, can solve the graph theory in the shortest path between two points
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 图与网络论中求最短路径的Dijkstra算法-Graph and network theory for the Dijkstra shortest path algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:zhaoyanjie
  1. graphcity

    0下载:
  2. 图的应用-铁路最短路径的源码以及实验报告!-Diagram- railway source shortest path, as well as experimental reports!
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:114688
    • 提供者:Jason Jue
  1. minRoute

    0下载:
  2. 图论与网络论中求最短路径的Dijkstra算法-Graph theory and network theory for the Dijkstra shortest path algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:huangyaoping
  1. traffic

    0下载:
  2. 通过对图的应用,建立一套交通网络图,实现对求单源最短路径,任意两个城市间的最短路径的查询. 首先根据邻接矩阵和图的知识建立交通网络图,顶点信息存储城市道路信息,由图的最短路径查询城市间的最短道路,输出到达路径。 -Through the diagram, the establishment of a transportation network map, to achieve for single-source shortest
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:吕璐
  1. Graph

    0下载:
  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 t
  3. 所属分类:书籍源码

    • 发布日期:2024-05-20
    • 文件大小:663552
    • 提供者:张淼
  1. shortestpath

    0下载:
  2. 多段图的最短路径 c语言实现源代码 可以运行-A number of plans the shortest path c language source code implementation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:linjia
  1. grapher

    0下载:
  2. 深度优先,广度优先,最短路径,最小生成树的图形演示以及源代码-Depth-first, breadth-first, shortest path, minimum spanning tree, as well as graphical presentation source
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:84992
    • 提供者:沈扬
  1. matlab_bgl-2.1

    0下载:
  2. 图论必用,有关图论的求最短路径,遍历等的各种函数。-Graph theory will be used, the graph theory for the shortest path, traverse a variety of functions, etc..
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:4539392
    • 提供者:倪野
  1. shortest

    0下载:
  2. 实现中国铁路最短路径的计算,基于图的PRIM算法,MFC实现动态演示-China Railway the shortest path to achieve the calculation of the PRIM algorithm based on the map, MFC dynamic presentation
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:1961984
    • 提供者:zhangyan
« 1 2 3 4 5 67 8 9 10 11 ... 44 »

源码中国 www.ymcn.org