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

搜索资源列表

  1. Eight Queen.rar

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

    • 发布日期:
    • 文件大小:12372
    • 提供者:
  1. 8queen2.zip

    0下载:
  2. 国际象棋中8皇后问题算法
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:2400
    • 提供者:
  1. vc62445261344

    0下载:
  2. 关于8皇后问题的源代码,希望大家多多交流-8 on the Queen's source code, I hope Members can exchange
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:50876
    • 提供者:段天
  1. Estimate

    0下载:
  2. 理解并掌握分析回溯算法效率的方法。 使用Estimate算法就8皇后问题给出效率估算 -understanding and mastery of backtracking algorithm efficiency analysis method. Use Estimate on 8 Queen's algorithm is efficient estimation problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:33610
    • 提供者:张斌
  1. 8queensProblem

    0下载:
  2. 搜索8皇后问题的第一个解。使用了两种方法:1.普通的回朔法搜索。 2.修改后的搜索(先搜索most contrainted变量的方法) 使用vc++.net 2003开发 -search of a solution. The use of two methods : 1. General Re search Schomburg law. 2. After the revised search (first search contrainted most variable method)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5503
    • 提供者:沈宏伟
  1. eigh-8

    0下载:
  2. 这是著名的八皇后问题,希望能和大家交流一下-This is the famous eight Queen's, hopes to be able to share what
  3. 所属分类:网格计算

    • 发布日期:2008-10-13
    • 文件大小:13874
    • 提供者:周龙龙
  1. queensLV

    1下载:
  2. 拉斯维加斯随机算法+回溯算法实现国际象棋中的8皇后问题.-Las Vegas randomized algorithm backtracking algorithm International Chess Queen of eight issues.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1190
    • 提供者:陈国武
  1. 8_queens

    0下载:
  2. 8皇后问题的圆满解决 应该算一个比错的算法了 原创的!-eight of the Queen should be resolved satisfactorily than the wrong one count of the original algorithm!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1011
    • 提供者:jz
  1. 8QUEENS-BEST

    0下载:
  2. 8皇后问题最好的算法,请登陆本站才能下载哦!这是最优的解法哦!-8 Queens best algorithm, please log onto the site can download! This is the best solution!
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1566
    • 提供者:江泽民
  1. 8-queens

    0下载:
  2. 数据结构算法:回溯法编程寻找八皇后问题的所有解,使用语言C/C-algorithm data structure : backtracking programming for the Queen's eight all solutions, the use of language C / C
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6224
    • 提供者:王卫国
  1. Queen

    0下载:
  2. 经典8皇后问题程序,在vc6.0运行通过
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-16
    • 文件大小:351826
    • 提供者:张二
  1. “八皇后”问题递归法求解

    1下载:
  2. “八皇后”问题递归法求解 * 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。-"8 Queen's" recursive method * 8 Queen's pr
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2625
    • 提供者:美美
  1. eight_queen.经典的八皇后问题用VC++实现

    0下载:
  2. 经典的八皇后问题,用VC++实现,遍历各种出现的结果,MFC界面,8 Queen' s classic problem, with VC++ to achieve, the result of various traversal
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-22
    • 文件大小:525990
    • 提供者:杨旸
  1. Las_vigas

    0下载:
  2. 用拉斯维加斯算法求解8皇后问题的小程序,有说明。-Las Vegas algorithm with the 8 Queens problem to a little program, has made it clear.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:718017
    • 提供者:minipuss
  1. 8-Queen

    0下载:
  2. VC++课程设计的八皇后问题 在一个8*8的棋盘上放置彼此不受攻击的8个皇后。 按照国际象棋的规则,皇后可以攻击与之处在同一行或同一列或同一斜线上的棋子。8皇后问题就等价于在8*8格的棋盘上放置8个皇后,任何两个皇后不放在同一行或同一列或同一斜线上。 -VC++ curriculum design the eight queens problem in an 8* 8 chessboard placed 8 Queen not to attack each other. In acc
  3. 所属分类:Other Games

    • 发布日期:2017-03-30
    • 文件大小:322600
    • 提供者:胡凯
  1. 8-queen

    0下载:
  2. 经典的8皇后问题,没用到堆栈,C++实现-Classic 8-queens problem, useless the stack, C++, achieve
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:887
    • 提供者:陈星星
  1. 8-queens

    0下载:
  2. 8皇后问题   在一个8×8的棋盘里放置8个皇后,要求这8个皇后两两之间互相都不“冲突”。-eight queens
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:4981
    • 提供者:张莹
  1. 8-queen-issues

    0下载:
  2. 8皇后问题的源码,入门学习人工智能的好程序-Source code 8 queens problem, a good entry-learning artificial intelligence program
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:8968
    • 提供者:李岩
  1. 8-queen

    0下载:
  2. 经典的8皇后问题,没用到堆栈,C++实现-Classic 8-queens problem, useless the stack, C++, achieve
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:932
    • 提供者:que51739
  1. N皇后

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

    • 发布日期:2018-01-06
    • 文件大小:8569856
    • 提供者:静守成雯
« 1 23 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com