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

搜索资源列表

  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. NQueens-huisu

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

    • 发布日期:2017-11-18
    • 文件大小:263453
    • 提供者:何清
  1. NQueensblackboard

    0下载:
  2. 黑板风格实现N皇后问题,可以用于比较不同风格的架构下的实现效率。-implement N-Queens problem using blackboard style
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:265955
    • 提供者:何清
  1. qqq

    0下载:
  2. c++n皇后问题 主要是用c++来实现 大家可以看看 交流交流-c++n Queen is the c++ to realize that we can take a look at the exchange of communication
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:2059153
    • 提供者:郭佳盛
  1. eightqueens

    0下载:
  2. n次递归回溯算法,采用上对角线,下对角线的方法解决n皇后难题。并且将皇后和棋盘大小参数化,只要改变参数就能进行n皇后问题的求解,并且输出到文件中,便于查看所有解。-n recursive backtracking algorithm, on the diagonal, and solutions under the diagonal n Queens problem. And parameterization of the Queen and board size, simply changin
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:225785
    • 提供者:郑国春
  1. q

    0下载:
  2. c++编写的N皇后问题,用递归实现的,仅供学习使用-N-queen problem using C++,only for study hope can help you
  3. 所属分类:Other systems

    • 发布日期:2017-12-08
    • 文件大小:752
    • 提供者:zengshaofeng
  1. EightQueens

    0下载:
  2. 数据结构中的经典 N皇后问题,利用C#代码模拟,并输出可能结果。-Data structure in the classic N-Queens problem using C# code analog output may result.
  3. 所属分类:CSharp

    • 发布日期:2017-11-17
    • 文件大小:56320
    • 提供者:郎君
  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. 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. NQ

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

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

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

    • 发布日期:2017-11-30
    • 文件大小:3288
    • 提供者:阿丁汤圆
  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 2 3 4 56 7 8 »
搜珍网 www.dssz.com