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

搜索资源列表

  1. 8皇后问题的所有解

    0下载:
  2. 8皇后问题的所有解,可以把它给成N皇后的问题
  3. 所属分类:Windows编程

    • 发布日期:2008-05-14
    • 文件大小:5490
    • 提供者:dongfengaa
  1. 用VB对八皇后问题的算法设计

    2下载:
  2. 用VB对八皇后问题的算法设计
  3. 所属分类:其它资源

  1. 回溯法求解八皇后问题

    1下载:
  2. 回溯法求解八皇后问题
  3. 所属分类:C#编程

  1. 八皇后问题

    0下载:
  2. 八皇后问题,Eight queens problem
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-11-08
    • 文件大小:1393
    • 提供者:
  1. 八皇后问题的求解

    0下载:
  2. 八皇后问题的求解方法,最经典的算法求解-eight Queen's problem solving methods, the most classical algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-15
    • 文件大小:2210
    • 提供者:小于
  1. 8皇后问题和最短路径解法

    0下载:
  2. 包含8皇后问题和最短路径解法。其中8皇后使用的是递归和回溯的方法,最短路径使用的是dijkstra算法
  3. 所属分类:其他数据库

    • 发布日期:2014-07-22
    • 文件大小:2132108
    • 提供者:liuxiaojin
  1. 回溯算法实验八皇后问题

    1下载:
  2. 利用回溯算法求解N皇后问题,理解求解流程和搜索顺序(Backtracking algorithm used to solve the N queen problem, understand the flow of the solution and search order)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-23
    • 文件大小:105472
    • 提供者:anbao
  1. 8皇后

    0下载:
  2. 输出皇后问题的所有解,不仅支持8皇后问题(All solutions of the queen problem are not only supported by the 8 queens problem)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:718848
    • 提供者:宇沐风
  1. n皇后问题

    0下载:
  2. 递归回溯法求解并输出输出n皇后问题所有解法(n的取值不限)(Output all solutions to the N queens problem)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:5445632
    • 提供者:gxk
  1. BFS 求解 N 皇后问题(252370)

    0下载:
  2. BFS算法实现N皇后问题,12个皇后是速度还行,超过了就有点慢。(BFS algorithm to achieve N queen problem, 12 queens is the speed is OK, more than a little slow.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-29
    • 文件大小:9216
    • 提供者:loganic
  1. 八皇后问题的递归方法

    0下载:
  2. 该代码是解决经典问题——八皇后问题的C++实现,算法使用了递归的方法,简单易懂。(This C++ code is used for solving the traditional Eight Queen Problem.The algorithm uses recursive method and it is easy to understand.)
  3. 所属分类:

  1. n皇后问题

    0下载:
  2. n皇后问题 课程设计上的一个小作业 水平有限(n-queen problem A small assignment in the curriculum design is limited)
  3. 所属分类:数据结构

    • 发布日期:2017-12-26
    • 文件大小:3072
    • 提供者:cg123456
  1. 皇后问题

    0下载:
  2. 实现了皇后算法的主要功能1211111111111111111111(Realize the queen algorithm of the main functions12121111111)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:58368
    • 提供者:wjh69
  1. 8皇后

    0下载:
  2. 对于经典问题:8皇后问题的新手解答,请大神帮忙纠错~(A solution of 8 kings promgram from a green hand)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-03
    • 文件大小:203776
    • 提供者:未芈
  1. 八皇后问题

    1下载:
  2. 八皇后问题求解,通过C语言实现。92种答案
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-11-28
    • 文件大小:1310
    • 提供者:lmy@@@
  1. 皇后问题

    0下载:
  2. C语言 八皇后问题 在8×8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法(The eight queens in the C language)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-08
    • 文件大小:991232
    • 提供者:洛宇
  1. 八皇后问题

    0下载:
  2. 在C#(VS2017)中通过控制台输出八皇后问题的92个解法。(Solve the eight queens problem by C#(VS2017), find the 92 solution.)
  3. 所属分类:C#编程

    • 发布日期:2018-01-10
    • 文件大小:132096
    • 提供者:yellow sea
  1. 回溯算法解决8皇后问题

    0下载:
  2. 利用回溯算法计算8皇后问题,计算出最终方案(A backtracking algorithm is used to calculate the 8 Queens, and the final scheme is calculated.)
  3. 所属分类:数学计算

    • 发布日期:2018-04-20
    • 文件大小:2810880
    • 提供者:也都一样
  1. 八皇后问题

    0下载:
  2. 八皇后问题分析,这次实验是用蛮力法找出八皇后位置。第一个实验8*8矩阵,经过测试所用时间过大.。(Eight queens question)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-01
    • 文件大小:33792
    • 提供者:2424安安
  1. 八皇后问题Python实现

    1下载:
  2. 八皇后问题Python实现,代码备注清晰,望读者耐心参阅(Eight Queen's problem arithmetic implementation, note clearly, hope readers have patience.)
  3. 所属分类:其他

    • 发布日期:2021-04-03
    • 文件大小:1024
    • 提供者:wang720
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com