This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# 核心算法:dijkstra
## 核心功能
对于系统管理员来说,需要利用系统完成以下功能:
1.**增删改查景点信息**
2.**增删改查路径信息**
3.**查询最短路径以及路径的显示**
4.**保存地图信息**
##程序结构
本系统涵盖了三个子模块,分别为景点模块、路径模块、操作模块。通过三个子模块的 功能实现校园导航系统的基本界面操作。基于 EasyX 的图形化界面,将具体的功能显示在 Menu 菜单上,通过简单的点击以及键盘移动就可以完成增删改查功能,用可视化的路径线 生成显示在最短路径。