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

搜索资源列表

  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. N_queen

    0下载:
  2. 求N皇后问题的一个解,回溯法。在窗体文本框中输入N值,矩阵图显示皇后排布方式-Seek a solution of N-Queens problem, backtracking. In the form text box, enter the values ​ ​ of N, the matrix show the Queen arranged way
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:36481
    • 提供者:qindan
  1. NQueens

    0下载:
  2. N皇后问题的解决方案,N*N的棋盘上摆放N个皇后的几种方案-N-Queens problem solution, N* N board, placing N queens of several options
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:670
    • 提供者:lubby
  1. Algorithm-analysis-and-design

    0下载:
  2. 计算机实验室 内容: 1、分治法,maxmin算法 2、动态规划,矩阵连乘 3、贪心法, 1)背包问题,2)装载问题 4、回溯法,N皇后问题的循环结构算法和递归结构算法。-Computer laboratory content: 1, partition method, maxmin algorithm 2, the dynamic planning, LianCheng matrix 3, greedy method, 1) knapsack probl
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:4226
    • 提供者:王越瑾
  1. t1

    0下载:
  2. 主要是解决8皇后问题,同时可以通过改变数组大小解决N皇后问题,最后将结果输出到一个txt文档中-It is to solve the eight queens problem, and can solve the N queens problem by changing the size of the array, the final output the results to a txt file.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1543
    • 提供者:冒佳明
  1. N-Queen

    0下载:
  2. 八皇后问题。N皇后。对角线同行同列不能放棋子-Eight queens problem
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:1896
    • 提供者:chris
  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. asp.tar

    0下载:
  2. n皇后问题,汗诺塔问题,数独问题,地板问题的ASP解决方案。可以设置N的数目-n queens problem, Khan Notari, Sudoku, flooring problems ASP solutions. Can set the number of N
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:1247
    • 提供者:dyw
  1. BIT-N-queen

    0下载:
  2. 皇后问题是经典的回溯算法问题,本文使用BIT位运算对非递归的回溯算法进行优化,取得了较好的效果,对其他类似问题的算法的优化有一定指导意义-Queens problem is a the classic backtracking algorithm, BIT bit computing to optimize non-recursive backtracking algorithm, and achieved good results, the optimization algorithm to
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:182416
    • 提供者:陈嘉鑫
  1. ThousandQueen

    0下载:
  2. N皇后问题,里面是一千的实例,利用人工智能的“爬山法”-The N queens problem,take a thousand as exzample by the methed of ‘hill climbing method’
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:23077
    • 提供者:Jhon
  1. 16-queens

    0下载:
  2. 16(N)皇后问题,用回溯法和位运算结合编程,在效率上有很大的改进-16 (N) queens problem using backtracking and bitwise combination of programming, a great improvement on the efficiency
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-30
    • 文件大小:12858
    • 提供者:杜宾
  1. Nqueen

    0下载:
  2. 调用返回法实现n皇后问题,对回溯法进行了改编,回溯法和调用返回法的时间代价几乎一样-Almost the same as n-queens problem, call the Law of Return adaptation of backtracking, backtracking time to the consideration of the law and call the Law of Return
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-29
    • 文件大小:533
    • 提供者:lzp
  1. nQueen

    0下载:
  2. 用回溯算法解决n皇后问题,使用VC2008开发平台。-Backtracking algorithm to solve the n-queens problem, to use VC2008 development platform.
  3. 所属分类:Console

    • 发布日期:2017-11-24
    • 文件大小:524234
    • 提供者:bao
  1. NQueens-returnback

    0下载:
  2. 使用调用返回的软件架构风格来实现N皇后问题,可以用于比较效率-using the renturn-back software archetecture style to solve the N-Queens problem
  3. 所属分类:Console

    • 发布日期:2017-12-01
    • 文件大小:256560
    • 提供者:何清
  1. NQueens-filter

    0下载:
  2. 使用管道过滤的软件架构风格实现N皇后问题,可以用于比较运行效率-sove the N-Queens problem using filter style
  3. 所属分类:Console

    • 发布日期:2017-11-07
    • 文件大小:263808
    • 提供者:何清
  1. nqueen

    0下载:
  2. 这个是计算机算法基础的n皇后问题,可以完美的显示处理的结果,有好几个程序-This is a computer algorithm based on n-queens problem, can the perfect display processing results, there are several procedures
  3. 所属分类:Console

    • 发布日期:2017-11-26
    • 文件大小:2478718
    • 提供者:吴慢慢
  1. huanghou

    0下载:
  2. N皇后问题,希望能够帮到大家-N queens problem, want to be able to help everyone
  3. 所属分类:software engineering

    • 发布日期:2017-11-23
    • 文件大小:791
    • 提供者:白骏
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 23 »
搜珍网 www.dssz.com