摘要: public class MethodOverload { public static void main(String[] args) { System.out.println("The square of integer 7 is " + square(7)); System.out.print 阅读全文
posted @ 2025-10-07 20:28 郭zheng 阅读(1) 评论(0) 推荐(0)
摘要: 明天国庆了,开心 阅读全文
posted @ 2025-09-30 18:33 郭zheng 阅读(3) 评论(0) 推荐(0)
摘要: 又是满课的一天,感觉累塌,老师布置的作业还没写完 阅读全文
posted @ 2025-09-29 20:58 郭zheng 阅读(5) 评论(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 @ 2025-09-27 20:26 郭zheng 阅读(5) 评论(0) 推荐(0)
摘要: 周末少一天,要补课有点难受 阅读全文
posted @ 2025-09-27 11:56 郭zheng 阅读(3) 评论(0) 推荐(0)
摘要: 就一节英语,还是比较让人开心的一天 阅读全文
posted @ 2025-09-26 10:17 郭zheng 阅读(3) 评论(0) 推荐(0)
摘要: 从数据结构跟体育老师了解了很多知识,这是我第一次接触篮球,这对我来说是一次全新的发现 阅读全文
posted @ 2025-09-25 18:48 郭zheng 阅读(3) 评论(0) 推荐(0)
摘要: 离散数学还是有点晦涩难懂,马原我本来以为单纯的政治,结果老师却讲历史自信我们的兴趣 阅读全文
posted @ 2025-09-24 23:15 郭zheng 阅读(9) 评论(0) 推荐(0)
摘要: 一个普通且简单的金属创意制造,让开始的我不屑一顾,但直到真正实践之后,我才突然明白精度与误差的重要,他的影响有多么严重, 阅读全文
posted @ 2025-09-23 15:51 郭zheng 阅读(5) 评论(0) 推荐(0)
摘要: 今天学习时记住了复杂问题简单化,简单问题流程化,明白了子方法的重要 阅读全文
posted @ 2025-09-22 20:17 郭zheng 阅读(4) 评论(0) 推荐(0)