摘要: public class Find_Erfenfa { public static void main(String[] args) { int arr[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9 }; int x = 5; System.out.println(get(arr, 阅读全文
posted @ 2017-12-26 14:25 天尘已经被注册 阅读(149) 评论(0) 推荐(0) 编辑
摘要: import java.util.Arrays; public class Sort_Merge { //数组对比展示 public static void main(String[] args) { int[] arr = {9,8,7,6,5,4,3,2,1,0}; System.err.pri 阅读全文
posted @ 2017-12-26 14:23 天尘已经被注册 阅读(185) 评论(0) 推荐(0) 编辑