文件名称:nQueens

介绍说明--下载内容均来自于网络,请自行研究使用

人工智能课程实验:使用启发式搜索求解皇后问题。启发式搜索是利用度量作为指南的一种搜索方法。皇后问题是计算机界的经典问题,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.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

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

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org