2007数学建模B题乘公交 看奥运

时间:2012-07-30 02:55:31
【文件属性】:

文件名称:2007数学建模B题乘公交 看奥运

文件大小:466KB

文件格式:RAR

更新时间:2012-07-30 02:55:31

2007届数学建模B题, 乘公交 看奥运

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); }


网友评论

  • 是完整的赛题
  • C#的……数据是赛题的数据 格式一样~