文件名称:queen
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2014-05-07
- 文件大小:
- 591kb
- 下载次数:
- 0次
- 提 供 者:
- 余**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
N皇后问题是算法中回溯法应用的一个经典案例
回溯算法也叫试探法,它是一种系统地搜索问题的解的方法。回溯算法的基本思想是:从一条路往前走,能进则进,不能进则退回来,换一条路再试。
-N queens problem is backtracking algorithm applied a classic case of backtracking algorithm, also called heuristics, which is a systematic method for solving search problems. Backtracking algorithm basic idea is: go out one way forward, to enter the inlet and can not come into the return, for a way to try.
回溯算法也叫试探法,它是一种系统地搜索问题的解的方法。回溯算法的基本思想是:从一条路往前走,能进则进,不能进则退回来,换一条路再试。
-N queens problem is backtracking algorithm applied a classic case of backtracking algorithm, also called heuristics, which is a systematic method for solving search problems. Backtracking algorithm basic idea is: go out one way forward, to enter the inlet and can not come into the return, for a way to try.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
第二次实验皇后问题\1.c
..................\1.cpp
..................\1.dsp
..................\1.dsw
..................\1.ncb
..................\1.opt
..................\1.plg
..................\2.c
..................\2.dsp
..................\2.dsw
..................\2.ncb
..................\2.opt
..................\2.plg
..................\Debug\1.exe
..................\.....\1.ilk
..................\.....\1.obj
..................\.....\1.pch
..................\.....\1.pdb
..................\.....\2.exe
..................\.....\2.ilk
..................\.....\2.obj
..................\.....\2.pch
..................\.....\2.pdb
..................\.....\queen.exe
..................\.....\queen.ilk
..................\.....\queen.obj
..................\.....\queen.pch
..................\.....\queen.pdb
..................\.....\vc60.idb
..................\.....\vc60.pdb
..................\Debug
..................\queen.c
..................\queen.dsp
..................\queen.dsw
..................\queen.ncb
..................\queen.opt
..................\queen.plg
..................\皇后问题.doc
第二次实验皇后问题