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

搜索资源列表

  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. 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. 8digits

    0下载:
  2. 人工智能中经典的八数码问题的求解。在输入文件中给出初始局面,则算出一个解。输出的是每个步骤之后的局面。最终局面是1-8的环绕排列(中间为空)。-Artificial Intelligence in the classic eight digital problem solving. Given in the input file the initial situation, then figure out a solution. After each step the output is the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:14213
    • 提供者:james
  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. EightPPuzzle

    0下载:
  2. 这是用C++写的八数码和八王后问题的代码,功能可能简单点,但是都实现了基本功能。所以是应付课程设计的不错选择。-This is written in C++ digital and eight queen problem code, functions may be simple, but can realize the basic functions of. So it is a good choice to cope with the curriculum design.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:15111
    • 提供者:lzq
  1. 2004062923325819487

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

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

    0下载:
  2. 人工智能的八数码问题,采用的A*启发式搜索,显示运行时间和每一步运行过程。基于MFC的-Eight puzzle problem in artificial intelligence, using the A* heuristic search, display the running time and every step of the operation process. MFC-based
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:16492
    • 提供者:程港
  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. eightnum

    0下载:
  2. 八数码是人工智能的一个典型问题,这是一个用C++编写的八数码程序-Eight digital is a typical problem of artificial intelligence, which is a C++ and eight digital program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:737941
    • 提供者:shrint
  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. jiugong

    0下载:
  2. 用java实现重排九宫问题(即八数码问题),人工智能-This is a project about java
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:99524
    • 提供者:ma
  1. lessnumberfirst

    0下载:
  2. 八数码难题的第二种解法,仍然用分支限界法,但是选择的优先策略变成了不在目标位置上的数最少的优先的方法-The second solution of eight digital problems are still using the branch and bound, but to select the priority strategy into a not in the target location on the least number of priority
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:971304
    • 提供者:杨一
  1. eightdigital

    0下载:
  2. 个八数码拼图是根据网上的一个简单的拼图游戏改编而来。本程序保留了原程序的主要界面,重写了拼图主要功能的实现方法,加入了八数码的A*算法,使其可以完成自动拼图功能。-Eight digital puzzle is adapted from a simple jigsaw puzzle online. This procedure retains the original program' s main interface, and rewrite the main function of t
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:426762
    • 提供者:mojianxiong
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 20 »
搜珍网 www.dssz.com