搜索资源列表
Experimetation3
- java 实现的八皇后问题,有图形(applet) -java achieve the eight Queens, graphics (applet)
eightqueen
- 用heuristicl 方法解决八皇后问题,并拓展到任意皇后问题 java-Using heuristicl method to solve eight queens problem java and it also have been improve to any size board
Chess4
- java的八皇后算法,GUI-Eight Queens Algorithm java, GUI
QUEENS
- 实现八皇后的解决方案 附带又此方案的C++源码跟JAVA实现的报告-Implementation of the eight Queen' s solutions also attached to this program C++ source code with the JAVA implementation of the report
Queens
- JAVA 采用递归的方式实现八皇后问题 -JAVA implementation using recursive manner eight queen problem
Queens
- 程序设计语言概论实习题,分别用Scheme、C和java实现的八皇后问题,内含详细文档-Introduction to practical programming language title, respectively, with Scheme, C, and the achievement of the eight Queen java issues, including detailed documentation
bahuanghou
- 八皇后问题是:在8*8的国际象棋棋盘上,安放8个皇后,要求没有一个皇后能够“吃掉”任何一个其他的皇后,即没有两个或两个以上的皇后占据棋盘上的同一行、同一列或同一条对角线。-Eight queens problem is: 8* 8 chess board, placed eight at Queen' s, a Queen' s request was not able to " eat" any of the other Queen' s, that is,
xunliuy
- 八皇后问题是:在8*8的国际象棋棋盘上,安放8个皇后,要求没有一个皇后能够“吃掉”任何一个其他的皇后,即没有两个或两个以上的皇后占据棋盘上的同一行、同一列或同一条对角线。-Eight queens problem is: 8* 8 chess board, placed eight at Queen' s, a Queen' s request was not able to " eat" any of the other Queen' s, that is,
Java
- 一些很经典的算法!!!包括八皇后问题和背包问题,排列组合问题和数字拆分问题等.-Algorithm for some very classic! ! ! Including the eight queens problem and the knapsack problem, permutation and combination problems and digital split issues.
Queen
- 这是一个关于八皇后问题用回溯法求解的java解法!-This is the one on the eight queens problem using backtracking method for solving the java solution!
Hopfield
- 基于Hopfield网络的八皇后问题,附带原版论文和实验报告-Hopfield network based on the eight queens problem, with original papers and lab reports
Eight_Queen
- 八皇后问题 包括棋盘大小改变等功能全实现-Eight queens problem, including changing the size of features such as full-board implementation
eightqueen
- 用java实现的八皇后算法。时间复杂度较低,非递归算法。-Eight Queens using java implementation algorithm. Low complexity, non-recursive algorithm.
eight_queen
- 八皇后问题 eclipse下使用 输出数目并打印 有注解-Eight queens problem using eclipse the number of output and print a comment
Queen
- 八皇后 进一步加深编程,进一步难度为N皇后问题-Eight Queens program to further deepen and further difficulty for the N queens problem
EightQueens
- 八皇后问题的一个简单实现,带图形化界面的,用swing写的-Eight queens problem, a simple implementation, with graphical interface, written with the swing
EightQueen
- 用java的GUI技术编写的八皇后代码,其能够根据用户输入的编号来显示不同的摆法。-The GUI with java technology Eight Queens code written, the number according to user input to display different pendulum method.
eight-queens-.doc
- 一个java的代码的文档,关于八皇后的有界面的同时有比较简单的自动和手动功能-The java code eight queens interface simple automatic and manual functions
eight-queens
- 经典的八皇后问题,有92种解,这里采用的是循环嵌套,不是最好的算法,但容易看懂-Eight queens chess problem
8 queens
- 利用Javascr ipt计算八皇后问题所有的解(Solving eight queens problem by using Javascr ipt)