搜索资源列表

  1. zdlj

    0下载:
  2. 这个程序是关于图的最短路径的一个算法,很好的,希望大家都用得上。-This procedure is the shortest path on the graph of an algorithm, very good, hope everyone is useful.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:gozai
  1. park

    0下载:
  2. 给出一张某公园的导游图,游客通过终端询问可知: (1) 从某一景点到景点的最短路径。 (2) 游客从公园大门进入,选一条最佳路径,使游客可以不重复地游览各景点,最后回到出口(出口就在入口处旁边)。 将导游图看作一张带权无向图,顶点表示公园地各个景点,边表示各景点之间地道路,边上的权值表示距离,为此图选择适当的数实现提示 问实际是最短路径问题,如果有几条路径长度相同,可选择途径景点较少的路径提供给游客。 (2) 第二问
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:彭敏
  1. code3

    0下载:
  2. 多段图的最短路径问题算法的具体实现,编译,运行通过了-Multi-Stage Graph shortest path algorithm for concrete realization of the problem, compile, run through the
  3. 所属分类:其他小程序

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

    0下载:
  2. 二、问题描述 给出一张某公园的导游图,游客通过终端询问可知: a) 从某一景点到另一个景点的最短路径。 b) 游客从公园大门进入,选一条最佳路线,使游客可以不重复的游览各景点,最后回到出口。 三、实验要求 1、将导游图看作一张带权无向图,顶点表示公园的各个景点,边表示各景点之间的道路,边上的权值表示距离,选择适当的数据结构。 2、为游客提供图中任意景点相关信息的查询; 1、 为游客提供任意两个景点之间的一条最
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:kozzy
  1. graph

    0下载:
  2. 图的应用-铁路最短路径的源码以及实验报告!-Diagram- railway source shortest path, as well as experimental reports!
  3. 所属分类:其他小程序

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

    0下载:
  2. 给定一个(无向)图G,及G中的两点s、t,确定一条从s到t的最短路径。-Given a (undirected) graph G, and G in two points s, t, determined from s to t of a shortest path.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:89088
    • 提供者:xcs
  1. tudezuiduanlujin

    0下载:
  2. 这个程序是关于图的最短路径的 对于需要这个程序的朋友们快来试试吧-This procedure is the shortest path on the map of the need for this procedure friends Come give it a try
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. //有向图:有向图,无向图基本操作 //运行环境:VC //有向图,无向图基本操作,包括: //1、邻接矩阵 //2、邻接表 //3、深度优先遍历 //4、广度优先遍历 //5、最小生成树 //6、拓扑排序 //7、每一对顶点之间的最短路径(Dijkstra,Floyd两种算法)-//Directed graph: directed graph, undirected graph basic o
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:atom
  1. shortpath

    0下载:
  2. 利用临界矩阵求解又向图的最短路径,并输出权值和最短路-The use of critical matrix also plans to solve the shortest path, and the right output value and the most short-circuit
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:fengxial
  1. 11

    0下载:
  2. 带权图的最短路径问题,主要介绍单源最短路径算法,最短路径问题的提法很多,其它的最短路径问题均可用单源最短路径算法予以解决-Weighted graph shortest path problem, mainly introduce single-source shortest path algorithm, the shortest path problem formulation of a lot of other shortest
  3. 所属分类:编程文档

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:sunshuquan
  1. DataStruture-Graph

    0下载:
  2. 1.7.1 图的邻接矩阵存储表示 311 范例1-102 图的邻接矩阵存储表示 ∷相关函数:CreateFAG函数 CreateDG函数 1.7.2 图的邻接表存储表示 324 范例1-103 图的邻接表存储表示 324 ∷相关函数:CreateFAG函数 1.7.3 有向图的十字链表存储表示 335 范例1-104 有向图的十字链表存储表示 335 ∷相关函数:CreateDG函数 1.7.4 无
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:518144
    • 提供者:北风
  1. ShortestPathAlgorithm

    0下载:
  2. 图的最短路径算法 数据结构的经典算法 经典的编程题目-Shortest Path Algorithm Data Structure Algorithm classic classic programming topic
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:156672
    • 提供者:linhei
  1. zuiduanlujing

    0下载:
  2. 介绍图的最短路径的算法,在VC环境下运行过,简单实用-Plans to introduce the shortest path algorithm, running in the VC environment, the simple and practical
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. (1)、了解无向图和有向图的概念 (2)、掌握无向连通图或有向连通图的最小生成树的构造算法既Prim算法 (3)、了解有向图跟无向图的最短路径的解法 (4)、掌握图与网的基本概念和基本存储方法 -make your 111111111111
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:17408
    • 提供者:陈胜
  1. grap

    0下载:
  2. 在矩阵储存结构下,求图的最短路径,在VC++6.0上运行正常-Stored in the matrix structure, and the shortest path map in VC++6.0 run on normal
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:21504
    • 提供者:暗暗
  1. floyd

    0下载:
  2. 求图论中的最短路径,哈哈求图论中的最短路径,-Graph theory for the shortest path in graph theory Haha seeking the shortest path, ha ha ... ...
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:fbr
  1. topologyWeight

    0下载:
  2. 实现计算图的最短路径算法,同时计算每个节点和链路的权值。-To achieve the shortest path algorithm for computing graph, while calculated for each node and link weights.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:102400
    • 提供者:mahongmei
  1. graph.yangxu

    0下载:
  2. 熟悉图的存储方式,实现图的邻接矩阵或者邻接表的存储方式下的基本运算,特别是深度遍历和广度遍历;掌握以图为基础的一些常用算法,如最小生成树、拓扑排序、最短路径等。-Familiar with the map of storage practices, and achieve adjacency matrix or adjacency list is stored under the basic operations, especially
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:253952
    • 提供者:胡顶豪
  1. 7

    0下载:
  2. 图的大部分算法的程序实现,如建图,,dfs,bfs,图的最小生成树,最短路径等-Figure most of the program realization algorithm, such as building plans,, dfs, bfs, graph minimum spanning tree, shortest path, etc.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1003520
    • 提供者:冯玉谦
  1. graph

    0下载:
  2. 计算机数据结构图的最短路径算法:D算法(输入权值和顶点)-Computer data structure diagram of the shortest path algorithm: D algorithm (input weights and vertex)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:224256
    • 提供者:wang
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 44 »

源码中国 www.ymcn.org