摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.Linq; 7 阅读全文
posted @ 2016-04-02 21:35 C/C++/Python/Java 阅读(467) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace 委托_Lambda表 阅读全文
posted @ 2016-04-02 11:12 C/C++/Python/Java 阅读(376) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 3 namespace 委托_匿名函数 4 { 5 class Program 6 { 7 /// 8 /// 声明委托: 委托的返回值类型 / 参数类型 / 参数个数 必须和被委托函数保持一致 9 /// 10 /// 参与运算的数据 ... 阅读全文
posted @ 2016-04-02 10:49 C/C++/Python/Java 阅读(1050) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace 委托2 8 { 9 class Program 10 { 11 //... 阅读全文
posted @ 2016-04-02 10:36 C/C++/Python/Java 阅读(339) 评论(0) 推荐(0) 编辑