CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 数码

搜索资源列表

  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. qifashisuofuobashuma

    0下载:
  2. 人工智能,启发式搜索八数码问题,可以运行。-Artificial intelligence, heuristic search eight digital problem, you can run.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-10
    • 文件大小:1787
    • 提供者:高婧
  1. 8-Number-A-Star

    0下载:
  2. A*算法解决8数码问题,包含数据分析(C++源代码)-A* algorithm to solve eight digital issues, including data analysis (C++ source code)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-01
    • 文件大小:101788
    • 提供者:Bernie
  1. A-Star-solve-8NUM

    0下载:
  2. 人工智能-八数码问题A-STAR算法的实现及性能分析。包括C++源代码,有代码注释,理解轻松。-Artificial Intelligence- eight digital issues A-STAR algorithm and performance analysis. Including C++ source code, code notes, easy to understand.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-11
    • 文件大小:2432910
    • 提供者:Bernie
  1. A-star-8num

    0下载:
  2. 人工智能中A*算法解决八数码问题,c++源代码,vs2010编写实现,效果很好,代码有注释,方便理解-AI A* algorithm to solve eight digital problem, c++ source code, vs2010 prepared to achieve good results, code annotated, easy to understand
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-15
    • 文件大小:3126
    • 提供者:Bernie
  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. digitron

    0下载:
  2. 七段数码管问题。从一个数字变化到其相邻的数字只需要通过某些段(数目不限)或拿走某些段(数目不限)来实现.但不允许既增加段又拿起段。-seven digitron question
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:767
    • 提供者:wyt
  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. 8_puzzle

    0下载:
  2. 8数码问题,包含代码,可执行文件,readme,运行截图-8 puzzle, including code, executable files, readme, run shot
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:52584
    • 提供者:mz
  1. hao

    1下载:
  2. A算法解决15数码问题 应用在人工智能学科 用C#语言编程-digital hello world
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4731
    • 提供者:段霞
  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. EightDigital

    0下载:
  2. 八数码难题的解决方法,包括两种方法,用c语言编写。-Eight digital problem solving methods
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:19046
    • 提供者:
  1. Eight-digital-implementation-code

    0下载:
  2. 以重排九宫问题(八数码问题)为例,采用人工智能中的图搜索算法实现从初始状态到目标状态的路劲寻优问题。-Eight digital implementation code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:515875
    • 提供者:longjing
  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. 8-puzzle

    0下载:
  2. 启发式搜索解决八数码问题,人工智能经典算法-Heuristic search to solve the problem of the digital, classic artificial intelligence algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2521
    • 提供者:朱倩怡
  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. grid

    0下载:
  2. 实现了八数码的功能-Achieve the eight digital. . . . . . . . . . . . . . . . . . . . .
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-24
    • 文件大小:8045382
    • 提供者:xj
« 1 2 ... 18 19 20 21 22 2324 25 26 27 »
搜珍网 www.dssz.com