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

Search list

[OtherQueen

Description: scheme写的一个关于求解8皇后问题的源码,同时还有C和java的-written in a scheme to solve the issue of 8 Queen' s source code, along with the C and java
Platform: | Size: 97280 | Author: cmis | Hits:

[Chess Poker gamesQueen

Description: 在一个8×8国际象棋盘上,有8个皇后,每个皇后占一格;要求皇后间不会出现相互“攻击”的现象,即不能有两个皇后处在同一行、同一列或同一对角线上。问共有多少种不同的方法-8 × 8 in a chess set, there are 8 Queen' s, Queen' s share of each cell between Queen will not be asked each other " attack" phenomenon, that is, can not have two Queens in the same line, the same row or the same diagonal. Asked how many different ways
Platform: | Size: 5120 | Author: 妄想生 | Hits:

[Algorithm8-Queen

Description: 8-Queen problem, that is one of the most famous algorithm problem.
Platform: | Size: 1024 | Author: Gabriel | Hits:

[CSharpN_Queens

Description: The N queens puzzle is the problem of putting N chess queens on an n×n chessboard such that none of them is able to capture any other using the standard chess queen s moves. The queens must be placed in such a way that no queens would be able to attack each other. Here I get n and show you the position of queens.
Platform: | Size: 1024 | Author: | Hits:

[Education soft systemusefulprogram

Description: 主要是我自己平时用的一些小程序,希望对其他人有用,包括: (1)我的朋友信息管理 (2)一个小公司的工资管理系统 (3)金卡帐目管理 (4)建立学生成绩管理系统 (5)二分法求方程根 (6)长途电话计费程序 (7)八皇后游戏-Is usually used in my own small program, I hope useful to others, including: (1) my friend, information management (2) a small company' s salary management system (3) Gold account management (4) the establishment of student performance management system (5) dichotomy root for equation (6) long-distance telephone billing procedures (7) Queen' s eight games
Platform: | Size: 69632 | Author: 王明 | Hits:

[Data structs8queen

Description: 数据结果中的很有名的8皇后问题,该程序实现了8皇后的动态演示,图形界面友好,易用,对于学习C++编程和数据结构很有帮助-Data results in the well-known 8-queens problem, the program achieved an 8-Queen' s dynamic presentations, graphical user-friendly, easy to use, for learning C++ programming and data structures useful
Platform: | Size: 461824 | Author: | Hits:

[OS programqueen

Description: 八皇后问题解法,使用递归实现,简介化输出92组解-queen question solution
Platform: | Size: 1024 | Author: 赵博 | Hits:

[Data structsqueen

Description: 八皇后问题的具体实现,用递归来寻找每个皇后的位置,有注释!-Concrete realization of the eight queens problem, using recursion to find the location of each of the Queen, there are comments!
Platform: | Size: 1024 | Author: CSlaf | Hits:

[matlabn_queen

Description: N-Queen implementation in Matlab
Platform: | Size: 4096 | Author: bahman | Hits:

[Windows Developqueen

Description: 八皇后问题。可以解决很多问题,数据结构,必备文件-Queen
Platform: | Size: 466944 | Author: xu hao | Hits:

[Data structsqueen

Description: 用回溯法解决8皇后问题,用的是vc递归。一个92种解法,希望对大家有用。
Platform: | Size: 2048 | Author: | Hits:

[Mathimatics-Numerical algorithmsqueen

Description: 实现八皇后再棋盘上安全的摆放,每一个QUEEN不能和前面所摆的再一个行或列或对角线-complete the question how to place the queen on the chess safely
Platform: | Size: 633856 | Author: OUR | Hits:

[Data structsqueen

Description: n个皇后问题 在 n 行 n 列的国际象棋棋盘上,最多可布n个皇后。若两个皇后位于同一行、同一列、同一对角线上,则称为它们为互相攻击。 n皇后问题是指找到这 n 个皇后的互不攻击的布局。-n-Queens problem in n rows n columns of the chess board, up to n-Queens cloth. If the two Queens in the same row, same column, the same diagonal, then called them to attack each other. n queens problem is to find the n-queen not attack the layout of each other.
Platform: | Size: 2048 | Author: | Hits:

[OtherQueen

Description: n*n的棋盘上放置彼此不受攻击的n个皇后,按国际象棋规则可知:皇后可以攻击同行同列同斜线的棋子-n* n chessboard placed on each other from attack of the n-Queens, according to chess rules we can see: Queen can attack the peer-pawn with the column with a slash
Platform: | Size: 1024 | Author: jdx | Hits:

[Data structsqueen

Description: 八皇后问题串行算法,可递推n皇后问题 C代码-eight queen question code
Platform: | Size: 3072 | Author: lbo | Hits:

[Data structsqueen

Description: 对N皇后问题进行优化,可以在较短时间内计算出皇后排列方法的个数-Optimized for N queens problem, you can calculate the Queen in a relatively short period of time means the number of ordered
Platform: | Size: 1024 | Author: ding | Hits:

[Otherqueen

Description: 这个是VB的代码,用来解决八皇后问题。关于八皇后问题得解决,网上有很多的C的代码。把老东西挖出来把自己的门面充大点,这就是我的本意。总体来说八皇后问题是用来考查编程者对C语言的递归理解与运用的,我是受到蛊惑才费尽心血写出来的,当然我没用VB的递归来解决问题,一是用VB这样编效率太低,二是在我写这些代码的时候,我还根本不能熟练运用递归的方法。我要告诉每一位同学,你如果自己用VB写出八皇后,江苏的二级电脑考试上机你就没问题了。-code for queen
Platform: | Size: 8192 | Author: iwqwer | Hits:

[Windows Develop8-queen

Description: 通过遗传算法实现八皇后的求解问题,用MFC实现可视化操作,界面很漂亮,算法是改良的遗传算法-Through the genetic algorithm for solving the eight queens problem
Platform: | Size: 1906688 | Author: Bill Gates | Hits:

[Game ProgramNqueens

Description: N queen problem in c++ coding
Platform: | Size: 8192 | Author: reka | Hits:

[CSharpHill_Climbing_Searching

Description: solving 8-Queen problem by using hill climbing.
Platform: | Size: 25600 | Author: shahin | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

CodeBus www.codebus.net