12 2015 档案

摘要:calation.csusing System;using System.Collections.Generic;using System.Linq;using System.Web;/// ///Calation 的摘要说明/// public class Calation{ public Cal... 阅读全文
posted @ 2015-12-28 20:18 Harlem 阅读(298) 评论(2) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 简易运算{ public interface ODD { int members(int ... 阅读全文
posted @ 2015-12-28 19:54 Harlem 阅读(198) 评论(0) 推荐(0)
摘要:期末总结 时间过的很快,转眼这一学期已经快要结束。在这一学期里,我学到了不少东西,也感受到了大学与中学的很大的不同。在大学里我们接触和涉及的东西更广、更多,可以说,进入大学也就等于进入了半个社会!面对过去,我们应该总结经验教训... 阅读全文
posted @ 2015-12-25 21:24 Harlem 阅读(305) 评论(5) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u... 阅读全文
posted @ 2015-12-13 11:09 Harlem 阅读(462) 评论(1) 推荐(0)
摘要:Form1代码:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using Syste... 阅读全文
posted @ 2015-12-04 23:52 Harlem 阅读(387) 评论(1) 推荐(0)
摘要:策略实现代码:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 简易运算{ public interface ODD { int membe... 阅读全文
posted @ 2015-12-02 20:19 Harlem 阅读(298) 评论(1) 推荐(0)