文件名称:fiifteen_puzzle
- 所属分类:
- 数学计算/工程计算
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 19kb
- 下载次数:
- 0次
- 提 供 者:
- user****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Program implements graphs algorihtms to solve fifteen puzzle problem (http://en.wikipedia.org/wiki/Fifteen_puzzle). There are few methods BFS - Hamming and Manhattan heuristics, Breadth-first search and Depth-first search. You can implement A* algorithm by changing Best First Search algorithm.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SISE_zad1.suo
SISE_zad1.sln
.........\debugCode.txt
.........\examplePuzzle.txt
.........\fifteenEdge.h
.........\fifteenGraph.h
.........\fifteenNode.h
.........\fifteenpuzzle.h
.........\graph.cpp
.........\main.cpp
.........\puzzlegraph.h
.........\SISE_zad1.vcxproj
.........\SISE_zad1.vcxproj.filters
.........\SISE_zad1.vcxproj.user
.........\XGetopt.cpp
.........\XGetopt.h
SISE_zad1