搜索资源列表
Nqueens
- N皇后问题,N由自己输入的值来确定,然后输出所有皇后摆放的方法-N queens problem, N by their own input values to determine, and then display the output all the way to Queen' s
n-queens
- n-queen,s problem with php and ajax source code.
OUT
- this a simple solution of n queen problem of AI-this is a simple solution of n queen problem of AI
queue
- n皇后问题,解决n皇后的排列问题,仅限于较小的数值情况下-n queens problem, to solve the arrangement of n queen problem, limited to a smaller value cases
C-Program-examples
- 河内塔 费式数列 巴斯卡三角形 三色棋 老鼠走迷官(一) 老鼠走迷官(二) 骑士走棋盘 八个皇后 八枚银币 生命游戏 字串核对 双色、三色河内塔 背包问题(Knapsack Problem) 数、运算 蒙地卡罗法求 PI Eratosthenes筛选求质数 超长整数运算(大数运算) 长 PI 最大公因数、最小公倍数、因式分解 完美数 阿姆斯壮数 最大访客数 中序式转
N-Queen
- 八皇后问题。N皇后。对角线同行同列不能放棋子-Eight queens problem
1
- 八皇后问题是求出在一个n×n的棋盘上,放置n个不能互相捕捉的国际象棋“皇后”的所有布局(皇后可以沿着纵横和两条斜线4个方向相互捕捉)的问题。是一种比较常见的练习C语言递归或者栈使用的程序问题。-Eight queens problem is to find an nn chessboard, place of n are not mutually capture chess " queen" of all the layout (Queens and two along the
compiler-directives-
- 多核处理器平台上使用OpenMP编译指令优化n皇后算法-N using OpenMP compiler directives to optimize algorithms on multicore processor platforms Queen
NQueens
- Implement N Queen’s problem using Back Tracking.
n-queen
- n后问题,残缺的棋盘,迭代算法,算法分析与设计-n queen
n-queen-problem
- n queen problem source code in working