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

搜索资源列表

  1. NQueen

    0下载:
  2. 使用人工智能的方法和思想实现了N皇后问题。-Using artificial intelligence methods and ideas to achieve the N-Queens problem.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-04-13
    • 文件大小:2134
    • 提供者:猫小邪
  1. NQueen

    0下载:
  2. N皇后问题的快速实现 主要使用的位操作得以提速-N-Queens problem quickly realize the main use of bit operations to speed
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4815
    • 提供者:林迪
  1. nqueen

    0下载:
  2. n皇后问题的一种算法求解,,适合简单编程理解递归和数据结构-n-queens problem solving an algorithm, suitable for simple programming and data structures to understand recursive
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:13176
    • 提供者:matin
  1. NQueen

    0下载:
  2. 可以求解N皇后问题,用的也是王晓东的书上讲的方法!希望对大家有些用处!-Using this codes you can solve n-!Queens problem!
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:3370
    • 提供者:虚空·coder
  1. nqueens.tar

    0下载:
  2. N皇后问题的所有解演示,用Qt做的-N-Queens problem all solutions demonstrate, to do with Qt. . . . . . . . . . . . .
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:375440
    • 提供者:Dooit Lee
  1. N-Queen-problem

    0下载:
  2. 可以实现N皇后的问题 运用简易算法 大大降低了耗时-N-Queens problem can be achieved using simple algorithm greatly reduces the time-consuming
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:157572
    • 提供者:胡骏
  1. 2

    0下载:
  2. N皇后问题,递归实现,适合初学算法的同学,希望能对你们有所帮助-N-Queens problem, recursive, algorithm suitable for beginner students, I hope you can help
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1067
    • 提供者:禚永盛
  1. n_queen

    0下载:
  2. 关于N皇后问题,通过探讨N后问题得到一些结论性的东西-On the N-Queens problem, after problem by exploring some of the conclusions N of the things
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:213956
    • 提供者:夏跃龙
  1. NQueen

    0下载:
  2. 本程序由八皇后问题出发,为解决N皇后问题。本程序是跨平台设计,由宏UNIX选择是UNIX还是WIN 。-The procedure starting from the eight queens problem, to solve N-Queens problem. The program is cross-platform design, the choice is UNIX or UNIX macro WIN.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2647
    • 提供者:oracle
  1. GA_NQueen

    0下载:
  2. 遗传算法解决N皇后问题,并经过一些优化,得到了较好的效果-Genetic algorithm to solve N-Queens problem, and after some optimization to get good results
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1815
    • 提供者:李白
  1. NQueen_bit

    0下载:
  2. N皇后问题的一种简单解法,利用位运算来解决,当N较大时,能有效算出解法的种数。-N-Queens problem is a simple solution, the use of bit operations to solve, when N is large, it can effectively calculate the solution of the species.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:229272
    • 提供者:邹伟豪
  1. eight-queen

    0下载:
  2. 八皇后问题及n皇后问题求解,数据结构的经典算法,及课程设计的需要-eight queen problem .data sructment problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:130565
    • 提供者:张頔
  1. bahuanghou

    0下载:
  2. 利用递归方法来求解著名的八皇后问题,还可以拓展求n皇后问题-Well-known recursive method to solve the eight queens problem, you can also expand the demand n-queens problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:42399
    • 提供者:小木
  1. N-HuangHou

    0下载:
  2. 主要内容 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。-Main content of eight queens problem is an ancient and well-known probl
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:4613
    • 提供者:
  1. Three

    0下载:
  2. recall.c:回溯法求有向图是否存在回路,将结果输出到文件中。dfs.c:深度优先搜索解决N皇后问题,结果输出到文件。Client.java:一个java编写的即时通讯小程序。-recall. depth-first search. Instant message.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:5158
    • 提供者:谭继林
  1. nqueen

    0下载:
  2. N皇后问题,简单的递归算法,代码简单适合刚开始学习的同学参考-N-queens problem, a simple recursive algorithm, the code is simple for students just beginning to learn reference
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:996
    • 提供者:zby
  1. The-Questions-of-Queues

    0下载:
  2. N皇后问题,介绍N皇后问题的工作原理,以及如何利用回溯法的工作思想来解决问题。-The Question Of Queues
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:900649
    • 提供者:lwk
  1. algorithm

    0下载:
  2. 各种经典问题的求解方法,如N皇后问题回溯算法,动态计算网络最长最短路线,货郎担限界算法,网络最短路径Dijkstra算法-All kinds of classic problem solving methods, such as N queen problem back in the algorithm, the dynamic calculation longest shortest route network, HuoLangDan gauge algorithm, the network
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:23449
    • 提供者:guang
  1. NQ

    0下载:
  2. N皇后问题(位运算,C语言版) N皇后问题求解 位运算-N-Queens problem (bit computing, C-language version) N-Queens problem solving-bit computing
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1806
    • 提供者:sohingkeung
  1. mpiqueen

    0下载:
  2. 基于MPI的N皇后问题,且剔除镜像解和旋转解-Of MPI-based N-queens problem and the solution removed the mirror solution and the rotation
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:4883
    • 提供者:andy
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 21 »
搜珍网 www.dssz.com