只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2013-06-07 23:51
IT浪潮之巅
阅读(33)
评论(0)
推荐(0)
摘要:
委托方式实现:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 求任意数组的最大值{ class Program { delegate int CompareDelegate(object o1,object o2); static void Main(string[] args) { object[] array = new object[] {33,22,55,77,11}; ... 阅读全文
posted @ 2013-06-07 23:32
IT浪潮之巅
阅读(285)
评论(0)
推荐(0)

浙公网安备 33010602011771号