Usage: Simply double click on server.exe and client.exe By default, the server starts on 127.0.0.1(localhost) and uses the port 31416. If you want to specify another port, add options while executing the server.py. This can be done by either executing the program in cmd or executing it via a modified shortcut. For example: server.exe -p 27183 As stated in the description section above, you can start the server on one machine and start the client on another machine, as long as these two machines are connected. If you want to connect to a remote server, add options while executing the client. For example: python client.exe -a 172.18.241.2 -p 27183
2019-12-21 19:21:25 5.71MB 寻路算法 A*
1
A星寻路算法 MFC写的动态演示程序 在上一版的基础上解决画面闪烁、单线程问题,加入暂停功能。加入斜向移动的功能。
2019-12-21 18:54:58 80KB A星寻路算法
1
A*算法的C++实现,注释详尽,直接编译运行
2014-11-21 00:00:00 9KB A*算法
1