搜索资源列表

  1. N-Queens

    0下载:
  2. 软件架构的N皇后问题,这个算法效率比较高-Software architecture of the N queens problem, this algorithm is more efficient
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:1222656
    • 提供者:杜佳佳
  1. 4Q

    0下载:
  2. this program is about 4 Queens problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:Gautami
  1. 3

    0下载:
  2. The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard such that none of them are able to capture any other using the standard chess queen s moves. The queens must be placed in such a w
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:Mahmood
  1. Queens

    0下载:
  2. 用VS6.0编写的八皇后问题。内包含完整代码及实验结果截图。-Written by VS6.0 eight queens problem. Contains the complete code and the experimental results screenshot.
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. Java solution of Queens problem
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-22
    • 文件大小:3072
    • 提供者:zhaoxiao
  1. eight.queens

    0下载:
  2. 八皇后问题的高效解法-递归版An efficient method for the eight queens problem - recursive version -An efficient method for the eight queens problem- recursive version
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-22
    • 文件大小:3072
    • 提供者:utub
  1. Queens.cpp

    0下载:
  2. 采用LasVegas算法解决N皇后问题,设置了stepVeags,即前stepVeags步采用随机算法放置皇后,剩下的采用回溯法放置皇后-solve the N Queens problem using LasVegas
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:shan he
  1. eight-queens-problem

    0下载:
  2. eight queens problem;e ight queens problem;e ight queens problem;e ight queens problem;e ight queens problem;eight queens problem;-eight queens problem;
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:shede223
  1. Eight-Queens

    0下载:
  2. 八皇后问题,给出皇后的个数,会得出满足条件的方法,还会显示每种摆法-Eight Queens problem, given the number of Queens, will come to meet the conditions of the method, but also show each pendulum method
  3. 所属分类:Windows编程

    • 发布日期:2024-05-22
    • 文件大小:1448960
    • 提供者:chenfang
  1. Eight-Queens-Games

    0下载:
  2. 八皇后小游戏,实现说明,以及代码实现原文件。-Eight Queens game to achieve that, and the code of the original document.
  3. 所属分类:其他智力游戏

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

    0下载:
  2. 八皇后问题所有解的Java程序代码,能得到92种全部解。-Java source code of the "Eight queens problem". It can work out all 92 solutions.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:3072
    • 提供者:*飞
  1. 8-queens

    0下载:
  2. 用C语言简单实现八皇后,人工智能,遗传算法-Simple implementation using C language eight queens, artificial intelligence, genetic algorithms
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:57344
    • 提供者:小君
  1. eight-queens

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

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

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

    • 发布日期:2024-05-22
    • 文件大小:343040
    • 提供者:陈财雄
  1. the-problem-of-eight-queens

    0下载:
  2. 用遗传算法解决8皇后问题,并在VC++环境下调试通过,得出了正确结果,word文档说明和C源代码-With a genetic algorithm to solve 8 queens problem, and in the VC++ debugging environment through, come to the right result, word and the C source code documentation
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:20480
    • 提供者:paradise
  1. Using-GA-to-solve-eight-queens

    0下载:
  2. 用遗传算法完美解决八皇后问题! 有详细的注释-Using genetic algorithms to solve the eight queens problem perfectly! Detailed notes
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:22528
    • 提供者:王飞
  1. eight-queens-problem-CPP

    0下载:
  2. 八皇后问题 C++ 课程设计 全面到位 源代码 类图 都有-Eight queens problem C++ source code in place a comprehensive curriculum design class diagram has
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:24576
    • 提供者:李亚普
  1. queens

    0下载:
  2. 简单 八皇后的实现 适合刚刚接触数据结构的c++编程同学参考,递归 回溯 便于理解-Simple implementation of the eight queens just contact data structure for c++ programming reference for students, easy to understand recursive backtracking
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:7168
    • 提供者:hhaha
  1. eight-queens

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

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:LJJ
  1. n-queens-graphical

    0下载:
  2. n-queens graphical,是算法分析与设计里N皇后的c+=代码,程序将问题进行了图形化-n-queens graphical
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:汪尔芳
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org