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

搜索资源列表

  1. Eight Queen.rar

    0下载:
  2. 8皇后问题的C++算法
  3. 所属分类:游戏

    • 发布日期:
    • 文件大小:12372
    • 提供者:
  1. QUEEN.rar

    0下载:
  2. N皇后游戏。
  3. 所属分类:游戏

    • 发布日期:
    • 文件大小:6646
    • 提供者:
  1. Eight-queen

    0下载:
  2. 八皇后问题,是一个古老而著名的问题,是回溯算法的典型案例。该问题是国际西洋棋棋手马克斯·贝瑟尔于1848年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法-Eight queens problem is an old and famous, is a typical case of backtracking algorithm The problem is the international chess player
  3. 所属分类:Console

    • 发布日期:2017-05-15
    • 文件大小:4008802
    • 提供者:zhuobengang
  1. queen

    0下载:
  2. java图形界面,程序清晰的演示了八皇后的找到途径,让初学者明白八皇后的算法。-java graphical interface, the program clearly demonstrates the eight Queen' s find ways for beginners to understand the eight queens algorithm.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-13
    • 文件大小:2047
    • 提供者:方小米
  1. n-Queen-using-ICA

    0下载:
  2. Solving n-Queen Problem Using Imperialist Competitive Algorithm(ICA) Matlab Codes
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:4845
    • 提供者:diako
  1. eight-queen-problem

    0下载:
  2. 题目描述 8X8的国际象棋棋盘上被挖了一些洞,这些洞不能放棋子,求八皇后问题的摆放方案,输出一种方案即可 输入格式 棋盘用.表示正常格子,用#表示被挖掉的洞,一共8行8列 输出格式 输出从上到下的每一行的皇后所在列号(1-8)-Topic describes 8 by 8 chess board was dug holes, these holes can t put chess pieces, put eight queens problem, output
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:648
    • 提供者:xiaoluhua
  1. eight-queen

    0下载:
  2. 八皇后的算法问题。算法简单,易于理解,且问题能够得到有效解决。-eight queen
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:195268
    • 提供者: 宋建业
  1. queen

    0下载:
  2. 经典八皇后问题算法 应用递归 分别快速解决问题-EIGHT QUEEN
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2297
    • 提供者:林宇
  1. eight-queen

    0下载:
  2. 八皇后的数据结构实现问题,内含详细注释,便于理解-The data structure of eight queen, containing detailed notes, easy to understand
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1240
    • 提供者:wzp
  1. N-QUEEN

    0下载:
  2. 在一个N×N的国际象棋棋盘中摆N个皇后,使这N个皇后不能互相被对方吃掉。N皇后算法源码-N × N in a chess board in N months before Queen s, so that the N-Queen s was the other side can not eat each other. N Queen s algorithm source code
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:2967
    • 提供者:cj7936bura
  1. queen

    0下载:
  2. 在N*N的棋盘上放置N个皇后(n<=10)而彼此不受攻击(即在棋盘的任一行,任一列和任一对角线上不能放置2个皇后),编程求解所有的摆放方法。 【输入格式】 输入:n 【输出格式】 每行输出一种方案,每种方案顺序输出皇后所在的列号,各个数之间有空格隔开。若无方案,则输出no solute! 【输入样例】Queen.in 4 【输出样例】Queen.out 2 4 1 3 3 1 4 2 -Placed on the board of N* N N
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:527
    • 提供者:qzh
  1. Queen

    0下载:
  2. 皇后问题,自定义输入N,完成N*N棋盘的N皇后排列问题。-Queens, custom input N, N Queen permutation problem N* N chessboard.
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:178359
    • 提供者:刘昊岩
  1. queen

    0下载:
  2. 八皇后问题,利用回溯法找到互不攻击的八个皇后的位置,给出所有的情况,可以选择皇后的个数。-Eight queens problem using backtracking to find and do not attack the eight Queen' s position, given all the circumstances, you can choose the number of queen.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1310
    • 提供者:李寻欢
  1. queen

    0下载:
  2. 并行计算的一个简单c++代码,解决八皇后问题,在mpi上运行。-Parallel computing a simple c++ code to solve the eight Queen s problems, in mpi operation.
  3. 所属分类:MPI

    • 发布日期:2017-04-14
    • 文件大小:3000
    • 提供者:张禹
  1. queen

    0下载:
  2. 求解N皇后问题,解决棋盘上皇后不能在同一横向竖向斜向的问题-Solving the N- Queens problem, not solve the queen on the board in the same vertical transverse oblique problem
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:594
    • 提供者:傅晨冉
  1. queen

    0下载:
  2. 在一个国际象棋棋盘中摆N个皇后,使这N个皇后不能互相被对方吃掉,-In a chess board put N queen, make this N queen cannot be eaten by the other party to each other,
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-17
    • 文件大小:16384
    • 提供者:llk!045281
  1. Eight-queen-problem-matlab-solution

    0下载:
  2. 在matlab中使用回溯法解决八皇后问题-Use the backtracking method in matlab to solve the eight queen
  3. 所属分类:matlab

    • 发布日期:2017-12-14
    • 文件大小:1024
    • 提供者:张兴锐
  1. n-Queen using TS

    0下载:
  2. n-Queen Problem using Tabu Search
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:3072
    • 提供者:ahmadizal
  1. queen

    0下载:
  2. 遗传算法实现八皇后,采用的是C语言来编写,代码可能有点繁琐(Genetic algorithm to achieve the eight queens, using C language to write, the code may be a little tedious.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:lisdf
  1. Queue

    0下载:
  2. C++实现了数据结构中的队列,可直接引用头文件使用(The implement of the queen(data structure))
  3. 所属分类:Windows编程

    • 发布日期:2018-05-03
    • 文件大小:136192
    • 提供者:cnarutox
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 49 »
搜珍网 www.dssz.com