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

搜索资源列表

  1. queenn(N皇后问题)

    0下载:
  2. 在一个N×N的国际象棋棋盘中摆N个皇后,使这N个皇后不能互相被对方吃掉。-in an N N chess board wavers N Queen so that the N-Queens that can be eaten by the other side.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:23239
    • 提供者:李秉肇
  1. N皇后问题

    0下载:
  2. 在一个N×N的国际象棋棋盘中摆N个皇后,使这N个皇后不能互相被对方吃掉。-Put on N queens in a N multiply N chessboard,preventing each queen to be knocked over
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:23073
    • 提供者:罗敏秀
  1. N_Queens

    0下载:
  2. 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
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:1459
    • 提供者:
  1. n_queen_problem

    0下载:
  2. 在VC6.0环境下实现的n皇后问题,供需要的朋友参考-In the VC6.0 environment to achieve n-queens problem, for a friend in need for reference
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4896
    • 提供者:张英霞
  1. nwanghou

    0下载:
  2. 算法分析,N皇后问题,这是上交的作业,准确无误!-Algorithm analysis, N queens problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:370082
    • 提供者:刘子龙
  1. queens.c.tar

    0下载:
  2. linux平台下利用curse库N 皇后问题解决方案-The famous N-Queens Solver
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:1285
    • 提供者:风语者
  1. nqueens-recursion-backtracking-n^n

    0下载:
  2. n皇后问题的递归回溯实现, 状态数:n^n-n queens problem of recursive backtracking implementation, the number of states: n ^ n
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:221621
    • 提供者:jory
  1. N-Queens

    0下载:
  2. 软件架构的N皇后问题,这个算法效率比较高-Software architecture of the N queens problem, this algorithm is more efficient
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1222360
    • 提供者:杜佳佳
  1. N-Queen

    1下载:
  2. N皇后问题的演示程序,清晰的图形界面显示-N Queens problem demo, clear graphical display
  3. 所属分类:界面编程

    • 发布日期:2012-11-20
    • 文件大小:21303
    • 提供者:tony
  1. n

    0下载:
  2. 解决放置n个皇后的问题,相互之间不能攻击-Solve the problem of placing n queens, can not attack each other
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1364
    • 提供者:叶鹏
  1. n-queen

    0下载:
  2. 实现著名的n皇后问题,vs2008开发环境-Realization of the famous n queens problem, VS2008 development environment
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:511291
    • 提供者:
  1. N-queen

    0下载:
  2. 求解n皇后问题。给定一个N×N的棋盘,在棋盘上放置N个皇后,使得N个皇后两两之间互不攻击。任何两个处于同一列,同一行,同一对角线上的皇后都会互相攻击。 -Solve the n queens problem. To set a NN board, place N queens on a chessboard, making the N-queens do not attack each other between every two. Any two in the same column,
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:1018
    • 提供者:liao
  1. Eight-Queens-code

    0下载:
  2. 介绍了用回溯的方法解决八皇后问题。通过改变参数,还能扩展解决N皇后问题-Back method to solve the eight queens problem. By changing the parameters, but also extended to solve the N queens problem
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:187525
    • 提供者:张琦
  1. n-kings

    0下载:
  2. 写了一个非常常见的n皇后问题,输入输出均用文本文件显示。源码!-Wrote a very common n-queens problem, the input and output text file. Source!
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:588738
    • 提供者:huang ketao
  1. Erlang-N-queen

    0下载:
  2. 基于Erlang语言平台解决N皇后问题,通过对原有基于Erlang的N皇后问题算法进行分析,提出了一种新的改进算法。该算法利用位运算操作,并且在每一行只搜索可以放置皇后的位置。通过理论分析与实验验证,证明该算法能明显提升N皇后问题算法效率。-Solve the N-queens problem, based on the Erlang language platform through the original N-queens problem algorithm based on Erlang
  3. 所属分类:Other systems

    • 发布日期:2017-11-04
    • 文件大小:233645
    • 提供者:陈嘉鑫
  1. n-huang-hou-wenti

    0下载:
  2. 在C语言环境下编写的N皇后问题,采用的是回溯法实现的-N-queens problem written in C language environment, backtracking implemented
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:690
    • 提供者:bai hd
  1. N-queen

    0下载:
  2. 简单的N皇后算法,基于vc2008实现,基于回退法-The simple N Queens algorithm, based vc2008
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:680321
    • 提供者:way
  1. N-queen

    0下载:
  2. n皇后问题回溯法经典问题 主要用回溯法剖析n皇后问题-n queens problem back method Classic
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-24
    • 文件大小:262245
    • 提供者:MusiQ
  1. N-queens-problem

    0下载:
  2. N皇后问题,可以输入N的值,并输出每一种N的情况和步骤。-N queens problem, you can enter the value of N, and N outputs each situation and steps.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:98357
    • 提供者:李元月
  1. n皇后问题

    0下载:
  2. 递归回溯法求解并输出输出n皇后问题所有解法(n的取值不限)(Output all solutions to the N queens problem)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:5445632
    • 提供者:gxk
« 12 3 4 5 6 »
搜珍网 www.dssz.com