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

搜索资源列表

  1. bushuma

    0下载:
  2. 八数码游戏,本人利用java亲手编写,人工智能课后作业,使用A*算法,大家可以参考-Eight digital games, I personally prepared using java, artificial intelligence homework, use the A* algorithm, we can refer to
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:106998
    • 提供者:jiangyuan
  1. 8

    0下载:
  2. 用C++实现的,A star算法解决八数码问题-Implemented with C++, A star algorithm to solve the problem eight digital
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:1032428
    • 提供者:cathy
  1. eight-puzzle

    0下载:
  2. 人工智能八数码的A*算法实现。 编译运行说明: 1.若编译成功却不能运行,请修改工程的设置 (Project\Setttings\Debug子项) 2.改变程序中MaxItem的值(本程序中MaxItem等于3) 和相关的输入用对话框,则可以计算MaxItem*MaxItem-1 数码问题-AI A* Eight digital algorithm. Compile and run: 1. If the compiler can not run successfully,
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:210241
    • 提供者:
  1. Eight-Digital-A_star

    0下载:
  2. 八数码A*算法,浙大OJ已AC 内含序列合法判定以及A*搜索思路-Eight Digital A* algorithm, Zhejiang University has AC OJ
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1807
    • 提供者:刘刚
  1. myfa

    0下载:
  2. 关于八数码问题, A*算法编的程序,欢迎下载。-Eight Puzzle Problem A* algorithm program, please download.
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:2041
    • 提供者:王丹
  1. EightPuzzle

    0下载:
  2. 基于MFC的八数码寻径问题,包括经典的人工智能算法:深度优先算法,广度优先算法及A*算法 动态显示搜索结果。-Eight digital MFC-based routing issues, including the classic artificial intelligence algorithms: depth-first algorithm, breadth-first algorithm and A* algorithm dynamic display of search result
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2175079
    • 提供者:李沐
  1. 8digits

    0下载:
  2. 人工智能实验中的八数码游戏,通过A*算法查找最优路径-Artificial intelligence experiment eight digital games, by A* algorithm to find the optimal path
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-01
    • 文件大小:1004354
    • 提供者:sjq
  1. 8shuma

    0下载:
  2. 实现八数码难题,有关使用A*算法的一个比较好的想法-solution to 8 puzzle
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:1025974
    • 提供者:商鞅
  1. eightNum

    0下载:
  2. 八数码程序,基于的A*搜索的人工智能算法描述-Eight digital program, the A* search based on artificial intelligence algorithms described
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:2271
    • 提供者:涂宏宇
  1. DigitalProblemPQ

    0下载:
  2. 基于C语言,采用A*算法实现八数码问题。-Based on the C language, using A* algorithm to achieve eight digital issues.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:633389
    • 提供者:Lee
  1. 8Puzzle_Astar

    0下载:
  2. 人工智能经典问题八数码的A*算法实现。没有图形界面。-Eight digital artificial intelligence classic problem of A* algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:275548
    • 提供者:zlf
  1. 2004062923325819487

    0下载:
  2. 八数码问题,基于A*算,A*算法是一种有序搜索算法,其特点在于对估价函数的定义上。对于一般的有序搜索,总是选择f值最小的节点作为扩展节点。-Eight digital issue
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:75312
    • 提供者:suhuhu
  1. eightNum_lufeiop

    0下载:
  2. 以八数码问题为例,设计一类滑块问题的求解系统,初步掌握智能搜索算法中的盲目搜索和启发式搜索这两类基本方法,同时通过具体的问题体会搜索算法、数据结构、程序设计等知识的综合应用 A*用到是不在位将牌数和曼哈顿距离,动态显示,有算时间 我自己很用心做的,有实验报告,绝对详细-Eight digital issues, for example, design a slider problem solving system, initially grasp the two basic method
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:3544349
    • 提供者:陆飞
  1. 8shuma

    0下载:
  2. 使用VC6编译环境,针对人工智能中的八数码问题使用A*和广度优先和深度优先算法,分别求解,将解算过程输出到相应txt文件-using VC6 implement the eight number problem in AI.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-24
    • 文件大小:3706707
    • 提供者:天天
  1. 8-shuma

    0下载:
  2. 基于a*算法的八数码问题源代码,八数码问题,广度优先,递归-Source code based on the a* algorithm, eight digital
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:11159
    • 提供者:znt
  1. Java-Eight

    0下载:
  2. Java版八数码游戏 更优化的算法,更直观的界面 可以随机生成八数码图由用户来拼 解不出来? 没关系,电脑帮你拼回去-Java version of the eight digital game More optimization algorithms, a more intuitive interface Randomly generated eight digital format by the user to fight Solution does not come
  3. 所属分类:Other Games

    • 发布日期:2017-04-07
    • 文件大小:9082
    • 提供者:sohingkeung
  1. 8puzzle

    0下载:
  2. 用MFC把八数码问题的算法实现,深度优先,广度优先,A算法都实现了,大家可以参考一下,应该用得上-Eight digital algorithm to achieve with MFC, depth-first, breadth-first, A algorithm are realized, we can refer to, you should need them
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-15
    • 文件大小:23509158
    • 提供者:李亚新
  1. bashuma

    1下载:
  2. 人工智能 八数码问题实现算法,使用了A*算法,实验报告附带源码-Artificial Intelligence eight digital algorithm, using the A* algorithm, experimental report incidental source
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-06-03
    • 文件大小:61440
    • 提供者:唐诗
  1. eight_number

    0下载:
  2. A*算法求解八数码问题 可以输出最优解 以及所有拓展节点-A* Algorithm eight digital output of the optimal solution, as well as all expand node
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-14
    • 文件大小:281178
    • 提供者:liwenzhu
  1. eight

    0下载:
  2. 使用A*算法解决八数码问题。这是我的一份作业,-A* algorithm solve eight digital issue. This is my job,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-06
    • 文件大小:3515
    • 提供者:回音男孩
« 1 2 3 4 5 6 78 9 10 »
搜珍网 www.dssz.com