Can I fly high in the Sky?

Never say never.

导航

04 2015 档案

摘要:简单算法O(n^2):冒泡法=i;j--) { if(sortList[j]sortList[j]) minIndex=j; } if(minIndex!=i) swap(sortList,i,minIndex); }}直接插入排序 1 void DirectInsertionS... 阅读全文

posted @ 2015-04-28 21:14 lsr_flying 阅读(312) 评论(0) 推荐(0)

摘要:void action1_Execute(object sender, SimpleActionExecuteEventArgs e) { WebWindow.CurrentRequestWindow.RegisterClientScript("test", "alert('test');")... 阅读全文

posted @ 2015-04-13 10:38 lsr_flying 阅读(173) 评论(0) 推荐(0)