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

搜索资源列表

  1. eightnum

    0下载:
  2. 启发式搜索中的A*算法求解八数码问题,输出每一层状态和f,g,h值-The A* heuristic search algorithm eight digital output status of each layer and f, g, h values
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:3385
    • 提供者:千羽寻叶
  1. Axinsuanfa

    1下载:
  2. 用c语言编写,通过a星算法解决八数码和十五数码问题-To solve eight digital and fifteen digital problem through the a star algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2067
    • 提供者:雪欣共享号
  1. Astar_algorithm

    0下载:
  2. 使用A*算法求解八数码问题。优点:速度非常快。-Solve Eight number problem with A star algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-05-19
    • 文件大小:5256187
    • 提供者:James
  1. my_proj

    0下载:
  2. 在人工智能领域中, 八数码问题一直都是一个游戏难题。介绍了八数码问题, 然后在启发式搜索算法上对A * 算法定义进行了解释, 并在其旨在提高搜索效率的方面作了比较详尽的介绍, 详细描述了基于图搜索算法的解决此类问题的一种启发式搜索算法:A* 算法。再依据这种算法用可视化编程语言VC+ + 6. 0 来实现八数码问题的求解过程, 取得了预期的搜索解, 提高了搜索效率。-in english
  3. 所属分类:.net

    • 发布日期:2017-04-13
    • 文件大小:2233
    • 提供者:wangtao
  1. PuzzleProblem

    0下载:
  2. 八数码问题的四种不同股价函数的实现,采用a星算法实现-Eight digital
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:540148
    • 提供者:袁松
  1. Astar

    0下载:
  2. 八数码问题,A*算法使用,人工智能导论,启发式搜索-Eight digital, A* algorithm, Introduction to Artificial Intelligence
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:2184
    • 提供者:
  1. 8puzzle.tar

    0下载:
  2. 人工智能经典入门问题:八数码(百度一下就知道是什么了),使用A*算法实现,能够迅速求解出八数码的最简单解法。-Artificial intelligence introduction to the classic question: eight digital (Baidu Search know what it is), using the A* algorithm, can quickly find out the simple solution of eight digital.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3455
    • 提供者:terran
  1. zhineng

    0下载:
  2. 利用人工智能里面启发式搜索算法,编写了典型的八数码问题的一段程序。-Using heuristic search in artificial intelligence algorithm, write a typical eight digital problem of a program.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2353
    • 提供者:万羽
  1. Sudoku-Puzzle

    0下载:
  2. 八数码问题(类似于华容道),是一个有益智力的小游戏,通过空白滑块的移动来将混乱的图案恢复到有序的状态 本代码的核心算法通过fortran编写,经过matlab的制图功能进行可视化,解决了任意初始条件下的八数码问题的自动求解过程 1、matlab的exe文件在matlab文件夹中,点击打开之后出现gui图形化界面。 2、点击start按钮,程序会随机生成一个初始状态,并判断是否可解(solvable按钮显示YES即可解,NO即不可解)。 3、可解的话点击go按钮,程序开始自动运行,
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-09
    • 文件大小:1559364
    • 提供者:曾克成
  1. eightNum

    0下载:
  2. A* 算法实现八数码问题,包括问题可解性分析-A* algorithm to achieve the eight digital issues, including the question of solvability analysis
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-11
    • 文件大小:2555922
    • 提供者:王争
  1. Eight

    0下载:
  2. 运用诸多C++特性如模板,继承等手法完成的针对八数码问题的A*算法求解。-Use a lot of C++ features such as templates, inheritance, and other techniques for the completion of the A* algorithm eight digital problem solving.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4158
    • 提供者:刘凯新
  1. 8NUM

    0下载:
  2. 简单利用A*算法对八数码问题进行搜索求解,用于实现初级人工智能-Simple use of A* algorithm to solve eight digital search for achieving the primary artificial intelligence
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:256893
    • 提供者:王查
  1. AiiPn

    0下载:
  2. C++ A星算法实现八数码问题,启发函数为每一个将牌与其目标位置之间距离(不考虑夹在其间的将牌)的总和。-C++ A star algorithm eight digital, distance heuristic function sum (without considering sandwiched therebetween trump) between each of the brand to its target location
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:2610
    • 提供者:张阳
  1. A_star_solve_Eight_digital

    0下载:
  2. A*算法解决八数码问题,文件读取八数码,输出为操作步骤。-A* algorithm to solve eight digital, file reads eight digital outputs for the steps.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:291855
    • 提供者:刘峰
  1. eight

    0下载:
  2. 八数码问题用A*算法解决,c++语言,源代码。-Eight digital A* algorithm to solve
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1333
    • 提供者:白承焕
  1. 8n

    0下载:
  2. 搜索算法是人工智能研究的重要领域,也是在许多应用领域发挥重要作用的一种工具。本文研究了深度优先搜索算法,并给出了八数码问题的具体应用算法。-Search algorithm is an important area of artificial intelligence research, but also play an important role as a tool in many fields of application. This paper studies the depth-fir
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2496
    • 提供者:李志超
  1. Eight

    0下载:
  2. 利用A*算法解决八数码难题,寻找从初始状态变换到目标状态的最优解-The use of A* algorithm to solve eight digital problem, seek transformation initial state to target state optimal solution
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2100871
    • 提供者:Qing
  1. 8puzzle

    0下载:
  2. 八数码实现程序。支持A*算法、广度优先算法、深度优先算法。可以实现任意初始状态下八数码问题的实现。人工智能搜索原理的入门例程-Eight digital realization of the program. Support A* algorithm, breadth-first algorithm, depth-first algorithm. Can achieve any initial state eight digital problem. Artificial Intelligenc
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-13
    • 文件大小:2719693
    • 提供者:zhao
  1. TheEightDigits

    0下载:
  2. 运用启发式搜索算法,用来解决一个简单的八数码问题。这里用的是A星算法。-Using heuristic search algorithm, which is used to solve a simple eight digital problem. Here is A star algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:934103
    • 提供者:武林
  1. myNewAstar

    0下载:
  2. 用A*算法实现八数码问题,并且有图形界面,界面是dos界面- With A* algorithm eight digital and graphical interface, the interface is dos interface
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3318
    • 提供者:guowanwan
« 1 2 ... 4 5 6 7 8 910 »
搜珍网 www.dssz.com