摘要: package com.bjsxt.chap5;public class binarySearch { public static void main(String[] args) { int[] a = {1, 2, 3, 4, 5, 6, 7}; System.... 阅读全文
posted @ 2013-11-26 18:45 小尼人00 阅读(119) 评论(0) 推荐(0) 编辑
摘要: package com.bjsxt.chap5;public class Count3Quit2 { public static void main(String[] args) { KidCircle kc = new KidCircle(500); int co... 阅读全文
posted @ 2013-11-26 17:08 小尼人00 阅读(201) 评论(0) 推荐(0) 编辑