Description: A star algorithm of the maze problem, the user can set the start, end, and obstructions.
To Search:
File list (Check if you may need any files):
A星算法\AstarPathFinder.cpp
.......\AstarPathFinder.h
.......\AstarTest.aps
.......\AstarTest.clw
.......\AstarTest.cpp
.......\AstarTest.h
.......\AstarTest.ncb
.......\AstarTest.opt
.......\AstarTest.plg
.......\AstarTest.rc
.......\AstarTest.sln
.......\AstarTest.suo
.......\AstarTest.vcxproj
.......\AstarTest.vcxproj.filters
.......\AstarTest.vcxproj.user
.......\AstarTestDlg.cpp
.......\AstarTestDlg.h
.......\Debug\AstarTest.Build.CppClean.log
.......\.....\AstarTest.log
.......\MapSize.cpp
.......\MapSize.h
.......\Release\AstarTest.log
.......\res\AstarTest.ico
.......\...\AstarTest.rc2
.......\resource.h
.......\StdAfx.cpp
.......\StdAfx.h
.......\Debug
.......\Release
.......\res
A星算法