搜索资源列表

  1. “八皇后”动态图形的VC实现

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

    • 发布日期:2008-10-13
    • 文件大小:2373
    • 提供者:yang
  1. 八皇后问题的源码

    0下载:
  2. 8皇后问题的源码,多多指教!-the source, a great weekend!
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:4767
    • 提供者:dj
  1. 1八皇后

    0下载:
  2. 八皇后问题 数据结构学习源码-8 Queens source data structure study
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:791
    • 提供者:的弗萨
  1. Genetic

    0下载:
  2. 用遗传算法解决八皇后问题! 有比较详细的注释! 还有有关遗传算法理论的描述。 -Using genetic algorithms to solve the issue of the eight Queen
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:23552
    • 提供者:
  1. N_QueensDemo

    0下载:
  2. 一个解决国际象棋中的八皇后问题的回溯算法.-A solution to chess problems in the eight Queen
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:43008
    • 提供者:thmfire
  1. C++

    0下载:
  2. C++课程设计常用到的源代码。包括八皇后问题等-C++ Curriculum design common to the source code. Including eight Queen s problems
  3. 所属分类:其他游戏

    • 发布日期:2024-05-18
    • 文件大小:59392
    • 提供者:
  1. haxibiao

    0下载:
  2. 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。可以利用递归方法分别一一测试每一种摆法,直到得出正确的答案。 要求: 1、在处理每个题目时,要求从分析题目的需求入手,按设计抽象数据类型、构思算法、通过设计实现抽象数据类型、编制上机程序和上机调试等若干步骤
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:16384
    • 提供者:秦仁
  1. Queue

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

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:何再兴
  1. eightQueens

    0下载:
  2. 经典八皇后问题——数据结构课程设计报告,虽然好多地方都有,我这个是按老师要求做好的,加个封面就可以直接上交。-Queen s classic eight questions- data structure of the curriculum design report, although a lot of places, I this is based on the teacher asked to do a good job, and
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:105472
    • 提供者:贾名
  1. EightQueen

    0下载:
  2. 人工智能中八皇后问题的算法演示,通过二叉排序数对所有可能的路径进行排序,广度遍历-8 Queen
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:204800
    • 提供者:苏哲文
  1. queen

    0下载:
  2. 八皇后问题的完整实现,运行正常,结果正确-8 Queen s complete realization of operating normally, the results of the correct
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:eric
  1. Queen

    0下载:
  2. 这是JAVA编写的八皇后问题 太牛了 你一定会有所收获 其中还有详尽的注释 这个程序是用了递归的算法-This is a JAVA problem of the preparation of the eight Queen
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:朱元琦
  1. queen

    0下载:
  2. 所谓八皇后问题(Eight Queens Problem),是在8*8格的棋盘上,放置8个皇后。要求每行每列放一个皇后,而且每一条对角线和每一条反对角线上最多只能有一个皇后,这是一个典型并行算法,C语言实现。-The so-called Queen s the issue of eight (Eight Queens Problem), in the 8* 8 grid of the chessboard, 8 Queen s plac
  3. 所属分类:并行运算

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:chj
  1. 8queen_scr

    0下载:
  2. 用遗传算法解决八皇后问题的VC++源代码。-Using genetic algorithms to solve the issue of the eight Queen
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-18
    • 文件大小:16384
    • 提供者:ljc
  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-18
    • 文件大小: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-18
    • 文件大小:24572928
    • 提供者:肖强
  1. Queen

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

    • 发布日期:2024-05-18
    • 文件大小:8676352
    • 提供者:孙艺sunny
  1. 新建文件夹

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

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

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

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

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

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:一条流浪狗
« 1 2 3 45 6 7 8 9 10 ... 47 »

源码中国 www.ymcn.org