CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - n queens

搜索资源列表

  1. nqueen

    0下载:
  2. 有关一个N皇后的问题。用户只要改变开始宏定义是的 QUEENS的值就可以验证 皇后的具体分布情况;如 8 皇后 则会输出具体的92中放置方法;
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8518
    • 提供者:浩然
  1. 8Queens

    0下载:
  2. 经典的8皇后问题,1970年与1971年,E.W.Dijkstra与N.Wirth曾经用这个问题来讲解程序设计之技巧。-The classic 8-queens problem, in 1970 and 1971, EWDijkstra and N. Wirth has been using this issue to explain the program design skills.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:158495
    • 提供者:harry
  1. 8queens-problem

    0下载:
  2. 八皇后问题并行算法及源代码(附N皇后) 八皇后问题并行算法及源代码(附N皇后)-Eight queens problem parallel algorithm and source code (with N Queen) Eight queens problem parallel algorithm and source code (with N Queen)
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:299817
    • 提供者:赵子番
  1. hetmany

    0下载:
  2. rotation, queens on the chess. size n x n algorytm: Las Vegas
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-15
    • 文件大小:6769
    • 提供者:dudek
  1. nIssue

    0下载:
  2. n后问题,也适合八皇后问题,环境Vc6.0-n After the issue, is also suitable for the eight queens problem
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:9447
    • 提供者:cocker
  1. nqueens

    0下载:
  2. 分支限界法解决皇后问题,在nxn棋盘上放n个棋子,要求两个棋子不能放在同一列上-Queens branch and bound method to solve the problem, put the board in the nxn n-piece, two pieces can not be requested on the same column
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1183840
    • 提供者:王浩文
  1. bahuanghouwenti

    0下载:
  2. 描述: 输出8皇后问题所有结果。 输入: 没有输入。 输出: 每个结果第一行是No n:的形式,n表示输出的是第几个结果;下面8行,每行8个字符,‘A’表示皇后,‘.’表示空格。不同的结果中,先输出第一个皇后位置靠前的结果;第一个皇后位置相同,先输出第二个皇后位置靠前的结果;依次类推。 输入样例: 输出样例: 输出的前几行: No 1: A....... ....A... ..
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1301
    • 提供者:yagedao
  1. C

    1下载:
  2. line.c-某软件公司大约有30名员工,每名员工有姓名、工号、职务等属性,每年都有员工离职和入职。 把所有员工按照顺序存储结构建立一个线性表,建立离职和入职函数,当有员工离职或入职时,修改线性表,并且打印最新的员工名单。 Compute.cpp--约瑟夫(Josephus)环问题 8Queens.cpp--8皇后问题 4Colors.cpp--4色问题 4Fib.cpp--f0=f1=f2=0, f3=1,…,fi=fi-1+fi-2+fi-3+fi-4, 利用容量为k
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:3910
    • 提供者:huchenzhi
  1. queue

    0下载:
  2. 皇后问题 在n×n格的国际象棋上摆放n个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-N × n queen problem in grid placing n chess queens on, so that it can not attack each other, that any two Queens can not in the same row, same column or on the same diagonal, asked
  3. 所属分类:Game Program

    • 发布日期:2017-04-03
    • 文件大小:361982
    • 提供者:moxieyaran
  1. queenbranch

    0下载:
  2. 皇后问题的回溯算法实现。利用递归回溯算法框架实现N皇后安排算法。-Queens backtracking algorithm. Algorithm framework using recursive backtracking algorithm to achieve N Queen arrangements.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:205385
    • 提供者:黄诚
  1. queue

    0下载:
  2. 皇后问题,N*N的棋盘中在每行放入一枚皇后,保证皇后之间不能再直线和对角线上。-Queens problem, N* N board in each line into a Queen, to ensure the Queen s between can no longer straight and diagonal.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:20891
    • 提供者:gaolei
  1. 8_queen

    0下载:
  2. 8皇后问题的解决算法,VC++实现,输入N皇后,输出算法迭代次数-8 queens problem solution algorithm, the VC++ to achieve N Queen, the output of algorithm iterations
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1745
    • 提供者:Joy
  1. queen

    0下载:
  2. 输出8皇后问题所有结果。每个结果第一行是No n:的形式,n表示输出的是第几个结果;下面8行,每行8个字符,‘A’表示皇后,‘.’表示空格。不同的结果中,先输出第一个皇后位置靠前的结果;第一个皇后位置相同,先输出第二个皇后位置靠前的结果;依次类推。 -Output all the results of the 8-queens problem. The first line of each result in the form of a No n: n output is several r
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-28
    • 文件大小:4300
    • 提供者:王康
  1. 1

    0下载:
  2. 八皇后问题是求出在一个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
  3. 所属分类:File Formats

    • 发布日期:2017-11-30
    • 文件大小:167112
    • 提供者:
  1. C-language-program-integrated-design

    0下载:
  2. C语言程序综合设计,四道题目。一,指针构造链表,升序降序排列。二,高精度N! 三,八皇后问题。四,解N元一次方程组-C language program integrated design, four questions. A pointer structure linked list in ascending descending order. Second, high-precision N! Three, eight queens problem. Fourth, the solution
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:260322
    • 提供者:yangfan
  1. eightqueens

    0下载:
  2. 通过遍历所有可能打印出八皇后问题的所有解的情况,通过改变n的值可以得到广义八皇后问题的解-By traversing all possible print out of all the eight queens problem solution by changing the value of n can be generalized eight queens problem solution
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1674855
    • 提供者:程子航
  1. hetmany

    0下载:
  2. rotation, queens on the chess. size n x n algorytm: Las Vegas
  3. 所属分类:Game Program

    • 发布日期:2017-04-15
    • 文件大小:6822
    • 提供者:typeso
  1. madziuk1995

    0下载:
  2. Solving the N-Queens problem with a binary Hopfield-type network
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:1856512
    • 提供者:soni
  1. Nqueen

    0下载:
  2. 在8*8的国际象棋棋盘上,安放8个皇后,要求没有一个皇后能够“吃掉”任何其它一个皇后,即任意两个皇后不能处于同一行,同一列或者同一条对角线上,求解有多少种摆法。 本实验拓展了N皇后问题,即皇后个数由用户输入(On the chess board of 8*8, 8 queens are placed, requiring that no queen can eat any other queen, that is, any two Queens can not be in the same r
  3. 所属分类:Windows编程

    • 发布日期:2018-01-10
    • 文件大小:15360
    • 提供者:babou
  1. N huanghou

    0下载:
  2. 国际象棋中皇后可以在横、竖、斜线上不限步数地吃掉其他棋子。如何将N个皇后放在一个国际象棋的棋盘上(有8 * 8个方格),使它们谁也不能被吃掉!这就是著名的八皇后问题。我们现在扩展一下,对于某个满足要求的N皇后的摆放方法,定义一个皇后序列与之对应,即{(x1,y1),(x2,y2)…(xN,yN)},其中(xi∈[1,N],yi∈[1,N],N∈[4,16]),其中(xi,yi)为相应摆法中第i个皇后所处的坐标(行数和列数)。那么需要针对这个序列进行检测,检测序列给定的皇后们是否存在可以相互吃掉的
  3. 所属分类:游戏

    • 发布日期:2018-05-07
    • 文件大小:5120
    • 提供者:youxiaoyu
« 1 2 ... 12 13 14 15 16 1718 »
搜珍网 www.dssz.com