搜索资源列表
EightQueen.java
- 运用递归算法实现了八皇后问题,基本思路借鉴于四皇后的实现。
eightqueen
- 用heuristicl 方法解决八皇后问题,并拓展到任意皇后问题 java-Using heuristicl method to solve eight queens problem java and it also have been improve to any size board
EightQueen
- 利用java语言简单实现了八皇后问题,欢迎感兴趣的朋友下载测试-Language easy to use java' s implementation of the eight questions, please download the test of interest to Friend
eightqueen
- 八皇后问题图形界面实现,模拟了多种解法,效果极佳-8 Queen' s problem of the realization of a graphical interface to simulate a wide range of solution, excellent results
eightqueen
- 用java实现的八皇后算法。时间复杂度较低,非递归算法。-Eight Queens using java implementation algorithm. Low complexity, non-recursive algorithm.
EightQueen
- 用java的GUI技术编写的八皇后代码,其能够根据用户输入的编号来显示不同的摆法。-The GUI with java technology Eight Queens code written, the number according to user input to display different pendulum method.
EightQueen
- 八皇后算法实现,基于JAVA递归算法实现八皇后-Eight Queens algorithm JAVA-based recursive algorithm to achieve the eight queens
EightQueen
- 八皇后问题的单一解法以及所有解法的输出,看注释即可明白;-Eight queens problem solution as well as all of the solution of a single output, see the notes to understand
EightQueen
- 八皇后问题 :面向对象面向对象程序设计 叶乃文编 书上例题-Eight Queens Object-oriented object-oriented programming Milk yeh sample books
