摘要: import java.util.Arrays; class Arrays_Merge{ private int[] arrays; private int curNum; //int[] workSpace; public Arrays_Merge(int max) { //建立一个max长度的空 阅读全文
posted @ 2016-04-07 14:13 tonglin0325 阅读(434) 评论(0) 推荐(0) 编辑
摘要: public class Tower_demo { static int nDisks = 3; public static void main(String[] args) { doTower(nDisks, 'A', 'B', 'C'); } public static void doTower 阅读全文
posted @ 2016-04-07 09:44 tonglin0325 阅读(11472) 评论(0) 推荐(0) 编辑
摘要: import java.lang.reflect.Array; import java.nio.Buffer; import java.util.Arrays; import java.util.Random; class Rec_Find{ private int[] temp; private 阅读全文
posted @ 2016-04-07 09:39 tonglin0325 阅读(543) 评论(0) 推荐(0) 编辑