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

搜索资源列表

  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个皇后两两之间互不攻击。任何两个处于同一列,同一行,同一对角线上的皇后都会互相攻击。 -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. N-Queen-pashanfa-huisufa

    0下载:
  2. N皇后问题回溯法爬山算法的实现及性能分析-N Queen
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-09
    • 文件大小:120212
    • 提供者:Bernie
  1. N-queens-problem

    0下载:
  2. 利用c语言实现的高效N皇后问题,并输出计算时间。-Use c language to achieve efficient N queens problem, and outputs the computation time
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:560
    • 提供者:sj
  1. N-QWEENS

    0下载:
  2. 经典的N皇后问题,运用递归方法求解,具有一定参考价值-Classic N queens problem, using a recursive method for solving a certain reference value
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-15
    • 文件大小:4034503
    • 提供者:李桐宇
  1. n

    0下载:
  2. n皇后问题源代码,对N皇后的问题进行了详细的代码-n queen
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:1084
    • 提供者:李腾
  1. n-queen

    0下载:
  2. n皇后问题的最简单解法,弄够帮助到大家。-n queens problem the easiest solution, get enough help to you.
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1726693
    • 提供者:张凡荣
  1. N-queens-problem

    0下载:
  2. 八皇后问题是一个古老而著名的问题,是回溯算法的经典问题。该问题是十九世纪著名的数学家高斯在1850年提出的:在8*8的国际象棋棋盘上,安放8个皇后,要求没有一个皇后能够“吃掉”任何其它一个皇后,即任意两个皇后不能处于同一行,同一列或者同一条对角线上,求解有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法得到结论,有92中摆法。 本实验拓展了N皇后问题,即皇后个数由用户输入。 -Eight queens problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:636
    • 提供者:林斌
  1. N-Queue_DFS

    0下载:
  2. BFS法求解N皇后问题,输出全部解决方案。-BFS method for solving N queens problem and output all solutions.
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:32488
    • 提供者:
« 1 2 3 45 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com