CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - A算法 八数码

搜索资源列表

  1. Improved_EightPuzzle1

    0下载:
  2. 八数码问题算法的改进实现,内附详细的设计文档。-Improved implementation of the eight digital algorithm, enclosing a detailed design document.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-03
    • 文件大小:200907
    • 提供者:范权昌
  1. eight

    0下载:
  2. 八数码问题也称为九宫问题。在3×3的棋盘,摆有八个棋子,每个棋子上标有1至8的某一数字,不同棋子上标的数字不相同。棋盘上还有一个空格,与空格相邻的棋子可以移到空格中。要求解决的问题是:给出一个初始状态和一个目标状态,找出一种从初始转变成目标状态的移动棋子步数最少的移动步骤。所谓问题的一个状态就是棋子在棋盘上的一种摆法。棋子移动后,状态就会发生改变。解八数码问题实际上就是找出从初始状态到达目标状态所经过的一系列中间过渡状态。 八数码问题一般使用搜索法来解。搜索法有广度优先搜索法、深度优先搜索法
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-15
    • 文件大小:1226394
    • 提供者:cl
  1. eight_num

    0下载:
  2. 八数码问的A*算法解决 可以求出所有的搜索过程 并且输出最优解-The eight digital asked the A* algorithm to solve the obtained search process and output the optimal solution
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:10845
    • 提供者:猪猪
  1. bashuma

    0下载:
  2. 九宫格也即八数码问题程序 仅供参考 又vc++编写 a*改进算法-Jiugongge also eight digital program for reference only and vc++ write a* Improved algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:3582488
    • 提供者:aaltonen
  1. Puzzle-Killer-1.2

    3下载:
  2. 经典的八数码和十五数码问题的完美解决方案,对于任何情况均可以迅速出解,并且可以动态演示。并非用传统的A*或IDA*算法实现,效率远高于A*和IDA*算法。-The classic eight digital and 15 digital perfect solution for any situation can be quickly out of solution, and can be a dynamic presentation. Not achieve with traditional
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-09
    • 文件大小:1492884
    • 提供者:朱辉
  1. 8code

    0下载:
  2. 通过A*算法实现八数码(评估函数是通过不在位的将牌数来计算的)-A* algorithm to achieve the eight digital
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-25
    • 文件大小:159646
    • 提供者:zhangdaowei
  1. Artificial-Intelligence-EIGHT-NUMBER

    0下载:
  2. 人工智能实验 运用启发式搜索中的A*算法和A算法分别比较求解八数码问题-Artificial intelligence experiments using heuristic search in A* and A algorithms for Eight digital
  3. 所属分类:source in ebook

    • 发布日期:
    • 文件大小:160434
    • 提供者:melody
  1. EightNumbers

    0下载:
  2. 本源码为八数码问题的JAVA版本,采用了A星算法和RBFS算法,估价函数为几何距离。-The source for the eight digital JAVA version, using the A Star algorithm and RBFS algorithm, the valuation function is the geometric distance.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-15
    • 文件大小:2794
    • 提供者:Stella
  1. EightPuzzle

    0下载:
  2. 人工智能 A*算法解决八数码问题,又要20个字吗?-AI A* algorithm to solve eight digital issues, but also 20 characters do?
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-09
    • 文件大小:3309
    • 提供者:
  1. bashuma

    0下载:
  2. VC++环境下用C++语言A*算法实现八数码问题-VC++ environment using C++ language A* algorithm to achieve eight digital
  3. 所属分类:source in ebook

    • 发布日期:2017-12-07
    • 文件大小:1830
    • 提供者:何帅
  1. eight

    0下载:
  2. vc++6.0环境下的实现八数码问题,这是使用A*算法实现的-vc++6.0 environment to achieve eight digital problem, which is implemented using the A* algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-13
    • 文件大小:1355579
    • 提供者:明蓝
  1. puzzle_Dialaog

    0下载:
  2. 采用A星算法,解决八数码问题。用的软件是Visual C++ 6.0,有图形界面。-A Star code for 8 Puzzle Problems
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-12
    • 文件大小:2690084
    • 提供者:niping
  1. ba_shu_ma_wen_ti

    0下载:
  2. 用人工智能领域中经典的A*算法解决了人工智能中常见的八数码问题。本文首先介绍了八数码问题,然后对A*算法进行了解释。针对八数码问题给出并证明了路径不存在时的条件,并事先作了判定。定义了灵活的估价函数,分析了估价函数对程序效率的影响,并对Closed表进行了若干优化,提高了搜索效率,取得了较好的效果。-With the field of artificial intelligence in the classic A* algorithm to solve a common artificial
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:708101
    • 提供者:pw
  1. A_Star

    0下载:
  2. A星算法解决八数码问题,代码共有两种,基础版用于接收外部输入,解决输入状态到输出状态的变化,训练版为在已写好的数据集(362880个数据)下测试运行效果,代码用C语言书写,较为简洁-A star algorithm to solve the problem of the digital code there are two basic version for receiving an external input, output changes state to resolve the inpu
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-20
    • 文件大小:5923088
    • 提供者:
  1. IDA_star

    0下载:
  2. 使用IDA星算法解决八数码问题,效果比A星算法更好,运行速度更快,代码更为简洁,代码用C++语言编写,共包含基础版和测试版两个文件夹,测试版为在所写数据集上测试效果(362880个数据),基础版为人为输入源状态与目标状态,进行转化-IDA Star algorithm using eight digital problem solving, better than the A Star algorithm, run faster, more concise code, the code used
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:3944318
    • 提供者:
  1. EightCode

    0下载:
  2. 八数码A*算法,且输出最优路径,MFC界面实现-Eight digital A* algorithm, and outputs the optimal path, MFC interface implementation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:334347
    • 提供者:翟盼盼
  1. EightNum

    0下载:
  2. 该代码是在vc++6.0的环境下使用A*算法实现八数码问题-The code is in the use of A* algorithm environment vc++6.0 eight digital
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:911308
    • 提供者:forest
  1. EightNum

    0下载:
  2. 用A*算法实现了八数码问题,能很好地处理八数码问题,运用将牌不在位的个数描述八数码问题-With the A* algorithm eight digital issues, can handle eight digital good, the use of the card is not in position number eight digital descr iption
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:257980
    • 提供者:付秋萍
  1. EightNum_henji

    0下载:
  2. 用A*算法实现了八数码问题,用不在位的将牌数作为启发函数,很好地处理了八数码问题-With the A* algorithm eight digital issues, not bit by the number of licenses as heuristic function, a good deal of the eight digital
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:258070
    • 提供者:付秋萍
  1. A8

    0下载:
  2. 人工智能八数码的代码,运用A*算法,包括实验报告在内,请批评指导-Artificial Intelligence eight digital code, the use of the A* algorithm, including lab reports included, please criticize guide
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-17
    • 文件大小:4123425
    • 提供者:ruier
« 1 2 3 4 5 6 7 89 10 »
搜珍网 www.dssz.com