摘要: 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 凌零聆 阅读(658) 评论(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 凌零聆 阅读(560) 评论(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 凌零聆 阅读(4076) 评论(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 凌零聆 阅读(2568) 评论(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 凌零聆 阅读(1316) 评论(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 凌零聆 阅读(216) 评论(0) 推荐(0) 编辑