摘要:
package a; public class Chongzai { private int i; private int j; private int k; int m; public int getI() { return i; } public void setI(int i) { this. 阅读全文
posted @ 2016-05-20 21:04
凌零聆
阅读(673)
评论(0)
推荐(0)
摘要:
public class Point { private int x; private int y; public int getX() { return x; } public void setX(int x) { this.x = x; } public int getY() { return 阅读全文
posted @ 2016-05-20 21:02
凌零聆
阅读(571)
评论(0)
推荐(0)
摘要:
package a; public class Jidongche { private String chepaihao; private int chesu; private double zaizhong; public String getChepaihao() { return chepai 阅读全文
posted @ 2016-05-20 21:00
凌零聆
阅读(4147)
评论(0)
推荐(0)
摘要:
package a; public class People { private String name,sex; private int age; private double height; public String getName() { return name; } public void 阅读全文
posted @ 2016-05-20 20:58
凌零聆
阅读(2629)
评论(0)
推荐(0)
摘要:
package a; import java.nio.charset.MalformedInputException; public class Sanjiaoxing { private double a,b,c; // public Sanjiaoxing(double a, double b, 阅读全文
posted @ 2016-05-20 20:56
凌零聆
阅读(1324)
评论(0)
推荐(0)
摘要:
package lianxi; public class Yanghuisanjiao { public static void main(String[] args) { int[][] ary =new int[10][10]; for (int i = 0; i < 10; i++) { fo 阅读全文
posted @ 2016-05-20 20:53
凌零聆
阅读(222)
评论(0)
推荐(0)