摘要: 产生一个int数组,长度为100,并向其中随机插入1-100,并且不能重复 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->private static void MakeNumsList() { IList lst = new... 阅读全文
posted @ 2008-12-26 18:58 MyCoolDog 阅读(263) 评论(0) 推荐(0) 编辑
摘要: 值类型和引用类型的比较 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->double i = 5; double j = 5; string a = "1"; string b =... 阅读全文
posted @ 2008-12-26 17:29 MyCoolDog 阅读(294) 评论(0) 推荐(0) 编辑