搜索资源列表
st200408202223-01
- N皇后问题实验报告,自己设计的一个小程序,望高手指教-N Queens experiment, designed by a small procedure, experts advise Pillar
Nqueens
- N皇后问题,N由自己输入的值来确定,然后输出所有皇后摆放的方法-N queens problem, N by their own input values to determine, and then display the output all the way to Queen' s
dancinglink
- dancing link 加速搜索 可以解决精确覆盖 重复覆盖问题 八皇后问题 数独等 这个是精确覆盖模板-dancing link speed up the search can be solved exactly cover the duplication of coverage of the eight queens problem, etc. This is precisely the number of independent coverage of the template
8Queen
- 八皇后问题 ,已经实现了Java可视化界面,用Eclipse运行即可,有详细的代码解释-Eight queens problem, has achieved the Java visual interface, can be used to run Eclipse, contains a detailed explanation of the code
tusousuo
- 状态图实际上是一类问题的抽象表示。事实上,有许多智力问题(如梵塔问题、旅行商问题、八皇后问题、农夫过河问题等)和实际问题(如路径规划、定理证明、演绎推理、机器人行动规划等)都可以归结为在某一状态图中寻找目标或路径的问题。因此,研究状态图搜索具有普遍意义。 -State diagram is actually a class of abstract representation of the problem. In fact, there are many mental problems (s
eightQUeen
- 自编的8皇后问题的C++编写程序,含递归调用-8 queens problem C++ programming, including recursive calls
n-queens
- n-queen,s problem with php and ajax source code.
kechengsheji
- 八皇后问题 C++编程 完整的课程设计-Eight queens problem C++ programming a complete curriculum design
shiyanbaogao
- 人工智能课程的试验报告,有八皇后、五子棋。-Artificial Intelligence course test report, there were eight queens, backgammon.
queue
- n皇后问题,解决n皇后的排列问题,仅限于较小的数值情况下-n queens problem, to solve the arrangement of n queen problem, limited to a smaller value cases
lini
- 八个棋子,要求放在8x8的棋盘里,并要求任意两个都不再同一行,也不能对角线相连。-Eight queens problem
nhuanghou0-1beibao
- N皇后问题和背包问题的详细解释,PPT内容非常好。包括算法分析,时间复杂度-N Queens problem and knapsack problem explained in detail, PPT content is very good. Including the algorithm analysis, complexity, etc.
bahuanghou
- 用C语言解决的经典数学问题:八皇后问题,有残卷法解决,图形方式,C语言的高效率方式-Using C language to solve a classic mathematical problem: the eight queens problem, a method to solve Fragments, graphically, C language in an efficient manner
4
- (八皇后)八皇后问题求解,并打印在控制台上.-(Eight Queens) eight queens problem solving, and print on the console.
N-Queen
- 八皇后问题。N皇后。对角线同行同列不能放棋子-Eight queens problem
huanghou
- N皇后问题,希望能够帮到大家-N queens problem, want to be able to help everyone
3232
- 穿越沙漠及八皇后 序排序-基于基数排序算法(排序,显示排序时间,存储到文件)-Across the desert and eight queens
solutions-eight-queens-problem
- 八皇后问题要求在一个8X8的棋盘上放上8个皇后,使得每一个皇后既攻击不到另外七个皇后,也不被另外七个皇后所攻击-Eight queens problem requirements put eight queens on a 8x8 board, making a queen both attack less than seven other Queen or seven Queen' s attack
n-Queens-In-Matlab
- n-queens implementation in MATLAB
Eight-Queens
- 八皇后问题,是数据结构课程中的重要问题,运用了递归、回溯等方法-Eight Queens problem