摘要: 一、源代码 package TestCountDow import java.awt. import java.awt.event.ActionEvent import java.awt.event.ActionListener import javax.swing.* public class C 阅读全文
posted @ 2019-06-30 19:28 cxm& 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 1.程序代码 package introduc import java.awt.Container import java.awt.FlowLayout import javax.swing.* class introduce extends JFram public introduce( JFra 阅读全文
posted @ 2019-06-23 21:15 cxm& 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 一.程序代码 package jisuanqi2; import java.awt.*; import javax.swing.*; import java.awt.event.*; public class Jisuanqi extends Frame implements ActionListe 阅读全文
posted @ 2019-06-17 09:33 cxm& 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 一.程序代码 package jisuanqi2; import java.awt.*; import javax.swing.*; import java.awt.event.*; public class Jisuanqi extends Frame implements ActionListe 阅读全文
posted @ 2019-06-10 09:02 cxm& 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 实验九 一.程序代码 package error; public class Throwerror { public static void main(String[] args) throws IllegalArgumentException { Point point1=new Point (3 阅读全文
posted @ 2019-06-02 19:25 cxm& 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 一.程序代码 public class yuanzhui extends Rectangle implements Area,Volume { private double radius; private double length; private double height; public yu 阅读全文
posted @ 2019-05-20 08:43 cxm& 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 实验程序如下: package 学生; public class person1 { public String name; public String birthday; public String grade; public String gender; public String provin 阅读全文
posted @ 2019-05-06 21:50 cxm& 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 一,实验过程 import java.util.Scanner; public class Account { public int id; public int password; public String name; public int money; public Account(int i 阅读全文
posted @ 2019-04-14 19:40 cxm& 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 一.程序编写 import java.util.*; public class Port { public static void main(String[] args) { // TODO 自动生成的方法存根 int a[]=new int[10]; Scanner d=new Scanner(S 阅读全文
posted @ 2019-04-07 21:40 cxm& 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 1.程序 2.实验总结 3.实验心得 程序刚开始一直报错,后来通过同学的帮忙,把错纠正过来,输出了正确的程序。以后调试的时候会更加的仔细,认真。 阅读全文
posted @ 2019-03-31 13:20 cxm& 阅读(99) 评论(1) 推荐(0) 编辑