搜索资源列表
eightqueen.zip
- 自己写的一个8皇后程序,能给出所有的可行解
eightqueen
- 四皇后问题 在4×4的方格上,摆放四个皇后,其中任两个皇后均不能在同一直线或对角线上,问有多少种摆法
EightQueen
- 8皇后国际象棋问题练习,实现基本算法,帮助数据结构课程入门
EightQueen
- 人工智能中八皇后问题的算法演示,通过二叉排序数对所有可能的路径进行排序,广度遍历
eightqueen
- 八皇后的A*算法 利用矩阵的行列变换,将待扩展的结点放入closedlist中,而后移出该表首个结点进行扩展(同时放如openlist中),并将其子节点放入closelist中
EightQueen.java
- 运用递归算法实现了八皇后问题,基本思路借鉴于四皇后的实现。
eightqueen
- 该程序主要实现了用链表的方法来处理曾经认为很难的八皇后问题,使人人看了一目了然。
EightQueen
- Dos下图形界面的八皇后小游戏。 本程序在TC++3.0下编译调试通过!采用了Borland公司提供的图形库Graphics. 为了能使本程序脱离c/c++环境独立运行,我将图形驱动 EGAVGA.BGI以及字库TRIP.CHR和SANS.CHR均转换为相应的.obj文件,然后链接到可执行文件EIGHTQUEEN.EXE中!-Dos under a graphical interface Queen's small eight games. The procedures under th
eightqueen
- 用heuristicl 方法解决八皇后问题,并拓展到任意皇后问题 java-Using heuristicl method to solve eight queens problem java and it also have been improve to any size board
eightqueen
- 八皇后问题 【问题描述】 在一个8×8的国际象棋棋盘上放置8个皇后,要求每个皇后两两之间不“冲突”,即没有一个皇后能“吃掉”任何其他一个皇后,简单的说就是没有任何两个皇后占据棋盘上的同一行或同一列或同一对角线,即在每一横列、竖列、斜列都只有一个皇后。-Descr iption of the problem eight queens problem 【】 In an 8 × 8 chess board to place eight queens, requires that each
eightqueen
- 自己写的一个8皇后程序,能给出所有的可行解-Wrote it myself an 8-Queen s procedures, can give all the feasible solution
EightQueen
- 八皇后的VC图形演示,本程序基于对话框,可以设置不同的条件进行程序的运行!-Eight of the VC
eightqueen
- 八皇后问题四种解法,回溯为主, 更有一个一句语句实现八皇后问题的程序,绝-8 Queen
EightQueen
- 一个很好的vb图形开发界面,大家可以参考这个jiemian开发出很精美的图形界面-Vb a good graphical development interface, you can refer to this jiemian developed very elegant graphical interface
eightqueen
- 这是用类的方法解决八皇后问题,希望对大家有帮助-This is the type of method used to solve the issue of the eight Queen s, I hope all of you help
EightQueen
- 8皇后演示程序,可以动态修改皇后个数,以及单步、连续显示等。-8 Queen s demo program, you can dynamically modify the number of Queen s, as well as single-step, continuous display.
EightQueen
- 八皇后的排序源代码,是个著名的学习代码,递归应用的精髓 -eight queen
eightqueen
- eightqueen eightqueen eightqueen
EightQueen
- C#八皇后问题解决方案,八皇后问题C#控制台程序-EightQueen Solve Solution by C#
eightqueen
- eightqueen e ightqueen-eightqueen eightqueen eightqueen
