摘要:
public static void main(String[] args) { //冒泡排序 从小到大 int[] a = new int[]{23,45,67,12,97,78,36,8}; System.out.print("原始顺序:"); for(int t : a) { System.o 阅读全文
posted @ 2016-03-10 16:32
那消逝的岁月
阅读(236)
评论(0)
推荐(0)
|
摘要:
public static void main(String[] args) { //冒泡排序 从小到大 int[] a = new int[]{23,45,67,12,97,78,36,8}; System.out.print("原始顺序:"); for(int t : a) { System.o 阅读全文
posted @ 2016-03-10 16:32
那消逝的岁月
阅读(236)
评论(0)
推荐(0)
|