摘要: package c4;public class FibTest { public static void main(String []args ){ long begin = System.currentTimeMillis() ; System.out.println(fib(10)) ; ... 阅读全文
posted @ 2015-07-16 14:21 chuiyuan 阅读(431) 评论(0) 推荐(0) 编辑
摘要: public class Test { public static void main(String [] args){ String[] array =new String[] {"1","2","3"}; listAll(Arrays.asList(array), "") ; } pub... 阅读全文
posted @ 2015-07-16 09:22 chuiyuan 阅读(680) 评论(0) 推荐(0) 编辑