第15届中国研究生数学建模竞赛__F题__的源代码
-
originalDataAndProblem:存放题目的原始数据表和题目要求
-
lib:用到的第三方库
-
resources:用到的数据表格
-
resultOfProblemOne:第一问的结果
-
resultOfProblemTwo:第二问的结果
-
resultOfProblemThree:第三问的结果
-
src:源代码
- util:解决问题使用的工具类
(1) ioUtil: 用于文件读写
(2) paintUtil:用于作图
- problem:解决问题的核心部分代码
(1) component:基本配置类,包括航班信息、旅客信息等
(2) auxiliaryProblems:解决主要问题过程中遇到的辅助问题
(3) problemOne:解决第一问
(4) problemTwo:解决第二问
(5) problemThree:解决第三问
(6) finalResult:输出题目要求的最终结果