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

搜索资源列表

  1. NQueen

    0下载:
  2. 简单的N皇后问题,能实现,可以正常运行-Simple N-queens problem, to achieve normal operation
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:16513
    • 提供者:liujun
  1. queen

    0下载:
  2. 基于回溯法的n皇后问题,使用的软件是visual c++6.0,还有详细的中文注释。-Backtracking based on the n-queens problem, the use of software the visual c++6.0, there are detailed notes in Chinese.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:227198
    • 提供者:李莹莹
  1. Nqueen

    0下载:
  2. 经典的N皇后问题,用VC编程实现N个皇后不想冲突的模式,并将各种模式打印出来-Classic N-queens problem, the N queens do not want conflict mode, and print out various modes VC programming
  3. 所属分类:Console

    • 发布日期:2017-11-08
    • 文件大小:2740838
    • 提供者:尤行刚
  1. final_project

    0下载:
  2. This is a solver for the N-Queens problem.
  3. 所属分类:Compiler program

    • 发布日期:2017-12-05
    • 文件大小:1453
    • 提供者:hellsm0th89
  1. NQueens

    0下载:
  2. résolution de probleme de n queens
  3. 所属分类:Editor

    • 发布日期:2017-11-15
    • 文件大小:17291
    • 提供者:maya
  1. nqueens_v1

    0下载:
  2. N queens problem solved by algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-12-05
    • 文件大小:840
    • 提供者:gimme11
  1. Queen

    0下载:
  2. 算法分析与设计 用回溯法实现n皇后问题(java源码)-Algorithm Analysis and Design N-queens Problem Using Backtracking
  3. 所属分类:Java Develop

    • 发布日期:2017-12-01
    • 文件大小:715
    • 提供者:jing
  1. queen

    0下载:
  2. 对八皇后问题的递归算法的实现及其扩展成n皇后问题-Eight queens problem recursive algorithm to achieve its expansion into the n-queens problem
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:649
    • 提供者:o_o
  1. nQueen

    0下载:
  2. 计算机算法设计与分析。解决N皇后问题C#实现-Solution of N-queens problem implemented by C#
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:432023
    • 提供者:wizard
  1. Nqueen

    0下载:
  2. 给出了用三种方法实现的N皇后,包括循环、递归、位运算等,方便初学者进行研究学习。-Three ways to achieve the N-Queens, including loops, recursion, bit operation, easy for beginners to study learning.
  3. 所属分类:Data structs

    • 发布日期:2017-11-19
    • 文件大小:241766
    • 提供者:子木
  1. NQ

    0下载:
  2. 该文件为使用C语言编写的N皇后问题的源代码!-N-queens problem using the C language source code!
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-21
    • 文件大小:281312
    • 提供者:chenj
  1. ex

    0下载:
  2. C++编写的各种示例程序有N皇后,旋转方阵,字符串等等,刚学C++的可以参考-The the various sample program written in C++ N-Queens, rotation matrix, string, just learning C++ can reference
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:16750
    • 提供者:Jason
  1. CSP

    0下载:
  2. 使用最小冲突法实现的N皇后问题,其中,通过构造的方法产生初始解,因此,千万级别的皇后只需要4s左右-Minimum conflict of laws to achieve the N-queens problem, which constructed the initial solution, therefore, thousands of levels Queen 4s
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-07
    • 文件大小:568986
    • 提供者:
  1. Nhuanghou

    0下载:
  2. 这是一个经典8皇后问题的拓展,将其推广到N皇后,病输出所有结果。-This is a classic 8 queens problem expansion will be extended to the N-Queens disease output results.
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:1209
    • 提供者:鼠标
  1. n_queen_QS4

    0下载:
  2. 利用QS4算法解决N皇后问题,解决300万的皇后所需时间在5s左右,特别快-Use QS4 algorithm to solve the N-queens problem, solve 3000000 Queen the time required for about 5s, particularly fast
  3. 所属分类:Console

    • 发布日期:2017-11-05
    • 文件大小:11852371
    • 提供者:张琨
  1. N_queen_QS2

    0下载:
  2. 利用QS2算法解决N皇后问题,解决50万的皇后所需时间在5s左右,特别快-QS2 algorithm to solve the N-queens problem, solve 500000 Queen the time required for about 5s, particularly fast
  3. 所属分类:Console

    • 发布日期:2017-11-29
    • 文件大小:11937088
    • 提供者:张琨
  1. nprince

    0下载:
  2. 解决了n皇后问题,代码比较短,运用了迭代-Solve the n-queens problem, the code is relatively short, the use of iterative
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-05
    • 文件大小:268498
    • 提供者:王超
  1. 8queens

    0下载:
  2. Eight Queens Problem : Here are my solutions to the N-Queens / 8 queens Problem . Regarding the display of solutions : The solutions appear in the following format :: Example : SOLN 1 : (1,1) (2,5) (3,8) -Eight Queens Problem : Here are my so
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:1450
    • 提供者:adelina
  1. code

    0下载:
  2. 使用回溯法解决的典型问题的算法:骑士巡游问题,n皇后问题,0-1背包问题。 使用递归与分治策略解决的几个问题的算法:Hanoi塔问题和二分搜索技术。-Use backtracking to solve the typical problems of algorithms: knight tour problem, n queens problem 0-1 knapsack problem. Use recursion and divide and conquer strategy to so
  3. 所属分类:Data structs

    • 发布日期:2017-11-21
    • 文件大小:3720
    • 提供者:
  1. NQueen(pa-shan-fa)

    0下载:
  2. 人工智能-爬山法解决N皇后问题,vs2010编写,代码有注释,可轻松理解。-AI- climbing method to solve the N-Queens problem, vs2010 written code annotated, easy to understand.
  3. 所属分类:AI-NN-PR

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