摘要: 一、ER图 二、数据库导入 共12个表 建表语句如下: drop table if exists deliveryman; drop table if exists meal_discounts; drop table if exists meal_distriAddr; drop table if 阅读全文
posted @ 2020-12-03 11:33 应雨杭 阅读(1220) 评论(0) 推荐(0)
摘要: 1、主要功能 提供一副地铁线路图,计算指定两站之间最短(最少经过站数)乘车路线;输出指定地铁线路的所有站点。 以北京地铁为例,地铁线路信息保存在data.txt中,格式如下: 地铁线路总数 线路名1 站名1 站名2 站名3 ... 线路名2 站名1 站名2 站名3 ... 线路名3 站名1 站名2 阅读全文
posted @ 2020-11-05 09:32 应雨杭 阅读(287) 评论(0) 推荐(0)
摘要: 1、主要功能 提供一副地铁线路图,计算指定两站之间最短(最少经过站数)乘车路线;输出指定地铁线路的所有站点。 以北京地铁为例,地铁线路信息保存在data.txt中,格式如下: 地铁线路总数 线路名1 站名1 站名2 站名3 ... 线路名2 站名1 站名2 站名3 ... 线路名3 站名1 站名2 阅读全文
posted @ 2020-10-22 12:03 应雨杭 阅读(82) 评论(0) 推荐(0)
摘要: 1、主要功能 提供一副地铁线路图,计算指定两站之间最短(最少经过站数)乘车路线;输出指定地铁线路的所有站点。 以北京地铁为例,地铁线路信息保存在data.txt中,格式如下: 地铁线路总数 线路名1 站名1 站名2 站名3 ... 线路名2 站名1 站名2 站名3 ... 线路名3 站名1 站名2 阅读全文
posted @ 2020-10-21 23:13 应雨杭 阅读(151) 评论(0) 推荐(0)