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

搜索资源列表

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

    0下载:
  2. 用回溯法求解N皇后问题,大家可以参考借鉴一下-With backtracking to solve N Queens problem, we can refer to learn about
  3. 所属分类:Java Develop

    • 发布日期:2017-12-04
    • 文件大小:647
    • 提供者:我高兴
  1. NQueens-huisu

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

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

    0下载:
  2. 算法课后习题答案 有八皇后问题,N皇后问题 -The algorithm Homework answer eight queens problem N queens problem
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-02
    • 文件大小:939462
    • 提供者:陈明
  1. 1098Nqueens

    0下载:
  2. C语言算法设计 经典问题 N皇后问题 回溯算法-C language algorithm designed N queens problem backtracking algorithm
  3. 所属分类:assembly language

    • 发布日期:2017-12-06
    • 文件大小:646
    • 提供者:
  1. N-Queens

    0下载:
  2. mpri solution for nqueens problem
  3. 所属分类:MPI

    • 发布日期:2017-12-04
    • 文件大小:4718
    • 提供者:ereren
  1. NQueensblackboard

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

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

    0下载:
  2. 本人今年新写的n皇后问题,希望对大家有帮助。-The n-queens problem I am new to write, we want to help.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-28
    • 文件大小:8298
    • 提供者:
  1. NQueens

    0下载:
  2. 算法系列-N皇后问题的解决,用java语言来编写-Algorithms Series-N queens problem solve, to write java language
  3. 所属分类:Java Develop

    • 发布日期:2017-12-02
    • 文件大小:1243
    • 提供者:wujianghao
  1. NqueensProblem

    0下载:
  2. 软件架构实例:使用分别使用管道-过滤器风格、调用/返回风格、回溯法和黑板风格四种架构风格实现N皇后问题;-Software architecture instance: use use the pipeline- filter style, call/return style N queens problem, backtracking and blackboard style four architectural styles
  3. 所属分类:Java Develop

    • 发布日期:2017-11-13
    • 文件大小:39918
    • 提供者:陈奕男
  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. 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. DrawingBoard

    0下载:
  2. 能实现基本图形的绘制功能,能对图形的基本属性进行编辑,如颜色设置或填充文本字体字号等 -n queens problem N queens problem is a classical problem in a NXN get on the board to place N queens, one per line, and it can not attack each other (in the same column, on the same line, the same oblique Q
  3. 所属分类:Games

    • 发布日期:2017-11-29
    • 文件大小:54523
    • 提供者:高莹
  1. Nqueens

    0下载:
  2. 求解N皇后的问题,希望提出宝贵的意见,共同进步-Solving the N-Queens problem, I hope for their valuable comments
  3. 所属分类:Data structs

    • 发布日期:2017-12-05
    • 文件大小:5079901
    • 提供者:徐昌
  1. N_Queen

    0下载:
  2. 关于C语言典型例题八皇后问题的实现,用到了栈的知识,将代码稍微改动可以变成N皇后的解。-Achieve on C language s typical example-eight queens problem, use the knowledge of the stack, a slight modification of the code can be turned into a solution of the N-Queens.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:216571
    • 提供者:杨克
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 18 »
搜珍网 www.dssz.com