搜索资源列表
8queen2.zip
- 国际象棋中8皇后问题算法
八皇后之堆栈算法
- 可以过来看看有关8皇后的相关算法.这是本人初学数据结构运用堆栈编写的小程序-can come look at the Statue of eight correlation algorithm. This is my beginner stack data structure prepared by the use of small programs
Estimate
- 理解并掌握分析回溯算法效率的方法。 使用Estimate算法就8皇后问题给出效率估算 -understanding and mastery of backtracking algorithm efficiency analysis method. Use Estimate on 8 Queen's algorithm is efficient estimation problem
8queensProblem
- 搜索8皇后问题的第一个解。使用了两种方法:1.普通的回朔法搜索。 2.修改后的搜索(先搜索most contrainted变量的方法) 使用vc++.net 2003开发 -search of a solution. The use of two methods : 1. General Re search Schomburg law. 2. After the revised search (first search contrainted most variable method)
seek8queen
- 这是一个用TC做的遍历8皇后的算法程序,简洁高效,是我做课程设计的作业。-This is a TC to do with the Queen's traversal algorithm eight procedures, simple and efficient, I do curriculum design work.
2312355seek8queen
- 这是一个用TC做的遍历8皇后的算法程序,简洁高效,是我做课程设计的作业。-This is a TC to do with the Queen's traversal algorithm eight procedures, simple and efficient, I do curriculum design work.
queensLV
- 拉斯维加斯随机算法+回溯算法实现国际象棋中的8皇后问题.-Las Vegas randomized algorithm backtracking algorithm International Chess Queen of eight issues.
8-queens
- 数据结构算法:回溯法编程寻找八皇后问题的所有解,使用语言C/C-algorithm data structure : backtracking programming for the Queen's eight all solutions, the use of language C / C
hu_8queen_scr
- 以VC6写的用遗传算法解决8皇后(8queens)问题,包括遗传算法介绍和代码的使用方法说明word文档-to write using genetic algorithms to solve the Queen (8queens). including genetic algorithms and code on the use of the methodology word document
8皇后动态图形
- 清华大学版的数据结构书实验编的解决8皇后问题的原程序,还是动态的显示。-version of the experimental data structure book series to solve the problems of the original Queen's procedures, or dynamic display.
8皇后算法111
- 皇后算法111 很经典的 内含两种 希望大家喜欢-111 Queen's algorithm includes the classic two hope you like
8QueenPShow
- 8皇后问题及深/宽度优先的讲解及 8皇后问题.exe的演示程序-8Queen Problem Slide Presentation and Execution Show
eightQueens
- 8皇后问题的解决方案,挺详细的,提供参考-the question about eight queens
Las_vigas
- 用拉斯维加斯算法求解8皇后问题的小程序,有说明。-Las Vegas algorithm with the 8 Queens problem to a little program, has made it clear.
8-Queen
- C++8皇后源代码 MFC非常好用的程序哦-C++8 Queen MFC source code is very easy to use program oh
8-Queen
- 这是一个关于8皇后的源代码,是用C语言开发,会输出92中结果。-This is a 8 Queen' s source code is written in C language development, will result in the output 92.
8
- 8皇后的C#实现,可以自定义输入皇后数,并智能显示出皇后的N中方案。-N-Queens of the C# implementation, you can customize the number of input Queen, and the N-smart show in Queen s program.-8 Queen' s C# implementation, you can customize the number of input Queen, and the N-smart
8Q
- vs2015下c语言写的遗传算法解决8皇后问题。(Solving 8 queens problem with EA algorithm in c;)
回溯算法解决8皇后问题
- 利用回溯算法计算8皇后问题,计算出最终方案(A backtracking algorithm is used to calculate the 8 Queens, and the final scheme is calculated.)
八皇后问题
- 八皇后问题分析,这次实验是用蛮力法找出八皇后位置。第一个实验8*8矩阵,经过测试所用时间过大.。(Eight queens question)