摘要: package GJS; public class Z { public static void main(String[] args) { int[] arr = new int [30]; arr[0] = 1; arr[1] = 1; for(int i = 2;i arr[j+1]){ int temp=... 阅读全文
posted @ 2017-11-26 20:33 FM10086 阅读(151) 评论(0) 推荐(0) 编辑
摘要: package GJS; public abstract class Person { private String name; private int age; public String getName() { return name; } public void setName(String name) { this... 阅读全文
posted @ 2017-11-19 23:13 FM10086 阅读(118) 评论(0) 推荐(0) 编辑
摘要: package GJS; public abstract class GJS { private String name; public GJS(String name) { this.name=name; } public String getName() { return this.name; } public... 阅读全文
posted @ 2017-11-19 22:52 FM10086 阅读(73) 评论(0) 推荐(0) 编辑
摘要: 1—————————————————————————————————————————————————————————— 2—————————————————————————————————————————————————— 3————————————————————————————————————— 阅读全文
posted @ 2017-11-19 22:47 FM10086 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 1—————————————————————————————————————— 2—————————————————————————————————————————————————————— 3————————————————————————————————————————————————————— 阅读全文
posted @ 2017-11-19 22:35 FM10086 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 1、 2、 3、 4、 5、 阅读全文
posted @ 2017-11-06 02:12 FM10086 阅读(125) 评论(0) 推荐(0) 编辑
摘要: - 阅读全文
posted @ 2017-11-06 02:08 FM10086 阅读(83) 评论(0) 推荐(0) 编辑
摘要: package Game; import java.awt.Color; import com.rupeng.game.GameCore; public class Game implements Runnable { public static void main(String[] args) { 阅读全文
posted @ 2017-11-06 02:05 FM10086 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 1.、 2· 3、 4、 5、 6、 阅读全文
posted @ 2017-11-06 02:03 FM10086 阅读(176) 评论(0) 推荐(0) 编辑
摘要: package Z;import java.util.Scanner;public class L { public static void main(String[] args) { System.out.println("5+5="+5+5); int a=3,b; b=a++; System. 阅读全文
posted @ 2017-11-06 01:55 FM10086 阅读(135) 评论(0) 推荐(0) 编辑