氟塑料离心泵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); 
    } 
个人网站  www.software8.co

posted on 2012-09-29 17:58 你爸是李刚 阅读(142) 评论(0)  编辑  收藏


只有注册用户登录后才能发表评论。


网站导航:
 
<2012年9月>
2627282930311
2345678
9101112131415
16171819202122
23242526272829
30123456

导航

统计

常用链接

留言簿

随笔档案

文章档案

技术网站

行业网站

搜索

最新评论

阅读排行榜

评论排行榜

站长网 氟塑料离心泵 注塑机 液晶广告机