摘要: 阅读全文
posted @ 2014-11-04 22:49 Wqw道 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-11-03 21:06 Wqw道 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-11-03 21:04 Wqw道 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-11-03 21:03 Wqw道 阅读(79) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-11-03 21:02 Wqw道 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-11-03 21:01 Wqw道 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 1 /** 2 * OUTMAN附 3 * 4 * @author 王启文 5 * 6 */ 7 public class One { 8 private String name; 9 private int hp;10 private int mp;11 ... 阅读全文
posted @ 2014-10-26 20:47 Wqw道 阅读(226) 评论(0) 推荐(0) 编辑
摘要: 1 /** 2 * 猜拳 3 * 4 * @author 王启文 5 * 6 */ 7 public class FingerGuessing { 8 private int gesture; 9 private String hint;10 private i... 阅读全文
posted @ 2014-10-23 21:03 Wqw道 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 1 /** 2 * 分数的加、减、乘、除 3 * 4 * @author 王启文 5 * 6 */ 7 8 public class Private { 9 private double member;10 private double denominator;11 ... 阅读全文
posted @ 2014-10-22 22:01 Wqw道 阅读(278) 评论(0) 推荐(0) 编辑
摘要: 1 package com.lovo; 2 3 import java.util.Calendar; 4 5 /** 6 * 时钟 7 * @author 王启文 8 */ 9 public class Clock1 {10 private int hour;11 pri... 阅读全文
posted @ 2014-10-20 22:01 Wqw道 阅读(138) 评论(0) 推荐(0) 编辑