会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Macbeth
业精于勤荒于嬉,行成于思毁于随
博客园
首页
新随笔
联系
订阅
管理
2012年8月29日
C# 常用排序算法
摘要: 1 static void Main() 2 { 3 Random rnd = new Random(); 4 int[] list = new int[10]; 5 for (int i = 0; i < list.Length; i++) 6 { 7 list[i] = rnd.Next(1,200); 8 Console.Write(list[i] + ","); 9 }10 ...
阅读全文
posted @ 2012-08-29 21:40 Macbeth
阅读(196)
评论(0)
推荐(0)
编辑
公告