2007年全国数学建模B题,乘公交,看奥运,希望对参加数学建模无论是省赛还是国赛的小伙伴有所帮助
2022-08-08 20:38:30 948KB 数学建模
1
数学建模论文乘公交看奥运.doc
2021-09-20 22:02:44 733KB 文档
FileInfo fi1 = new FileInfo("data\\公汽线路信息.txt"); FileInfo fi2 = new FileInfo("data\\地铁线路信息.txt"); FileInfo fi3 = new FileInfo("data\\地铁T1线换乘公汽信息.txt"); FileInfo fi4 = new FileInfo("data\\地铁T2线换乘公汽信息.txt"); if (!fi1.Exists) { throw new Exception("《公汽线路信息.txt》文件不在当前目录下"); } if (!fi2.Exists) { throw new Exception("《地铁线路信息.txt》文件不在当前目录下"); } if (!fi1.Exists) { throw new Exception("《地铁T1线换乘公汽信息.txt》文件不在当前目录下"); } if (!fi2.Exists) { throw new Exception("《地铁T2线换乘公汽信息.txt》文件不在当前目录下"); } sr1 = new StreamReader(fi1.FullName, Encoding.Default); sr2 = new StreamReader(fi2.FullName, Encoding.Default); sr3 = new StreamReader(fi3.FullName, Encoding.Default); sr4 = new StreamReader(fi4.FullName, Encoding.Default); }
2021-08-25 20:20:57 466KB 2007届数学建模B题, 乘公交 看奥运
1
07年全国数模竞赛B题 乘公交看奥运 word文档,曾获国家一等奖 请注明作者:赵丽娜 翟永斌 李英双
2021-04-13 22:42:26 862KB 数模竞赛
1
2007高教社杯全国大学生数学建模竞赛题目 乘公交 看奥运模型 5篇优秀论文 以DOC格式显示
2021-04-13 22:40:42 660KB 乘公交 看奥运
1
本代码为2007年数学建模B题,乘公交看奥运代码文件。包含了搜索法和Dij两种算法,注释详细,还有一个GUI窗口
2019-12-21 20:51:11 33.04MB matlab 数学建模 2007B 乘公交看奥运
1
本设计要解决的是合理给出两站点间的最佳路线选择问题,即给出一条经济且省时的路线。
2019-12-21 19:21:25 1.22MB 乘公交看奥运 数学建模
1