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

搜索资源列表

  1. 数码问题(a算法

    0下载:
  2. a*算法求解数码问题。a*算法又叫做最佳图搜索算法是满足启发函数不大于实际耗散值的a算法可以用理论证明如果最佳解图存在的话一定可以用a*算法找出来。-with a * algorithm eight digital problem. a * algorithm also called the plan the best search algorithm, it is instructive function to meet not more than the actual value
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:11.24kb
    • 提供者:罗鹏魁
  1. 基于a算法的MFC界面的数码程序

    1下载:
  2. 基于a算法的MFC界面的数码程序本人本科做得最漂亮的大作业了,其中process函数是搜索的主函数。-8 digital program with MFC interface based on a star searching method which is the most proud project I have finished in my fu*king bachelor years.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2016-04-09
    • 文件大小:36kb
    • 提供者:ddgysx
  1. 8puzzle(C)

    1下载:
  2. a算法解决数码难题用C语言写的期末课程设计-a digital satellite algorithm to solve eight problems, written by C language at the end of the curriculum design
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:49.75kb
    • 提供者:吴超前
  1. 8digitsa

    0下载:
  2. a算法+强启发函数解数码问题自带判断是否有解-a Star algorithm+ strong heuristic function solution of 8 digital issues, bring their own to determine whether the broken
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-01
    • 文件大小:965.93kb
    • 提供者:胡茂名
  1. SourceCode

    0下载:
  2. MFC实现的数码问题采用的是a算法欢迎多多指教!-Eight Box Game Using MFC
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-02
    • 文件大小:48.14kb
    • 提供者:SunMood
  1. aStar

    0下载:
  2. a算法实现数码问题找出从某一初态变换到终态的路径。-a Star algorithm 8 digital issues, identify the initial state of transformation from one path to the final state.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:127.95kb
    • 提供者:liuliu
  1. aI_Eight_number

    0下载:
  2. 本程序用来实现数码难题。采用a算法设计程序求出从初始状态到目标状态的最优路径并给出问题的状态表示、编码规则、搜索算法分析、简单程序说明和求得的最优路径。编程方法新颖思路清晰明了。-This procedure used to achieve the eight puzzle. a star algorithm used, the design process, from initial state to find the optimal path to goal state, and
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:259.55kb
    • 提供者:abler
  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
    • 文件大小:2.73kb
    • 提供者:Stella
  1. puzzle_Dialaog

    0下载:
  2. 采用a算法解决数码问题。用的软件是Visual C++ 6.0有图形界面。-a Star code for 8 Puzzle Problems
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-12
    • 文件大小:2.57mb
    • 提供者:niping
  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
    • 文件大小:5.65mb
    • 提供者:
  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
    • 文件大小:3.76mb
    • 提供者:
  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
    • 文件大小:2.02kb
    • 提供者:雪欣共享号
  1. PuzzleProblem

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

    • 发布日期:2017-05-02
    • 文件大小:527.49kb
    • 提供者:袁松
  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
    • 文件大小:2.55kb
    • 提供者:张阳
  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
    • 文件大小:912.21kb
    • 提供者:武林
  1. 数码a算法加扩展节点分析

    0下载:
  2. 基于matlab数码a*算法实现有图形界面化对用户友好。(Based on MaTLaB eight digital a* algorithm, graphical interface, user-friendly.)
  3. 所属分类:matlab例程

  1. 数码a*算法a算法

    1下载:
  2. 数码a*a算法程序使用c语言实现。只需将txt中内容复制粘贴到C语言运行环境中即可。
  3. 所属分类:数据结构常用算法

搜珍网 www.dssz.com