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

搜索资源列表

  1. 八皇后

    0下载:
  2. 八皇后经典问题.C++实现,非可视化.-eight Queen's classic problem. C realized, non-visualization.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1678
    • 提供者:郭佰胜
  1. java代码八皇后问题

    0下载:
  2. 用Java语言解决八皇后的问题一个解法
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-03-25
    • 文件大小:922
    • 提供者:woaixiaoyu520
  1. 8-queen

    0下载:
  2. 通过遗传算法实现八皇后的求解问题,用MFC实现可视化操作,界面很漂亮,算法是改良的遗传算法-Through the genetic algorithm for solving the eight queens problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1906524
    • 提供者:Bill Gates
  1. eightempress

    0下载:
  2. 自己收集的八皇后问题相关知识,有不少源代码,能解决八皇后问题-Queen
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:146243
    • 提供者:chenzeng
  1. NQueens

    0下载:
  2. 这是一个八皇后问题的扩展,使用java实现,扩展到了多皇后,只要你输入皇后的个数,能给出所有的解。-This is an expansion of 8 Queen
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:8983
    • 提供者:pingyang
  1. queen2

    0下载:
  2. 回溯法解决八皇后问题,希望能给大家点启示-Queen s backtracking to solve eight problems, we hope that they will be lesson
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:3009
    • 提供者:张磊
  1. eightqueue

    0下载:
  2. 一个好用的新八皇后问题动画演示程序,对学习人工智能很有帮助-A new eight-to-use animation demo program s problems, very helpful in learning artificial intelligence
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:197683
    • 提供者:tianyuan
  1. queen

    0下载:
  2. N皇后问题,N皇后放置过程的现实。 由八皇后问题扩展开来,在N*N的棋盘上摆放N个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上。求可能的解决方案,并显示每一种解决方案的皇后放置过程。-N Queen' s problem, N Queen placed the reality of the process. Expansion by opening eight to question Queen' s, at the N* N chessboard
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:9254
    • 提供者:xiafan
  1. bahuanghou

    0下载:
  2. 八皇后问题,也是相当棘手的,不过凭借我聪明的才智,还是搞定了。-8 Queen' s problem, but also very difficult, but by virtue of talent, I smart, or get.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:8262
    • 提供者:jy
  1. kechengsheji

    0下载:
  2. 用c或c++编写的八皇后问题,通讯录,约瑟夫环的代码,数据结构的课程设计-With c or c++ to prepare the eight Queen' s problems, address book, Joseph Ring code, data structure of the curriculum design
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:7971
    • 提供者:王文君
  1. 8queens

    0下载:
  2. 八皇后问题,是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。计算机发明后,有多种方法可以解决此问题。-Eight queens problem is an ancient and well-known probl
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:342870
    • 提供者:陈财雄
  1. eQueen

    0下载:
  2. 八皇后的经典算法,是一个古老而著名的问题,是回溯算法的典型案例。任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法(Simulated annealing algorithm, the function of the most value)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:五星红牛
  1. Eight_Queens

    0下载:
  2. 使用MIPS指令实现八皇后问题的求解,代码较精简(Solve the Eight Queens Problem with MIPS)
  3. 所属分类:汇编语言

    • 发布日期:2017-12-24
    • 文件大小:14336
    • 提供者:swy0721
  1. queen

    0下载:
  2. 这是在C语言环境下实现八皇后问题产生的程序(This is in the C language environment to achieve eight queens problem generated procedures)
  3. 所属分类:其他

  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. 回溯

    0下载:
  2. 一些回溯算法的总结里面有马跳日棋盘问题八皇后问题取苹果等一系列已过的代码谢谢参考(Some backtracking algorithms are summed up with a horse jump day chessboard problem eight queens and a series of past codes for reference.)
  3. 所属分类:数据结构

    • 发布日期:2018-01-07
    • 文件大小:7162880
    • 提供者:tanxys
  1. 8Q

    0下载:
  2. vs2015下c语言写的遗传算法解决8皇后问题。(Solving 8 queens problem with EA algorithm in c;)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-09
    • 文件大小:875520
    • 提供者:aiaihouge
  1. 2

    0下载:
  2. 输出八皇后问题所有情况,并且记录下共有多少种情况(All cases of the output of eight queens)
  3. 所属分类:数据结构

    • 发布日期:2018-04-19
    • 文件大小:1133568
    • 提供者:乘龙千里
  1. bahunghou_zzy

    0下载:
  2. 我写的八皇后的程序,希望能帮到大家。这个程序简单易懂,希望大家多多下载。(I wrote the eight queens program, I hope to help you.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-06
    • 文件大小:4096
    • 提供者:眼炸毛
  1. 八皇后问题

    0下载:
  2. 用启发式搜索解决八皇后求解问题,c语言源代码,运用MATLAB实现
  3. 所属分类:其它源码

« 1 2 34 5 6 7 8 9 10 ... 40 »
搜珍网 www.dssz.com