网站首页 站内搜索

搜索结果

查询Tags标签: shortest,共有 6条记录
  • D8:Shortest Path(最短路径)

    原题:OpenJudge - 07:Shortest Path 翻译: 描述:有一个有 N 个点的图。给定点之间每条边的长度。求从 S 到 E 的最短路径; 输入:第一行:三个正整数N、S、E (N不超过100,S和E不超过N); 接下来的 N 行:第 i 行包含 N 个非负整数,表示从第 i 个点到任意…

    2022/1/24 23:38:03 人评论 次浏览
  • 英文翻译7

    OpenJudge - 07:Shortest Path 描述 There is a graph with N nodes. Given the length of each edge between the nodes. Find the shortest path from S to E. 输入 First line: three positive integer number N (N <= 100), S (S <= N), E(E <= N). Next N l…

    2022/1/23 23:06:33 人评论 次浏览
  • 次短路

    题目链接 poj3255 Roadblocks Time Limit: 2000MS Memory Limit: 65536KDescription Bessie has moved to a small farm and sometimes enjoys returning to visit one of her best friends. She does not want to get to her old home too quickly, because she likes th…

    2021/10/3 23:11:48 人评论 次浏览
  • 次短路

    题目链接 poj3255 Roadblocks Time Limit: 2000MS Memory Limit: 65536KDescription Bessie has moved to a small farm and sometimes enjoys returning to visit one of her best friends. She does not want to get to her old home too quickly, because she likes th…

    2021/10/3 23:11:48 人评论 次浏览
  • 多目标蚁群算法路径规划(2.5)-----从数据设计到毕业论文系列--番外篇

    多目标蚁群算法路径规划(2.5)------番外篇 系列前言(一定要看) 本系列为总结本人近一年多关于启发式算法解决路径规划的相关内容。主要从以下几个主题内容进行系列写作1.常见的数据获取方式与处理过程、,2、算法的基础流程,3.常见算法改进,4.多目标排序、5.基于应用…

    2021/5/30 12:20:20 人评论 次浏览
  • 【源码】校园导航系统(迪杰斯特拉)

    文章目录 题目介绍功能源码效果展示联系我题目介绍 代码量:380 题目介绍:知识点:图,三维数组等数据结构。采用迪杰斯特拉算法求最短路径、最短时间功能源码效果展示 部分源码及效果展示 我们可以加入中间点来查询路径的最快时间和最短路径 void show4(int i,int j,…

    2021/4/10 12:57:37 人评论 次浏览
扫一扫关注最新编程教程