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

搜索资源列表

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

    0下载:
  2. 都是自己编写的常用算法的事例,本人础作. 里面有:哈密尔顿环,皇后问题,图的着色问题,子集和数问题,树和等价问题,栈的各种用发等.-themselves are prepared by the algorithm commonly used examples, I make foundation. There are : Hamilton Central, Queen's, graphs, and several subsets, trees and equivalence, the
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:120336
    • 提供者:ccg
  1. bhh1

    0下载:
  2. 八皇后问题源代码,简单易懂,适合经验较浅者使用-8 Queens source code is simple to understand and suitable for inexperienced users
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:2959
    • 提供者:张小凡
  1. huanghouwenti

    0下载:
  2. 在国际象棋盘上放八个皇后,互相不能攻击,有多少种摆法? 这个是经典的8皇后问题,解决此问题的方法是回溯法。 回溯法是一种思路简单而且有效的解决问题的基础算法。 解决一个问题的时候分成n个步骤,每向后进展一个步骤,就检查一下当前的状态,如果发生了冲突,就放弃,如果到达了目标状态就记录下答案,回溯,求解下一个解。 对于8皇后问题,每个步骤就是在棋盘上放一个棋子,每放一个棋子,就检查当前的状态,有否产生攻击,如果没有攻击,就继续放下一个,如果攻击了,就回溯,如果放够八
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:2933
    • 提供者:aa
  1. 17

    0下载:
  2. 可以由用户指定皇后个数的解八皇后问题的源程序,希望大家获得帮助
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:895
    • 提供者:zhoujun
  1. bhh

    0下载:
  2. 八皇后问题的递归求解-eight of the Queen's recursive solution
  3. 所属分类:书籍源码

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

    0下载:
  2. 八皇后问题的c语言实现-eight of the Queen's language c
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1086
    • 提供者:何晓静
  1. N皇后问题

    0下载:
  2. 所属分类:书籍源码

    • 发布日期:2009-08-31
    • 文件大小:970
    • 提供者:lijian9338
  1. bahuanghou

    0下载:
  2. 八皇后问题,能过正确解答出八皇后问题的解 共有52个 好像-8 Queen s problem, to have the correct answers to eight the solution s total of 52 seems to
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:877
    • 提供者:zstill
  1. q

    0下载:
  2. 八皇后问题的实现,vc++6.0运行环境-Queen of the achievement of the eight issues, vc++6.0 run environmental
  3. 所属分类:source in ebook

    • 发布日期:2017-04-06
    • 文件大小:560692
    • 提供者:wulei
  1. bahuanghou

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

    • 发布日期:2017-04-06
    • 文件大小:125688
    • 提供者:刘超群
  1. bahuanhouwenti

    0下载:
  2. 通过一个简单的程序来解决八皇后的问题,是一个比较经典的程序设计例子-Through a simple program to solve the Eight Queens problem is a more classic example of program design. . .
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:693
    • 提供者:chen
  1. stopVegas

    0下载:
  2. 拉斯维加斯的多皇后问题的程序源码,学习算法设计与分析的童鞋会用的到的-Las Vegas, queens problem program source code, learning algorithm design and analysis of children s shoes to the
  3. 所属分类:source in ebook

    • 发布日期:2017-11-22
    • 文件大小:562779
    • 提供者:star
  1. bahuanghou

    0下载:
  2. 本代码主要是利用迭代和for循环来实现八皇后问题-Use a for loop iterations and achieve the eight queens
  3. 所属分类:source in ebook

    • 发布日期:2017-05-04
    • 文件大小:1301979
    • 提供者:杨喜儿
  1. EgihtQueen

    0下载:
  2. 八皇后问题,可以顺顺利利的实现书籍上所谓的八皇后。-Eight queens problem, you can smoothly books on the realization of the so-called eight queens.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-07
    • 文件大小:158701
    • 提供者:霹雳风暴001
  1. code

    0下载:
  2. 八皇后问题,改变宏之后可以直接实现任意皇后的,数据结构入门经典题-Eight queens problem, then you can directly implement any changes in the macro queen, data structures portal classic title
  3. 所属分类:source in ebook

    • 发布日期:2017-04-11
    • 文件大小:1092
    • 提供者:小白人
  1. QueenQuestion

    0下载:
  2. C++皇后问题MFC实现,图形界面编程的典型例子-vrvy good Mfc vrvygooddfdfafcfdsfsdaf
  3. 所属分类:source in ebook

    • 发布日期:2017-06-16
    • 文件大小:25326575
    • 提供者:zrq3563
  1. Nhuanghou

    0下载:
  2. N皇后问题,输入N就可以展示出每一种情况以及情况总数-N queens problem, enter N can demonstrate in each case as well as the total number of cases
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:846
    • 提供者:韦开仁
  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-05
    • 文件大小:8569856
    • 提供者:静守成雯
搜珍网 www.dssz.com