搜索资源列表

  1. Queen8

    0下载:
  2. 经典八皇后回溯算法实现,希望能帮助你的学习-Queen 8
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:黄庆芝
  1. EightQueens

    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
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:9216
    • 提供者:zbl
  1. Eight_Queen_in_VC

    0下载:
  2. 八皇后的图形界面,VC编译,可以用图形化界面解决4×4~54×54的棋盘-The C++ Standard Library, details on the C++ standard library, in English
  3. 所属分类:Windows编程

    • 发布日期:2024-05-22
    • 文件大小:5878784
    • 提供者:中杰
  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. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:8192
    • 提供者:王文君
  1. 8-queen

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

    • 发布日期:2024-05-22
    • 文件大小:1906688
    • 提供者:Bill Gates
  1. eightqueens

    0下载:
  2. 求解八皇后问题。可以求出规定大小的棋盘下所有的解以及解的总数。-Solving the eight queens problem. You can find the size of the board under the provisions of all solutions, as well as the total number of solutions.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:3619840
    • 提供者:pengshanyue
  1. EightQueen

    0下载:
  2. 八皇后问题,基于MFC界面,C++语言写的,可以动态演示,还有word文档报告,下下来就可以教的数据结构课程设计-Eight Queens problem, the interface based on MFC, C++ language to write, can be dynamically presentation, as well as word document report, the next down to the dat
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:24572928
    • 提供者:肖强
  1. 8queens

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

    • 发布日期:2024-05-22
    • 文件大小:343040
    • 提供者:陈财雄
  1. eQueen

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

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:五星红牛
  1. Eight_Queens

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

    • 发布日期:2024-05-22
    • 文件大小:14336
    • 提供者:swy0721
  1. queen

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

  1. Desktop

    0下载:
  2. 用DFS解八皇后,这个是递归算法跟非递归算法(Using DFS to solve eight queens, this is a recursive algorithm with non recursive algorithm)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:107520
    • 提供者:void_maker69
  1. Queen

    0下载:
  2. 八皇后问题是一个经典问题,此代码可以解决,方便大家交流学习(Solving the eight queens problem)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:8676352
    • 提供者:孙艺sunny
  1. N皇后

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

    • 发布日期:2024-05-22
    • 文件大小: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. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:7162880
    • 提供者:tanxys
  1. 新建文件夹

    0下载:
  2. 八皇后问题实现,改程序用C语言实现了八皇后问题(The realization of eight queens problem)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:892928
    • 提供者:yuzaidu
  1. 2

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

    • 发布日期:2024-05-22
    • 文件大小:1133568
    • 提供者:乘龙千里
  1. 8 queens

    0下载:
  2. 利用Javascr ipt计算八皇后问题所有的解(Solving eight queens problem by using Javascr ipt)
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:一条流浪狗
  1. 8 queens

    0下载:
  2. 利用C语言计算八皇后问题,并枚举出所有的解(Solving eight queens problem by using C)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:一条流浪狗
  1. Eight Queen

    0下载:
  2. 可以在界面中选择不同条件的八皇后,然后会显示所有结果(You can select eight queens with different conditions in the interface, and then all the results will be displayed.)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-22
    • 文件大小:158720
    • 提供者:AyneLFink
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org