氟塑料離心泵www.buybeng.com

          jquery教程http://www.software8.co/wzjs/jquery/

          Java版 冒泡,插入,選擇排序

          public final static void swap(int a[],int i,int j){ 
                  int temp = a[i]; 
                  a[i] = a[j]; 
                  a[j] = temp; 
              } 
              public static void bubbleSort(int a[]){ 
                  bubbleSort(a,0,a.length); 
              } 
              public static void bubbleSort(int a[],int low,int high){ 
                  for(int i = high; --i > low;){ 
                      for(int j = low; ++j <= i; ){ 
                          if(a[j]>a[j-1]){ 
                              swap(a,j,j-1); 
                          } 
                      } 
                  } 
              } 
              public static void insertSort(int a[]){ 
                  insertSort(a,0,a.length); 
              } 
              public static void insertSort(int a[],int low,int high){ 
                  for(int i = low; ++i < high; ){   
                      int j = i,key = a[i]; 
                      while( --j >= low&&a[j]<key){              
                          a[j+1]=a[j];                 
                      }    
                      a[j+1] = key;            
                  } 
              } 
              public static void selectSort(int a[],int low,int high){ 
                  for(int i = high;--i>low;){ 
                      int max = i; 
                      for(int j = i;--j>=low;){ 
                          if(a[j]>a[max])max=j; 
                      } 
                      swap(a,max,i); 
                  } 
              } 
              public static void selectSort(int a[]){ 
                  selectSort(a,0,a.length); 
              } 
          個(gè)人網(wǎng)站  www.software8.co

          posted on 2012-09-29 17:58 你爸是李剛 閱讀(145) 評(píng)論(0)  編輯  收藏


          只有注冊(cè)用戶(hù)登錄后才能發(fā)表評(píng)論。


          網(wǎng)站導(dǎo)航:
           
          <2012年9月>
          2627282930311
          2345678
          9101112131415
          16171819202122
          23242526272829
          30123456

          導(dǎo)航

          統(tǒng)計(jì)

          常用鏈接

          留言簿

          隨筆檔案

          文章檔案

          技術(shù)網(wǎng)站

          行業(yè)網(wǎng)站

          搜索

          最新評(píng)論

          閱讀排行榜

          評(píng)論排行榜

          站長(zhǎng)網(wǎng) 氟塑料離心泵 注塑機(jī) 液晶廣告機(jī)
          主站蜘蛛池模板: 犍为县| 青川县| 德兴市| 板桥市| 赫章县| 卢氏县| 济南市| 琼海市| 隆化县| 东台市| 巴东县| 吴川市| 云阳县| 沙田区| 满洲里市| 崇仁县| 秭归县| 双牌县| 福建省| 灵寿县| 宜兰市| 大同县| 沅江市| 龙泉市| 江华| 聊城市| 郑州市| 顺义区| 南岸区| 寿宁县| 错那县| 鞍山市| 百色市| 镇坪县| 万载县| 富宁县| 珲春市| 张家界市| 贵德县| 肇源县| 屏南县|