02 2024 档案

摘要:学习竞赛算法的题目 阅读全文
posted @ 2024-02-19 15:19 cor0000 阅读(2) 评论(0) 推荐(0) 编辑
摘要:学习竞赛算法的题目 阅读全文
posted @ 2024-02-18 14:38 cor0000 阅读(2) 评论(0) 推荐(0) 编辑
摘要:public class Test { public static void main(String[] args) { int intValue=100; long longValue=intValue; double doubleValue=1234567890; float floatValu 阅读全文
posted @ 2024-02-17 21:11 cor0000 阅读(21) 评论(0) 推荐(0) 编辑
摘要:调试登录页面 阅读全文
posted @ 2024-02-16 15:55 cor0000 阅读(7) 评论(0) 推荐(0) 编辑
摘要:// An addition program import javax.swing.JOptionPane; // import class JOptionPane public class Addition { public static void main( String args[] ) { 阅读全文
posted @ 2024-02-15 20:40 cor0000 阅读(7) 评论(0) 推荐(0) 编辑
摘要:运行EnumTest.java public class EnumTest { public static void main(String[] args) { Size s=Size.SMALL; Size t=Size.LARGE; //s和t引用同一个对象? System.out.printl 阅读全文
posted @ 2024-02-14 20:32 cor0000 阅读(19) 评论(0) 推荐(0) 编辑
摘要:public class TestDouble { public static void main(String args[]) { System.out.println("0.05 + 0.01 = " + (0.05 + 0.01)); System.out.println("1.0 - 0.4 阅读全文
posted @ 2024-02-13 20:53 cor0000 阅读(6) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示