CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - SHORTEST-PATHS

搜索资源列表

  1. SchoolScenes_Guide_PerfectVersion

    0下载:
  2. 用无向网表示你所在学校的校园景点平面图,图中顶点表示主要景点,存放景点的编号、名称、简介等信息,图中的边表示景点间的道路,存放路径长度信息等。 要求事先一下功能: (1) 查询各顶点的相关信息。 (2) 查询图中任意两个景点之间的最短路径。 (3) 查询图中任意两个景点之间的所有路径。 --Free to the net means that the school campus attractions in your plans, the graph vertices of
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:519775
    • 提供者:欧阳云飞
  1. VC

    0下载:
  2. 用VC编写的电脑鼠走迷宫,能走出所有路径,并找出最短路径-VC' s computer with a mouse maze, to get out all the paths, and find the shortest path
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:6307
    • 提供者:stt
  1. xiaoyuandaohang

    1下载:
  2. 用无向图表示你所在学校的校园景点平面图,图中顶点表示主要景点,存放景点的编号、名称、简介等。 设计要求: 1.查询各景点的相关信息 2.查询图中任意两个景点间的最短路径 3.查询图中任意两个景点间的所有路径 -Undirected graph with the school' s campus attractions in your plan, said the main attractions of vertices, stored spots number, nam
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:211774
    • 提供者:wnn
  1. migong_all_path

    0下载:
  2. 迷宫问题,完成的是一个现实中的迷宫游戏求最短路径及所有路径的问题,本程序相对于航班信息查询系统比较简单,主要包含使用系统迷宫(可以选择迷宫的入口和出口,并输出所有路径和最短路径),使用新建迷宫(可以自己设计迷宫的大小,及所有通路,可以选择迷宫的入口和出口,并输出所有路径和最短路径),用到了栈的使用,如栈的创建、入栈、出栈等函数功能。 -Maze problem, complete the maze is a real game for the shortest path and all path
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:9071
    • 提供者:lijin
  1. shortestpath

    0下载:
  2. 输入节点个数和路径权重可得到任意两点之间的最短路径,放在Muti_Cost矩阵中-Input node number and weight of available paths the shortest path between any two points, on Muti_Cost matrix
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:3493
    • 提供者:masai
  1. VRPH-1.0.0

    0下载:
  2. Furthermore, the simulator actually build in another algorithm - Dijikstra Algorithm. This algoritm is the best and fastest algo in solving shortest path problem. It s actually used to compare wtih GA in solving a specified situation. Simulator also
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:137596
    • 提供者:celine
  1. TravelerTSP

    0下载:
  2. 旅行商问题(TSP问题)就是一销售商从n个城市中的某一城市出发,不重复地走完其余n-1个城市并回到原出发点,在所有可能的路径中求出路径长度最短的一条。 本题假定该旅行商从第1个城市出发。-Traveling salesman problem (TSP problem) is a vendor from the n cities, starting in a city, do not finish the rest of repeated n-1 cities and return to t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:730
    • 提供者:Cindy
  1. a

    0下载:
  2. 校园导航,实现最短路径。每两个场所间可以有不同的路,且路长也可能不同,找出从任意场所到达另一场所的最佳路径(最短路径)。-Campus navigation, to achieve the shortest path. Between every two places can have different paths, and path length may be different, to find another place to reach from any place the best
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1333
    • 提供者:zhangqingshui
  1. compmouse

    0下载:
  2. 老鼠走迷宫程序实际示例 可以寻找所有路径以及找出所有路径当中的最短路径。-Mouse Maze procedure can find all the practical example of the path and find the shortest path among all paths.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2071
    • 提供者:石玉
  1. campus_tour_program

    1下载:
  2. 问题描述:用无向图表示你所在学校的校园景点平面图,图中顶点表示主要景点,存放景点的编号、名称、简介等。 设计要求: 1.查询各景点的相关信息; 2.查询图中任意两个景点间的最短路径; 3.查询图中任意两个景点间的所有路径。 -Problem Descr iption: The undirected graph that spot in your school campus plan, said the main attractions of vertices, the num
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:268896
    • 提供者:zilin
  1. xiaoyuandaohang

    0下载:
  2. 校园导航 该程序运行为实现设计我们的学校的平面图,包括10个以上的场所,每两个场所间可以有不同的路,且路长也可能不同,找出从任意场所到达另一场所的最佳路径(最短路径)。-Campus navigation for the realization of the program is designed to run our school' s plan, including more than 10 sites, each between the two places can have d
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:163299
    • 提供者:lixuefeng
  1. xiaoyuan

    0下载:
  2. 校园导航程序,支持任意数的顶点和边数,直接输入即可,可以查询两点间的所有路径,最短距离,Dijstra和Floyd算法都有-Campus navigation, support for any number of vertices and edges, can be directly input, you can query all paths between two points, the shortest distance, Dijstra and Floyd algorithm has
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:4214
    • 提供者:xian
  1. Dijkstra

    0下载:
  2. 设在图G={V,E}中有一顶点r,Dijkstra算法可以求出其他所有点到点r的最短路径的跳数,这是求单源最短路径的一个最基本的算法。-There is a vertex, r, in the graph G={V,E}. As to every other vertex v, there exist several paths between v and r. The Dijkstra algorithm can get the hop count of the shortest path a
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:531
    • 提供者:wx
  1. zoumigong

    0下载:
  2. 走迷宫 程序开始运行时显示一个迷宫地图,迷宫中央有一只老鼠,迷宫的右下方有一个粮仓。游戏的任务是使用键盘上的方向键操纵老鼠在规定的时间内走到粮仓处。 要求: 1老鼠形象可辨认,可用键盘操纵老鼠上下左右移动; 2迷宫的墙足够结实,老鼠不能穿墙而过; 3正确检测结果,若老鼠在规定时间内走到粮仓处,提示成功,否则提示失败; 4找出走出迷宫的所有路径,以及最短路径。 另希望能说明采用的设计方法、设计技术路线,包括采用的设计方法和步骤以及任务流程图,指定的功能模块说明、设计说明
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:803
    • 提供者:孙婷婷
  1. Access-Dijkstra

    1下载:
  2. 基于access的最短路由路径Dijkstra算法的c#实现。实现路由节点间路径长短的修改,并生成最短路由表-Access based on the shortest path routing c# implementation of Dijkstra' s algorithm. Length of routing paths between nodes to achieve the changes, and generate the shortest route table
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:91044
    • 提供者:lizheng
  1. Campus-Tour-Guide

    0下载:
  2. 校园导游系统:设计一个校园导游程序,为来访的客人提供各种信息的查询服务。设计自己学校的校园平面图,所含景点不少于10个。以图中顶点表示校内各景点,存放景点名称、代码 、简介等信息;以边表示路径,存放路径长度等相关信息。具体功能包括: 1.为来访客人提供图中任意景点相关信息的查询; 2.为来访客人提供图中任意景点的问路查询,求任意景点间的所有路径,以及查询任意两个景点之间的一条最短的简单路径。 3.为来访客人提供校园图中多个景点的最佳访问路线查询,即求途径多个景点的最短路经。 4.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:37061
    • 提供者:
  1. CampusTourProgram

    0下载:
  2. 校园导游程序 (1) 查询各景点的相关信息; (2) 查询图中任意两个景点间的最短路径。 (3) 查询图中任意两个景点间的所有路径。 (4) 增加、删除、更新有关景点和道路的信息 -Campus Tour Program (1) check the attractions of the relevant information (2) the query graph in any shortest path between two sites. (3) the que
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:3873
    • 提供者:林源远
  1. lvxingshang

    0下载:
  2. 有n个城市,一个推销员要从其中的某一个城市出发,每个城市只能遍历一次,要求走遍所有的城市,再回到他出发的城市,求所有可能路径中路径最短的一条路径来-N cities, a salesman from which a city departure, each city can only traverse requirements went through all of the city, and then returned to the city of his departure, seeking
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:5510
    • 提供者:吴非凡
  1. dijkstra

    0下载:
  2. 寻求最短路径的matlab程序 pathS: 所求最短路径的起点 pathE :所求最短路径的终点 -Matlab program pathS seek the shortest path: the shortest path starting point pathE: The end of the shortest path
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:753
    • 提供者:sun
  1. 23

    0下载:
  2. 校园地理查询系统,两地间所有路径和最短路径-Campus GIS query system, all paths between the two places, and the shortest path
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:3705
    • 提供者:淼翰
« 1 2 3 4 56 »
搜珍网 www.dssz.com