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

搜索资源列表

  1. N-Queen

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

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

    0下载:
  2. 用c++语言提供了N皇后问题的算法描述,大家可以参考。-C++ language with the N-queens algorithm descr iption, we can reference.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1899
    • 提供者:caicai
  1. N-Queens

    0下载:
  2. pascal语言使用迭代法求解N皇后问题的源码-pascal language use iteration method to solve N-Queens problem code
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:181866
    • 提供者:李毅
  1. N-Queens10000Artificial

    0下载:
  2. 主要利用人工智能的方法实现10000个N皇后问题-The main use of artificial intelligence methods to achieve 10 000 N Queens
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:239879
    • 提供者:zhengbo
  1. N-Queens-Algorithm

    0下载:
  2. N皇后问题算法,N皇后问题是关于国际象棋的一个著名问题,本算法给出了其中一种解法-N Queens Algorithm
  3. 所属分类:Data structs

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

    0下载:
  2. 解决N皇后问题,里面有不同方法的分析,还有上限,我记得是100个-Sovle the "n queen" problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:4500
    • 提供者:刘梓祥
  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-Queens-problem

    0下载:
  2. N皇后问题回溯算法,算法质量高,参加ACM的同学,喜欢C算法的同学可以研究一下-N-Queens problem backtracking algorithm, the algorithm of high quality, to participate in the ACM students, students like C algorithm can be studied
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1126
    • 提供者:杨龙飞
  1. N-queen-problem

    0下载:
  2. N皇后问题,解决N皇后问题,详细的C代码-N-Queens problem, solve the N queens problem, the details of the C code
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:804
    • 提供者:天涯
  1. n-queen

    0下载:
  2. 解决n皇后问题 利用回溯算法 n后问题等于在n×n格的棋盘上放置n个皇后,任何2个皇后不放在同一行或同一列或同一斜线上。即规定每一列放一个皇后,不会造成列上的冲突;当第i行被某个皇后占领后,则同一行上的所有空格都不能再放皇后,要把以i为下标的标记置为被占领状态。用回溯法解n后问题,用完全n叉树表示解空间。可行性约束Place剪去不满足行,列和斜线约束的子树。从根节点出发搜索解空间树。算法搜索至空间树的任何一结点时,先判断该点是否包含问题的解。如果肯定不包含,则跳过对以该结点为根的子树的搜索,
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:869
    • 提供者:yuts
  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. 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-Q-proclem

    0下载:
  2. N皇后问题,C++程序编写,N的大小可以自行设定-N Q problem ,C++ programme。
  3. 所属分类:Other systems

    • 发布日期:2017-12-07
    • 文件大小:5573
    • 提供者:王平
  1. n-queen

    0下载:
  2. N皇后问题、图着色问题、矩阵连乘问题代码实现-N-queens problem, graph coloring problems, matrix multiplicative code implementation
  3. 所属分类:Data structs

    • 发布日期:2017-12-09
    • 文件大小:7506
    • 提供者:王燕燕
  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皇后问题回溯法经典问题 主要用回溯法剖析n皇后问题-n queens problem back method Classic
  3. 所属分类:Windows Develop

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

    0下载:
  2. N皇后问题,本程序采用二维数组处理N皇后问题,可由用户在运行过程中决定棋盘规格及皇后数目。-N queens problem, the program uses a two-dimensional array processing N-queens problem, decide the number of board specifications and Queen by the user during operation.
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:1535
    • 提供者:周磊
  1. N-queens

    0下载:
  2. N皇后问题的所有解输出,代码简单易懂,且短小快速-N-queens problem all solutions of output, the code is easy to understand, and the short and fast
  3. 所属分类:Data structs

    • 发布日期:2017-11-10
    • 文件大小:575
    • 提供者:郭涛
  1. TabuSearch-for-N-Queen-Problem

    1下载:
  2. Tabu Search解N皇后问题 禁忌搜索算法求解N皇后问题-Tabu Search solution of the N-Queens problem tabu search algorithm for solving the N-queens problem
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-06
    • 文件大小:206518
    • 提供者:lwl
« 1 2 3 45 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com