文件名称:nQueens
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小: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/Debug/nQueens.ilk
nQueens/Debug/nQueens.pdb
nQueens/ipch/nqueens-96304267/nqueens-3b5f1c6b.ipch
nQueens/nQueens/Debug/cl.command.1.tlog
nQueens/nQueens/Debug/CL.read.1.tlog
nQueens/nQueens/Debug/CL.write.1.tlog
nQueens/nQueens/Debug/link-cvtres.read.1.tlog
nQueens/nQueens/Debug/link-cvtres.write.1.tlog
nQueens/nQueens/Debug/link.command.1.tlog
nQueens/nQueens/Debug/link.read.1.tlog
nQueens/nQueens/Debug/link.write.1.tlog
nQueens/nQueens/Debug/mt.command.1.tlog
nQueens/nQueens/Debug/mt.read.1.tlog
nQueens/nQueens/Debug/mt.write.1.tlog
nQueens/nQueens/Debug/nQueens.exe.embed.manifest
nQueens/nQueens/Debug/nQueens.exe.embed.manifest.res
nQueens/nQueens/Debug/nQueens.exe.intermediate.manifest
nQueens/nQueens/Debug/nQueens.lastbuildstate
nQueens/nQueens/Debug/nQueens.log
nQueens/nQueens/Debug/nQueens.obj
nQueens/nQueens/Debug/nQueens.pch
nQueens/nQueens/Debug/nQueens_manifest.rc
nQueens/nQueens/Debug/rc.command.1.tlog
nQueens/nQueens/Debug/rc.read.1.tlog
nQueens/nQueens/Debug/rc.write.1.tlog
nQueens/nQueens/Debug/stdafx.obj
nQueens/nQueens/Debug/vc100.idb
nQueens/nQueens/Debug/vc100.pdb
nQueens/nQueens/nQueens.cpp
nQueens/nQueens/nQueens.vcxproj
nQueens/nQueens/nQueens.vcxproj.filters
nQueens/nQueens/nQueens.vcxproj.user
nQueens/nQueens/ReadMe.txt
nQueens/nQueens/stdafx.cpp
nQueens/nQueens/stdafx.h
nQueens/nQueens/targetver.h
nQueens/nQueens.sdf
nQueens/nQueens.sln
nQueens/nQueens.suo
nQueens/ipch/nqueens-96304267
nQueens/nQueens/Debug
nQueens/Debug
nQueens/ipch
nQueens/nQueens
nQueens
nQueens/Debug/nQueens.ilk
nQueens/Debug/nQueens.pdb
nQueens/ipch/nqueens-96304267/nqueens-3b5f1c6b.ipch
nQueens/nQueens/Debug/cl.command.1.tlog
nQueens/nQueens/Debug/CL.read.1.tlog
nQueens/nQueens/Debug/CL.write.1.tlog
nQueens/nQueens/Debug/link-cvtres.read.1.tlog
nQueens/nQueens/Debug/link-cvtres.write.1.tlog
nQueens/nQueens/Debug/link.command.1.tlog
nQueens/nQueens/Debug/link.read.1.tlog
nQueens/nQueens/Debug/link.write.1.tlog
nQueens/nQueens/Debug/mt.command.1.tlog
nQueens/nQueens/Debug/mt.read.1.tlog
nQueens/nQueens/Debug/mt.write.1.tlog
nQueens/nQueens/Debug/nQueens.exe.embed.manifest
nQueens/nQueens/Debug/nQueens.exe.embed.manifest.res
nQueens/nQueens/Debug/nQueens.exe.intermediate.manifest
nQueens/nQueens/Debug/nQueens.lastbuildstate
nQueens/nQueens/Debug/nQueens.log
nQueens/nQueens/Debug/nQueens.obj
nQueens/nQueens/Debug/nQueens.pch
nQueens/nQueens/Debug/nQueens_manifest.rc
nQueens/nQueens/Debug/rc.command.1.tlog
nQueens/nQueens/Debug/rc.read.1.tlog
nQueens/nQueens/Debug/rc.write.1.tlog
nQueens/nQueens/Debug/stdafx.obj
nQueens/nQueens/Debug/vc100.idb
nQueens/nQueens/Debug/vc100.pdb
nQueens/nQueens/nQueens.cpp
nQueens/nQueens/nQueens.vcxproj
nQueens/nQueens/nQueens.vcxproj.filters
nQueens/nQueens/nQueens.vcxproj.user
nQueens/nQueens/ReadMe.txt
nQueens/nQueens/stdafx.cpp
nQueens/nQueens/stdafx.h
nQueens/nQueens/targetver.h
nQueens/nQueens.sdf
nQueens/nQueens.sln
nQueens/nQueens.suo
nQueens/ipch/nqueens-96304267
nQueens/nQueens/Debug
nQueens/Debug
nQueens/ipch
nQueens/nQueens
nQueens
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.