/** * 位移运算符测试 * @author aflft * */ public class TestOperator04 { public static void main(String[] args) { int a=3;
/** * 逻辑运算符测试 * @author aflft * */ public class TestOperator03 { public static void main(String[] args) { boolean b1=true;
/** * 关系运算符测试 * @author aflft * */ public class TestOperator02 { public static void main(String[] args) { int a = 3;
/** * 测试算术运算符 * @author aflft * */ public class TestOperator01 { public static void main(String[] args) { byte a=1;
/** * 测试字符类型和布尔类型 * @author aflft * */ public class TestPrimitveDateType3 { public static void main(String[] args) { char a = 'T'
浮点数据类型学习测试 TestPrimitiveDateType2.java /** * 测试浮点型 * @author jinhao * */ import java.math.*; public class TestPrimitiveDateType2 { public static v
基本数据类型测试文件 TestPrimitveDateType.java源码: /** * 测试基本数据类型 * @author jinhao * */ public class TestPrimitiveDateType { public static void main(String[] args) {
常量测试文件 TestConstant.java源码: /** * 常量测试 * @author jinhao * */ public class TestConstant { public static void main(String[] arge) { 类别:JAVA学习笔记 | 评论(0) | 浏览(553) | 2019-12-12 aflfte2011 BallGame桌球源码 实现ball小球的直线来回运动。 BallGame.java源码: import java.awt.*; import javax.swing.*; public class BallGame extends JFrame { Imag 类别:JAVA学习笔记 | 评论(0) | 浏览(616) | «... 9 10 11 12 13 14
实现ball小球的直线来回运动。 BallGame.java源码: import java.awt.*; import javax.swing.*; public class BallGame extends JFrame { Imag