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

搜索资源列表

  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. dao-you-xi-tong

    0下载:
  2. 设计连云港市导游系统。以图中顶点表示各景点,存放景点名称、代号、简介等信息;以边表示路径,存放路径长度等相关信息。 为来访客人提供图中任意景点相关信息的查询。 为来访客人提供图中任意景点的问路查询,即查询任意两个景点之间的一条最短的简单路径。 提供图中任意景点查询,即求任意两点间的所有路径。 导游图的景点和道路的修改扩充功能。 -Lianyungang City guide system design. To vertices that the attractions
  3. 所属分类:Project Design

    • 发布日期:2017-03-23
    • 文件大小:4099
    • 提供者:
  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. floyd

    0下载:
  2. 动态规划的算法,求解所有的路径之间的最短路径,时间复杂度在O(n3)-Dynamic programming algorithm for solving the shortest path between all paths, the time complexity of O (n3)
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:759
    • 提供者:张三
  1. zuiduanlujing

    0下载:
  2. 解决动态规划问题中的一个重要问题最短路径问题,通过各条路径的权重,最后得出最优的路径选择。-The shortest path problem, an important problem in the dynamic programming problem through various paths of the right weight, and finally arrive at the optimal path selection.
  3. 所属分类:Other systems

    • 发布日期:2017-12-03
    • 文件大小:2673
    • 提供者:tiramisu
  1. ShortestPath

    0下载:
  2. 最短路径算法,包含界面算法,可以直接运行,在界面中可以设置路径的数量。-Shortest path algorithm contains the interface algorithm can be run directly, and can set the number of paths in the interface.
  3. 所属分类:JavaScript

    • 发布日期:2017-12-04
    • 文件大小:1866
    • 提供者:郑浩
  1. daoyouyouxi

    0下载:
  2. 该程序在TC3.0环境下编译通过,共有5个函数。分别是Introduce,shortestdistance,floyed,display及main。 其功能分别是: Introduce:地点介绍函数。 Shortestdistance:计算两地的最短距离。 Floyed:floyed算法求两地的最短距离。 Display:打印两个地点的路径及最短距离至屏幕。 Main:总体控制各函数并提供原始数据。 -The program compiled by TC3.0 env
  3. 所属分类:Other Games

    • 发布日期:2017-11-23
    • 文件大小:16516
    • 提供者:郑雯雯
  1. GridRoad1

    0下载:
  2. 格路算法实现,用动态规划的方法解决从一个网格起点到终点的最短路径问题-Lattice paths algorithm, dynamic programming method to solve the shortest path from a grid start to finish
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-24
    • 文件大小:5177344
    • 提供者:puxiaoyang
  1. migong

    0下载:
  2. 迷宫问题,程序根据用户选择的大小生成一个随机迷宫,由用户输入两组坐标分别作为迷宫的出口和入口,程序计算从出口到入口的所有路径,找到最短和最长路径并输出路径信息。-Maze problem, according to the user to select the size of the program generates a random maze, two sets of coordinates were entered by the user as the entrance and exit
  3. 所属分类:Console

    • 发布日期:2017-11-26
    • 文件大小:1694
    • 提供者:zs
  1. Labyrinth

    0下载:
  2. 迷宫游戏,找出走迷宫的所有路径和最短路径,进行打印-Maze game, maze to find all the paths and the shortest path for printing
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-18
    • 文件大小:263509
    • 提供者:叶倩莹
  1. Maze

    0下载:
  2. 系统的设计目标是设计一个JAVA简易迷宫程序,功能是在出口固定的情况下,能够从键盘输入一个正确的坐标,通过判断棋子所走的路径是“★”还是“ ”,自动寻找最短路径为“☆”,从而实现从入口到出口的整个流程。 7) 添加编辑迷宫功能,可修改当前迷宫,修改内容:墙变路、路变墙; 8) 找出走出迷宫的所有路径,以及最短路径。-System design goal is to design a simple JAVA maze procedure, function is fixed i
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:2460
    • 提供者:小家
  1. maze

    0下载:
  2. 数据结构;迷宫算法;输出最短路径和所有路径-Data structure maze algorithm outputs the shortest path and all paths
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1199
    • 提供者:wj
  1. yiqunsuanfa

    0下载:
  2. 为什么小小的蚂蚁能够找到食物?他们具有智能么?设想,如果我们要为蚂蚁设计一个人工智能的程序,那么这个程序要多么复杂呢?首先,你要让蚂蚁能够避开障碍物,就必须根据适当的地形给它编进指令让他们能够巧妙的避开障碍物,其次,要让蚂蚁找到食物,就需要让他们遍历空间上的所有点;再次,如果要让蚂蚁找到最短的路径,那么需要计算所有可能的路径并且比较它们的大小,而且更重要的是,你要小心翼翼的编程,因为程序的错误也许会让你前功尽弃。这是多么不可思议的程序!太复杂了,恐怕没人能够完成这样繁琐冗余的程序。-Why ti
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:9397
    • 提供者:xiaojie
« 1 2 3 4 5 67 »
搜珍网 www.dssz.com