文件名称:nQueens
- 所属分类:
- 数值算法/人工智能
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 2mb
- 下载次数:
- 0次
- 提 供 者:
- 夏*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
人工智能课程实验:使用启发式搜索求解皇后问题。启发式搜索是利用度量作为指南的一种搜索方法。皇后问题是计算机界的经典问题,n皇后问题为把n个皇后放入一个n*n的棋盘中,使皇后两两不在同一行,同一列以及同一斜线中。求解n皇后问题的算法众多,主要有回溯法,构造法,概率算法以及本实验所用的启发式搜索方法等。方法不同,求解问题所产生的时间效率也大不相同,本实验主要对比构造法与启发式搜索方法的效率。
-Artificial Intelligence Curriculum Experiment: Using heuristic search for solving the queens problem. Heuristic search is used as a guide to measure a search method. Queens problem is a computer industry classic problem, n queens problem is the n-queen into a chessboard of n* n, so that the Queen is not in the same row 22, and the same diagonal in the same column. N queens algorithm for solving a number of mainly retrospective method, construction method, probabilistic algorithms and heuristics used in this study search methods. Methods, to solve problems arising from the time efficiency of very different construction method for this study primarily compared with the efficiency of heuristic search method.
-Artificial Intelligence Curriculum Experiment: Using heuristic search for solving the queens problem. Heuristic search is used as a guide to measure a search method. Queens problem is a computer industry classic problem, n queens problem is the n-queen into a chessboard of n* n, so that the Queen is not in the same row 22, and the same diagonal in the same column. N queens algorithm for solving a number of mainly retrospective method, construction method, probabilistic algorithms and heuristics used in this study search methods. Methods, to solve problems arising from the time efficiency of very different construction method for this study primarily compared with the efficiency of heuristic search method.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
nQueens\Debug\nQueens.exe
.......\.....\nQueens.ilk
.......\.....\nQueens.pdb
.......\ipch\nqueens-96304267\nqueens-3b5f1c6b.ipch
.......\nQueens\Debug\CL.read.1.tlog
.......\.......\.....\CL.write.1.tlog
.......\.......\.....\link-cvtres.read.1.tlog
.......\.......\.....\link-cvtres.write.1.tlog
.......\.......\.....\link.read.1.tlog
.......\.......\.....\link.write.1.tlog
.......\.......\.....\mt.read.1.tlog
.......\.......\.....\mt.write.1.tlog
.......\.......\.....\nQueens.exe.embed.manifest
.......\.......\.....\nQueens.exe.embed.manifest.res
.......\.......\.....\nQueens.exe.intermediate.manifest
.......\.......\.....\nQueens.lastbuildstate
.......\.......\.....\nQueens.log
.......\.......\.....\nQueens.obj
.......\.......\.....\nQueens.pch
.......\.......\.....\nQueens_manifest.rc
.......\.......\.....\rc.read.1.tlog
.......\.......\.....\rc.write.1.tlog
.......\.......\.....\stdafx.obj
.......\.......\.....\vc100.idb
.......\.......\.....\vc100.pdb
.......\.......\nQueens.cpp
.......\.......\nQueens.vcxproj
.......\.......\nQueens.vcxproj.filters
.......\.......\nQueens.vcxproj.user
.......\.......\ReadMe.txt
.......\.......\stdafx.cpp
.......\.......\stdafx.h
.......\.......\targetver.h
.......\nQueens.sdf
.......\nQueens.sln
.......\nQueens.suo
.......\ipch\nqueens-96304267
.......\nQueens\Debug
.......\Debug
.......\ipch
.......\nQueens
nQueens
.......\.....\nQueens.ilk
.......\.....\nQueens.pdb
.......\ipch\nqueens-96304267\nqueens-3b5f1c6b.ipch
.......\nQueens\Debug\CL.read.1.tlog
.......\.......\.....\CL.write.1.tlog
.......\.......\.....\link-cvtres.read.1.tlog
.......\.......\.....\link-cvtres.write.1.tlog
.......\.......\.....\link.read.1.tlog
.......\.......\.....\link.write.1.tlog
.......\.......\.....\mt.read.1.tlog
.......\.......\.....\mt.write.1.tlog
.......\.......\.....\nQueens.exe.embed.manifest
.......\.......\.....\nQueens.exe.embed.manifest.res
.......\.......\.....\nQueens.exe.intermediate.manifest
.......\.......\.....\nQueens.lastbuildstate
.......\.......\.....\nQueens.log
.......\.......\.....\nQueens.obj
.......\.......\.....\nQueens.pch
.......\.......\.....\nQueens_manifest.rc
.......\.......\.....\rc.read.1.tlog
.......\.......\.....\rc.write.1.tlog
.......\.......\.....\stdafx.obj
.......\.......\.....\vc100.idb
.......\.......\.....\vc100.pdb
.......\.......\nQueens.cpp
.......\.......\nQueens.vcxproj
.......\.......\nQueens.vcxproj.filters
.......\.......\nQueens.vcxproj.user
.......\.......\ReadMe.txt
.......\.......\stdafx.cpp
.......\.......\stdafx.h
.......\.......\targetver.h
.......\nQueens.sdf
.......\nQueens.sln
.......\nQueens.suo
.......\ipch\nqueens-96304267
.......\nQueens\Debug
.......\Debug
.......\ipch
.......\nQueens
nQueens