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

搜索资源列表

  1. Eight Queen.rar

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

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

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

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

    0下载:
  2. 这是一个关于八皇后的代码-This is one of the eight Queen's code
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:1393
    • 提供者:黄海涛
  1. “八皇后”动态图形的VC实现

    0下载:
  2. 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法-eight Queen's problem is an ancient and well-known problems, backtracking algorithm is a typical example.18508X8
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:2373
    • 提供者:yang
  1. home1work

    0下载:
  2. 微软桌着色问题a【问题】 组合问题 【问题】 填字游戏 【问题】 n皇后问题 -Microsoft tables coloring problem -- a problem [[composition problems -- crossword puzzles [n Queen's problem -- the problem
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:7876
    • 提供者:阿嫂
  1. EinghtQueen

    0下载:
  2. 八皇后问题的求解 本程序是在java平台上开发完成 -8 Queen of the procedure is to solve the java platform developed
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:2861
    • 提供者:程高
  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-problem

    0下载:
  2. n queen problem source code in working
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:20275
    • 提供者:Ayesha
  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 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com