摘要: private Point2D GenerateIsolatedGoal(Random rand, HashSet<Point2D> used, List<Obstacle> obstacles, List<Robot> robots, int minDistance = 3) { const in 阅读全文
posted @ 2025-11-06 10:56 魔法乐 阅读(14) 评论(0) 推荐(0)
摘要: public partial class Form1 : Form { private const int MapWidth = 25; private const int MapHeight = 20; private const int CellSize = 50; private List<O 阅读全文
posted @ 2025-11-06 00:57 魔法乐 阅读(9) 评论(0) 推荐(0)