2014年2月4日
摘要: import java.util.Random;public class Random2 { public static void main(String[] args) { int[] count=new int[41]; //定义长度为41的数组 Random random=new Random(); for(int i=0;i<50;i++) { int number=random.nextInt(41)+10; //[10,50] count[number-... 阅读全文
posted @ 2014-02-04 23:46 若水玄兮 阅读(163) 评论(0) 推荐(0)
  2014年2月3日
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2014-02-03 23:24 若水玄兮 阅读(7) 评论(0) 推荐(0)
  2014年1月22日
摘要: 初学JAVA,正在风中凌乱着,希望快些弄明白吧.. 阅读全文
posted @ 2014-01-22 18:44 若水玄兮 阅读(85) 评论(0) 推荐(0)