摘要: 1 class Arithmetic{ 2 public static void main(String args []){ 3 System.out.println("\t\t\t===冒泡排序==="); 4 int[] num1 = {3,6,2,4,8}; 5 //原理:将数组的元素两两作比较,然后依次将最大值往后面排... 阅读全文
posted @ 2016-11-15 13:07 阿水写程序 阅读(498) 评论(0) 推荐(0) 编辑