2009年1月5日
摘要: int[] list = {5,3,2,8,6,9,0,1,7,4}; Console.Write("排序前"); for (int i = 0; i list[i + 1]) { tmp = list[i]; ... 阅读全文
posted @ 2009-01-05 11:16 liuyujie 阅读(157) 评论(0) 推荐(0)