摘要: 花了两个小时理解公式,我数学是不是太弱了.. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using Sys 阅读全文
posted @ 2017-12-14 17:09 Draymonder 阅读(430) 评论(0) 推荐(0) 编辑
摘要: 程序设计实践课程作业一 好久没用的blog了, 以后还是要把自己的东西整理一下,看到周围的人变得越来越强,我越来越想当只咸鱼,划划水的了 using System; using System.Collections; using System.Collections.Generic; using S 阅读全文
posted @ 2017-12-14 14:45 Draymonder 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 问题描述 小明和小芳出去乡村玩,小明负责开车,小芳来导航。 小芳将可能的道路分为大道和小道。大道比较好走,每走1公里小明会增加1的疲劳度。小道不好走,如果连续走小道,小明的疲劳值会快速增加,连续走s公里小明会增加s2的疲劳度。 例如:有5个路口,1号路口到2号路口为小道,2号路口到3号路口为小道,3 阅读全文
posted @ 2017-12-14 14:42 Draymonder 阅读(1995) 评论(1) 推荐(1) 编辑