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

搜索资源列表

  1. AStar

    0下载:
  2. 八数码问题的A*算法实现,java的伪代码,基本思想-8 digital issues of A* algorithm, java pseudo code, the basic idea
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:3264
    • 提供者:呵呵
  1. new8

    0下载:
  2. 人工只能中的八数码问题,采用A*算法搜索-Artificial only in the eight digital issues, the use of A* algorithm search
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:7244
    • 提供者:苏打
  1. eg

    0下载:
  2. 一个简单的求解八数码问题的程序。采用A*算法,注释清晰易读-A simple eight digital problem solving procedures. Using A* algorithm, legible notes
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:279452
    • 提供者:apollocarlos
  1. bashuma

    0下载:
  2. 八数码三种方法:广度,深度,A*算法,人工智能的经典算法-Eight digital three ways: breadth, depth, A* algorithm, artificial intelligence classic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:11938
    • 提供者:郭娟
  1. eightpuzzle

    0下载:
  2. 用java编写的八数码算法,具有图形化界面和最优路径的输出-Using java prepared eight digital algorithm, with a graphical interface and the optimal path of output
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:3704
    • 提供者:fantasysq
  1. node

    0下载:
  2. 自己编写的解八数码问题的简单算法,用c++实现-I have written eight digital solution of a simple algorithm for the problem.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1608
    • 提供者:吕东
  1. eightcode

    0下载:
  2. 优化后A*算法解八数码难题,只需要在源文件中将初始化的八数码输入即可,具有很好的泛化性。-Optimized solution of A* algorithm eight digital problems and only required source files will be initialized in the eight digital input, has a good generalization of.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:271409
    • 提供者:stefwang
  1. Eight-puzzle

    0下载:
  2. 这个程序是A*算法的简单实现,来解决八数码问题-It just simply applys the A* algorithm to solve the Eghit-puzzle problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:1882
    • 提供者:高金华
  1. eight-digit

    0下载:
  2. 求解八数码问题,初始状态存放在文件中,读入后使用A*算法求解8数码问题,目标状态为1238_4765,即从左上角开始为1,然后按顺时针排列在九宫格中。输出为具体求解步骤-Solving the eight digital issues, the initial state stored in the document, read to use the A* algorithm to solve 8 digital issues, the target state for the 1238_476
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:16462
    • 提供者:郑益夫
  1. AIsearchproblem

    0下载:
  2. 对于通常的九宫问题(八数码)的一个解决方案,程序中实现的三种搜索算法——深度,广度,启发式-Nine-palace for the usual problems (8 digital) of a solution, and procedures to achieve the three search algorithms- depth, breadth, heuristic
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1222156
    • 提供者:Liny
  1. AStarUpan

    0下载:
  2. 用A星算法求解八数码问题,使用的是JAVA语言编程,开发环境是Netbeans-With A Star Algorithm 8 digital issues, using the JAVA programming language, development environment is Netbeans
  3. 所属分类:Java Develop

    • 发布日期:2017-05-11
    • 文件大小:3046654
    • 提供者:袁晓
  1. cvery_14001984

    0下载:
  2. A*算法 八数码问题 使用简单 过程式表示-A* algorithm is 8 digital issues be expressed using a simple process
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. A*算法实现八数码问题,输入为String类型的当前状态,输出为每步的变化状态。效率较高。-8 Digital A* algorithm problem
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2430
    • 提供者:艾琳
  1. atree

    1下载:
  2. 八数码问题用A*算法实现 VC++6.0实现的八数码问题-eightnum
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-06-03
    • 文件大小:153788
    • 提供者:mengshen
  1. 8_puzzle

    0下载:
  2. 8数码问题 八数码问题 A*算法 Hash结构-eight puzzle problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2816
    • 提供者:abacaba
  1. 8shuma

    0下载:
  2. vc6.0环境下编写的使用A*算法完成八数码问题求解的通用程序,可以参考-vc6.0 environment using A* algorithm is written in the eight general-purpose digital problem-solving process, can refer to
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:1762
    • 提供者:张弦
  1. A-star

    0下载:
  2. 八数码问题---用A*算法来解决八数码问题-Digital problems--- with eight A* algorithm to solve the Eight Puzzle Problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:15061
    • 提供者:
  1. aStar

    0下载:
  2. a*算法八数码 用c++编写a*算法,完成八数码问题-a* algorithm eight digital with c++ to write a* algorithm, completed eight digital
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:1077376
    • 提供者:杨梦伦
  1. search-procedures

    0下载:
  2. 写了几个程序,请拍砖 为了配合人工智能导论课的教学,写了几个关于搜索的程序。 这几个程序的目的,是为了帮助同学学习,因此没有考虑程序 的实现效率,只追求算法的实现思路,力求简单明了,尽可能 与书上的算法描述一致。不知是否能达到这个目的,请大家给 提提意见。 共4个程序: 传教士也野人问题,回溯算法 传教士与野人,A*算法 八数码问题,A*算法 Alpha_Beta剪枝算法 一个txt文件,是Alpha_Beta剪枝程序的数据文件。-Wrot
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-22
    • 文件大小:13559
    • 提供者:郑友人
  1. zll

    0下载:
  2. 人工智能A算法八数码问题,给定一个初始八数码,已知一个目标八数码,输出从初始八数码到达目标八数码的过程-Artificial Intelligence
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:2772
    • 提供者:蔡玲
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com