摘要: 判断周围8个方向的位置 static int[][] offsets = {{0, 1}, {1, 1}, {1, 0}, {1, -1}, {0, -1}, {-1, -1}, {-1, 0}, {-1, 1}}; for (int i = 0; i < row; i++) { for (int 阅读全文
posted @ 2023-10-26 23:04 爱新觉罗LQ 阅读(20) 评论(0) 推荐(0)
摘要: 常用在线画图工具 https://www.geogebra.org/graphing https://www.cnblogs.com/henry-1202/p/10258867.html 阅读全文
posted @ 2023-10-26 10:22 爱新觉罗LQ 阅读(34) 评论(0) 推荐(0)