摘要: 实验1: 求解 1/1 + 1 / 2 + 1 / 3 + 1 / 4 …… + 1 / i = ? 确保精度在 1e-6内。 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using Syste 阅读全文
posted @ 2019-09-30 09:22 Osea 阅读(418) 评论(0) 推荐(0) 编辑
摘要: 实验1: 定义一个 TimePeiod 类 包含: hour , minute , second 实现时间的在 时分秒上的加法。 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using Syst 阅读全文
posted @ 2019-09-30 08:24 Osea 阅读(434) 评论(0) 推荐(0) 编辑