上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 21 下一页

2008年10月21日

摘要: .Net编程中最经常用的元素,事件必然是其中之一。无论在ASP.NET还是WINFrom开发中,窗体加载(Load),绘制(Paint),初始化(Init)等等。“protected void Page_Load(object sender, EventArgs e)”这段代码相信没有人不熟悉的。细心一点一定会发现,非常多的事件方法都是带了“object sender, EventArgs e”这... 阅读全文
posted @ 2008-10-21 12:18 幼稚园 阅读(182) 评论(0) 推荐(0) 编辑
 
摘要: 写了一个关于冒泡的算法。 static void Main(string[] args) ...{ Console.Write("please input the number of variable:"); int num =Int32.Parse( Console.ReadLine()); int... 阅读全文
posted @ 2008-10-21 12:14 幼稚园 阅读(201) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 21 下一页