文件名称:nQueen
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 872kb
- 下载次数:
- 0次
- 提 供 者:
- w*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
N皇后问题:拉斯维加斯算法和回溯法的结合,可以输出每次搜索的节点数(包括成功的搜索和失败的搜索),以及直到找到一个正确结点的搜索总节点数。-N Queens problem: Las Vegas, the combination of algorithm and backtracking, can output the number of nodes per search (including the failure of successful search and the search), and until you find the right node of the total number of nodes in the search.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
N皇后问题\Debug\queen.exe
.........\.....\queen.ilk
.........\.....\queen.obj
.........\.....\queen.pch
.........\.....\queen.pdb
.........\.....\vc60.idb
.........\.....\vc60.pdb
.........\queen.cpp
.........\queen.dsp
.........\queen.dsw
.........\queen.ncb
.........\queen.opt
.........\queen.plg
.........\Debug
N皇后问题
.........\.....\queen.ilk
.........\.....\queen.obj
.........\.....\queen.pch
.........\.....\queen.pdb
.........\.....\vc60.idb
.........\.....\vc60.pdb
.........\queen.cpp
.........\queen.dsp
.........\queen.dsw
.........\queen.ncb
.........\queen.opt
.........\queen.plg
.........\Debug
N皇后问题