07 2016 档案

摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _19._1泛型概述 { class Program { static void Main(string[] a... 阅读全文
posted @ 2016-07-24 19:50 前缘Q+7589848 阅读(128) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _18._7章小结及任务实施 { class QQState { string[] qqState = {"在线... 阅读全文
posted @ 2016-07-13 16:14 前缘Q+7589848 阅读(185) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _18._6索引器在接口中的使用 { public interface ItextIndex { int thi... 阅读全文
posted @ 2016-07-13 12:04 前缘Q+7589848 阅读(167) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _18._5索引器在类中的使用 { class Program { public class indexText... 阅读全文
posted @ 2016-07-10 12:41 前缘Q+7589848 阅读(177) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _18._4索引器概述及声明 { public class Clerk { private string na... 阅读全文
posted @ 2016-07-02 22:31 前缘Q+7589848 阅读(175) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _18._3分部类概述及其使用 { partial class atithmetic //阶乘 { publi... 阅读全文
posted @ 2016-07-02 22:11 前缘Q+7589848 阅读(189) 评论(0) 推荐(0)