Welcome![Sign In][Sign Up]
Location:
Search - 8queen

Search list

[Other8__queen

Description: 8queen问题的递归求解DOC图形显示,C:\\turboc2目录下。-8queen the recursive solution DOC graphics, C : \\ turboc2 directory.
Platform: | Size: 20474 | Author: | Hits:

[ADO-ODBC8Queen

Description: 八皇后问题的求解,VC++6.0编译通过,数据结构典型例题
Platform: | Size: 7282 | Author: RR | Hits:

[Other resource8queen

Description: 在一个8×8国际象棋盘上,有8个皇后,每个皇后占一格;要求皇后间不会出现相互\"攻击\"的现象,即不能有两个皇后处在同一行、同一列或同一对角线上。问共有多少种不同的方法。 本算法采用一维数组来进行处理。数组的下标i表示棋盘上的第i列,a[i]的值表示皇后在第i列所放的位置。如:a[1]=5,表示在棋盘的第一例的第五行放一个皇后。
Platform: | Size: 1424 | Author: Fayer Michael | Hits:

[Other resource8queen

Description: vb平台下用回溯法求解n皇后问题,只输出一种结果
Platform: | Size: 2422 | Author: qj | Hits:

[Other resource8queen

Description: 算法设计与分析中的8后问题,程序可实现8后问题算法逐步图形化显示。或者直接计算最后结果然后显示。
Platform: | Size: 55738 | Author: ling | Hits:

[Other resource8Queen

Description: 八皇后游戏程序。设计一个8×8的棋盘,允许用户在棋盘的格子上放置8个皇后(国际象棋中的棋子)。要求每两个皇后不能处于同一条横线,竖线和45度或135度的斜线上(即按国际象棋的规则要求任意两个皇后不能处于直接可以互相攻击的状态)。如果用户放置的棋子不符合上面要求,则程序给出错误显示,并请设计某种比较直观的方式标出可以互相攻击的两个皇后,然后要求重新放置该棋子。当8个皇后全部放在棋盘上,且任意两个皇后不能互相攻击,则显示成功的信息和所用的时间。
Platform: | Size: 39834 | Author: leo | Hits:

[Other resource8Queen

Description: 在8*8的国际象棋盘上放置八个皇后,使得这八个棋子;不能互相被对方吃掉。要求: 1、依次输出各种成功的放置方法 2、画出棋盘的图形形式,并在带上动态的演示试探过程 3、程序能方便的移植到其他规格的棋盘上
Platform: | Size: 50846 | Author: 李浩 | Hits:

[Windows Develop8queen

Description: 经典数据结构问题 八皇后问题的验证代码c
Platform: | Size: 11564 | Author: nido | Hits:

[Chess Poker games8queen

Description: 在一个8×8国际象棋盘上,有8个皇后,每个皇后占一格;要求皇后间不会出现相互"攻击"的现象,即不能有两个皇后处在同一行、同一列或同一对角线上。问共有多少种不同的方法。 本算法采用一维数组来进行处理。数组的下标i表示棋盘上的第i列,a[i]的值表示皇后在第i列所放的位置。如:a[1]=5,表示在棋盘的第一例的第五行放一个皇后。-8 × 8 in a chess set, there s eight, each accounting for a Queen s grid request will not be any mutual between Queen s attack phenomenon, that can not have two Queen s in the same line, the same row or the same diagonal. Asked the total number of different ways. This algorithm uses one-dimensional array to be processed. Array subscript i said i chessboard first out, a [i] value that s in the first place i listed by location. Such as: a [1] = 5, said the first cases in the chessboard of the fifth line of a Queen s release.
Platform: | Size: 1024 | Author: Fayer Michael | Hits:

[Data structs8queen

Description: vb平台下用回溯法求解n皇后问题,只输出一种结果-vb platform using retrospective method n Queen s problems, only a result of output
Platform: | Size: 2048 | Author: qj | Hits:

[Chess Poker games8Queen

Description: 八皇后游戏程序。设计一个8×8的棋盘,允许用户在棋盘的格子上放置8个皇后(国际象棋中的棋子)。要求每两个皇后不能处于同一条横线,竖线和45度或135度的斜线上(即按国际象棋的规则要求任意两个皇后不能处于直接可以互相攻击的状态)。如果用户放置的棋子不符合上面要求,则程序给出错误显示,并请设计某种比较直观的方式标出可以互相攻击的两个皇后,然后要求重新放置该棋子。当8个皇后全部放在棋盘上,且任意两个皇后不能互相攻击,则显示成功的信息和所用的时间。
Platform: | Size: 454656 | Author: leo | Hits:

[Mathimatics-Numerical algorithms8queen

Description: 随机生成八皇后棋盘,利用爬山法选择较优方案-Randomly generated eight Queen s chessboard, using mountain climbing method to choose better programs
Platform: | Size: 184320 | Author: ls112112 | Hits:

[Mathimatics-Numerical algorithms8Queen

Description: 用DEV C++ 写的实现查找所有八皇后可能的算法。没有用递归,全部是用for循环实现,代码很晦涩,我自己现在都看不明白了。-With DEV C++ to write the achievement of all eight of Queen' s search algorithm may be. Did not use recursion, all is for the cycle to achieve, the code is very obscure, I can not now understand.
Platform: | Size: 111616 | Author: xiamin | Hits:

[Windows Develop8queen

Description: This is a simple solution of 8queen puzzle problem. It finds all the possible solution of 8queen problem. -This is a simple solution of 8queen puzzle problem. It finds all the possible solution of 8queen problem.
Platform: | Size: 1024 | Author: Binoy | Hits:

[Data structs8QUEEN

Description: Program in C++ for 8QUEEN Problem
Platform: | Size: 1024 | Author: Ravi | Hits:

[Windows Develop8Queen

Description: 8queen problem .-8queen problem .
Platform: | Size: 16384 | Author: ss | Hits:

[Other8Queen

Description: 用递归解决八皇后问题。3种做法。面向对象和面向过程。-8queen problem solved in recursive algorithm。
Platform: | Size: 3072 | Author: yang | Hits:

[Delphi VCL8Queen

Description: 8queen for by delphi
Platform: | Size: 344064 | Author: iman | Hits:

[Other8Queen

Description: 8Queen solved with Simulated annealing algorithm
Platform: | Size: 12288 | Author: qwe | Hits:

[Other8queen

Description: a classical algorithm of 8queen
Platform: | Size: 6144 | Author: chenweicong | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net