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

搜索资源列表

  1. monicuihuosuanfa

    0下载:
  2. 不同算法求解经典八皇后问题。经典问题求解算法之模拟淬火算法。-Different algorithms to solve the classic problem of eight queens. Classic problem-solving algorithm of simulated quenching algorithms.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:588
    • 提供者:吕连军
  1. eightqueen

    0下载:
  2. 用heuristicl 方法解决八皇后问题,并拓展到任意皇后问题 java-Using heuristicl method to solve eight queens problem java and it also have been improve to any size board
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:870
    • 提供者:zhen
  1. queen

    0下载:
  2. 八皇后问题。利用了递归算法,很是巧妙!最后一行为输出解的个数,每行共8个数字,这些数字即代表皇后在该行的位置。-It s a code about Eight queen.
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:942
    • 提供者:洛菲雨
  1. EightQueens.rar

    0下载:
  2. 一个用来研究八皇后问题的java小程序,采用递归算法遍历树来穷举所有符合要求的排列,存储后用图形界面表示出来。,Used to study a problem of the eight Queen of java applets, using recursive tree traversal algorithm to exhaustive array of all meet the requirements, storage, said later from a graphical interf
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:8904
    • 提供者:zbl
  1. 1

    0下载:
  2. 八皇后最快算法,非常非常神奇……对搜索算法感兴趣的可以看看~-8 Queen' s fastest algorithm, very, very wonderful ... ... interested in the search algorithm can take a look ~
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1169
    • 提供者:SphinX翔
  1. 59564608queen

    0下载:
  2. 对人工智能八皇后问题求解,掌握爬山法的应用-Eight Queens problem-solving of artificial intelligence to grasp the application of hill-climbing
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:9866
    • 提供者:xuting
  1. Queen

    0下载:
  2. 利用回溯法和栈来实现八皇后问题:在n×n的国际象棋棋盘上,安放n个皇后,要求没有一个皇后能够“吃掉”任何其他一个皇后,即没有两个或两个以上的皇后占据棋盘上的同一行、同一列或同一对角线-Use of backtracking and stack to achieve the eight queens problem: the n × n chess board, place n queens, a queen is not required to " eat" any other
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:9631
    • 提供者:wazr
  1. EghitQueue

    0下载:
  2. 八皇后问题的LasVegas与回溯法的混合算法实现,其中代码和文档详细-The eight queens problem LasVegas backtracking hybrid algorithm in detail, including code and documentation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:45966
    • 提供者:黄华仔
  1. eight-queen

    0下载:
  2. 通过堆栈结构解决著名的八皇后问题,同时也是数据结构中的典型例题-Codes for the well-known eight-queen problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1452
    • 提供者:wangfuwei
  1. flashqueen

    1下载:
  2. 这是一个Flash动画,它演示了数据结构中的一个经典问题,八皇后问题-queen
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-11-19
    • 文件大小:2561802
    • 提供者:huoniu
  1. Chess4

    0下载:
  2. java的八皇后算法,GUI-Eight Queens Algorithm java, GUI
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3505
    • 提供者:韦诺
  1. Queen

    0下载:
  2. 多线程计算、并行计算。使用MPI计算八皇后问题。主从线程结构-Calculate the problem of Eight Queens with MPI.
  3. 所属分类:MPI

    • 发布日期:2017-05-10
    • 文件大小:2517490
    • 提供者:任倚天
  1. moni

    0下载:
  2. 该程序用模拟退火算法实现了对八皇后不相冲突的位置算法。-The program simulated annealing algorithm for the eight queens do not conflict with the location algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:600
    • 提供者:张春敏
  1. prolog

    0下载:
  2. 本资料使用专家系统设计语言visualprolog编写的一个简单的专家系统实例。是一个解决八皇后的问题。-This information is the use of expert system design language visualprolog written a simple expert system for instance. Is a solution to the eight queens problem.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:875
    • 提供者:赵玉
  1. code

    1下载:
  2. 1、猴子选大王 2、约瑟夫环 3、迷宫求解 4、回文游戏 5、地图四染色问题 6、八皇后问题 7、原四则表达式求值 8、k阶斐波那契序列 9、遍历二叉树 10、编写DFS算法的非递归函数。 编写BFS算法。 11、简单选择排序, 折半插入排序, 冒泡排序, 快速排序, 堆排序 12、顺序查找,折半查找-err
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-03-11
    • 文件大小:34686
    • 提供者:isxzh
  1. matlabeightqueensquestion

    0下载:
  2. 该代码是用matalb实现的八皇后源代码,具体功能:可以用鼠标操作,共64个格子,用鼠标点击其中一个方块,其对角线和同一行列的格子都会变成红色,将为不可点击的状态,其中还有定时程序,显示出实现八皇后所用的时间,若实现了就会停止计时,若没有将会一直计时。可以实现重新开游戏功能和退出游戏功能。-The code is matalb Queen' s source code to achieve the eight specific functions: You can use the mous
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:19860
    • 提供者:徐清明
  1. eightqueen

    0下载:
  2. 八皇后问题 【问题描述】 在一个8×8的国际象棋棋盘上放置8个皇后,要求每个皇后两两之间不“冲突”,即没有一个皇后能“吃掉”任何其他一个皇后,简单的说就是没有任何两个皇后占据棋盘上的同一行或同一列或同一对角线,即在每一横列、竖列、斜列都只有一个皇后。-Descr iption of the problem eight queens problem 【】 In an 8 × 8 chess board to place eight queens, requires that each
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-01
    • 文件大小:1675
    • 提供者:王静
  1. 8queens-problem

    0下载:
  2. 八皇后问题并行算法及源代码(附N皇后) 八皇后问题并行算法及源代码(附N皇后)-Eight queens problem parallel algorithm and source code (with N Queen) Eight queens problem parallel algorithm and source code (with N Queen)
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:299817
    • 提供者:赵子番
  1. EightQueen

    0下载:
  2. 八皇后的VC图形演示,本程序基于对话框,可以设置不同的条件进行程序的运行!-Eight of the VC
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-29
    • 文件大小:52516
    • 提供者:Bob Green
  1. eightqueen

    0下载:
  2. 八皇后问题四种解法,回溯为主, 更有一个一句语句实现八皇后问题的程序,绝-8 Queen
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:152432
    • 提供者:k2eats
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com