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

搜索资源列表

  1. EightFigure

    0下载:
  2. 自己用JAVA编的人工智能的A*算法的八数码程序-own use JAVA series of the artificial intelligence of the A * algorithm eight digital procedures
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2267591
    • 提供者:妄言
  1. 8shuma_vc

    0下载:
  2. 八数码问题的vc原文件,用人工只能的a算法来设计的,请大家执教-eight digital vc the original document, with a manual only to the design of the algorithm, please coach
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3647
    • 提供者:朱晕
  1. Eidffakght

    1下载:
  2. 利用BFS算法解八数码问题 在3*3的方格上放着1-8数码,有一空格为0变化规则为空格可以和上,下,右,左四个相邻的数字互换, 至到和目标状态相等, 每一种状态用一个结点表示 而每个结点每次变化最多有四种结点,将这些结点依次入队列中, 例如初始结点S0,入队列后出队,将S0变化最多产生的四种结点S01,S02,S03,S04依次入队列中, 当S01出队后,产生的四种结点S11,S12,S13,S14(实际上不会有四种结点)依次入队, 每次出队时与结束结点相比较,如果
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13589
    • 提供者:刘少人
  1. EightFigure(A-Star)

    0下载:
  2. 经典的八数码问题,重在相互交流(A*算法实现).-eight digital classic problem lies in mutual exchanges (A * algorithm).
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:74620
    • 提供者:王锋
  1. 八数码问题解答

    0下载:
  2. 目前开发人工只能的朋友一定会遇到bp算法中八进制的问题,这段程序很好的解决了这个问题。我目前在作模糊控制,神经网络,遗传算法的课题,收集了很多相关程序,望同方向者探讨一二。-only friends will find bp algorithm octal problem, this process satisfactorily resolved this problem. Now I make fuzzy control, neural networks, genetic algorithms
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:237368
    • 提供者:罗宾
  1. artificial_intelligence_demo_programs

    1下载:
  2. 光盘中的演示实例是人工智能原理和方法的演示程序.包括基于归结原理的推理系统,合一算法,等式归结,归类算法,野人与传教士过河问题,八数码问题,八皇后问题,一字棋,博弈算法,遗传算法和蚁群算法等的演示。-CD-ROM presentation of a number of examples of the hard work of graduate and undergraduate results. Including reasoning based on the principle of the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-17
    • 文件大小:26622036
    • 提供者:解洪文
  1. MagicalSquares

    0下载:
  2. 基于A-Star算法实现的重排九宫图即八数码问题-The solution of Eight-puzzle Problem
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:60836
    • 提供者:cohenfeng
  1. A

    0下载:
  2. 用A*算法实现的八数码问题求解,评估函数可以随意改动。-a alogrithm for eight digal problem.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:722065
    • 提供者:李从
  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
    • 文件大小:131024
    • 提供者:liuliu
  1. A-star-for-eight-digital-puzzle-

    0下载:
  2. 基于A※算法的八数码难题的编程实现与测试-the programe for the eight digital puzzle based on the A star algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:105431
    • 提供者:sunxiaoyu
  1. A-search-algorithm-

    0下载:
  2. A搜索算法 在八数码问题中应用,c 实现源码-A search algorithm is applied in eight digital issues, c source code to achieve
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:18727
    • 提供者:cici
  1. eight-code-A-star

    0下载:
  2. 八数码实现的a星算法,用c++编写,代价函数课重载-Eight digital algorithm to achieve a star c++ written lesson overloaded cost function
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-14
    • 文件大小:1199954
    • 提供者:青笑笑
  1. A-star-eight-the-number-of-problems

    0下载:
  2. 用A星算法实现--八数码问题 C++源代码 使用错误位置法-A star algorithm Law- eight digital C++ source code using the wrong position
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-04
    • 文件大小:3151
    • 提供者:丛琳
  1. A-Star-solve-8NUM

    0下载:
  2. 人工智能-八数码问题A-STAR算法的实现及性能分析。包括C++源代码,有代码注释,理解轻松。-Artificial Intelligence- eight digital issues A-STAR algorithm and performance analysis. Including C++ source code, code notes, easy to understand.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-11
    • 文件大小:2432910
    • 提供者:Bernie
  1. A-star-8num

    0下载:
  2. 人工智能中A*算法解决八数码问题,c++源代码,vs2010编写实现,效果很好,代码有注释,方便理解-AI A* algorithm to solve eight digital problem, c++ source code, vs2010 prepared to achieve good results, code annotated, easy to understand
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-15
    • 文件大小:3126
    • 提供者:Bernie
  1. A-star-search-for--eight-digit

    0下载:
  2. A*算法实现八数码问题。源码和可执行文件。 vs2012实现通过-A* algorithm eight digital problem. Source code and executable files. vs2012 achieved by
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:434090
    • 提供者:雷建华
  1. A

    0下载:
  2. 人工智能中,用A*算法解决八数码难题,代码附在报告后面,为C语言编写。-AI A* algorithm for 8 numbers problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:108716
    • 提供者:苏提
  1. A--algorithm-eight-digital-problem

    0下载:
  2. 这是一个领用人工智能中的A*算法求解八数码问题的完整实现,包含多种启发函数。-This is A recipients A* algorithm in artificial intelligence eight digital problem complete implementation, contain A variety of enlightening function.
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:178917
    • 提供者:maochuanwu
  1. a

    0下载:
  2. A*算法求解八数码问题,命令行输入格式: 程序名 输入文件名 输出文件名-A* algorithm eight digital issues, the command line input format: program name Enter the file name of the output file name
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:3899
    • 提供者:黄予
  1. 1111990

    0下载:
  2. 八数码问题的vc原文件,用人工只能的a算法来设计的,请大家执教()
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-01
    • 文件大小:3072
    • 提供者:CRFAgjxqy$6802
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com