基本信息
源码名称:推箱子问题求解程序C#源代码
源码大小:0.03M
文件格式:.rar
开发语言:C#
更新时间:2023-06-15
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
推箱子问题求解程序C#源代码
公司里流行玩推箱子游戏,总共15关,可大家都被第11关难住了,一时没人能解,我写了个专门求解该问题的程序,只要把棋盘(0代表空闲,1代表阻碍物,2代表目标,3代表箱子on目标,4代表箱子,5代表worker)输入到txt...
文件清单
└── SokobanConsole
├── SokobanConsole
│ ├── bin
│ │ └── Debug
│ │ ├── boxes.txt
│ │ ├── goal.txt
│ │ ├── map.txt
│ │ ├── result11.txt
│ │ ├── SokobanConsole.exe
│ │ ├── SokobanConsole.pdb
│ │ ├── SokobanConsole.vshost.exe
│ │ ├── total10.txt
│ │ ├── total11.txt
│ │ ├── total12.txt
│ │ ├── total13.txt
│ │ ├── total14.txt
│ │ ├── total15.txt
│ │ ├── total1.txt
│ │ ├── total2.txt
│ │ ├── total3.txt
│ │ ├── total4.txt
│ │ ├── total5.txt
│ │ ├── total6.txt
│ │ ├── total7.txt
│ │ ├── total8.txt
│ │ ├── total9.txt
│ │ └── worker.txt
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Refactor
│ │ │ ├── SokobanConsole.exe
│ │ │ ├── SokobanConsole.pdb
│ │ │ └── TempPE
│ │ └── SokobanConsole.csproj.FileListAbsolute.txt
│ ├── Program.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── SokobanConsole.csproj
│ └── SokobanConsole.csproj.user
├── SokobanConsole.sln
└── SokobanConsole.suo
9 directories, 32 files
推箱子问题求解程序C#源代码
公司里流行玩推箱子游戏,总共15关,可大家都被第11关难住了,一时没人能解,我写了个专门求解该问题的程序,只要把棋盘(0代表空闲,1代表阻碍物,2代表目标,3代表箱子on目标,4代表箱子,5代表worker)输入到txt...
文件清单
└── SokobanConsole
├── SokobanConsole
│ ├── bin
│ │ └── Debug
│ │ ├── boxes.txt
│ │ ├── goal.txt
│ │ ├── map.txt
│ │ ├── result11.txt
│ │ ├── SokobanConsole.exe
│ │ ├── SokobanConsole.pdb
│ │ ├── SokobanConsole.vshost.exe
│ │ ├── total10.txt
│ │ ├── total11.txt
│ │ ├── total12.txt
│ │ ├── total13.txt
│ │ ├── total14.txt
│ │ ├── total15.txt
│ │ ├── total1.txt
│ │ ├── total2.txt
│ │ ├── total3.txt
│ │ ├── total4.txt
│ │ ├── total5.txt
│ │ ├── total6.txt
│ │ ├── total7.txt
│ │ ├── total8.txt
│ │ ├── total9.txt
│ │ └── worker.txt
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Refactor
│ │ │ ├── SokobanConsole.exe
│ │ │ ├── SokobanConsole.pdb
│ │ │ └── TempPE
│ │ └── SokobanConsole.csproj.FileListAbsolute.txt
│ ├── Program.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── SokobanConsole.csproj
│ └── SokobanConsole.csproj.user
├── SokobanConsole.sln
└── SokobanConsole.suo
9 directories, 32 files