CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - a star puzzle

搜索资源列表

  1. puzzle

    0下载:
  2. 用A star,先深搜索等搜索算法搜索puzzle。
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:136.79kb
    • 提供者:fancyiyang
  1. Eight_(8)_2183836282010

    0下载:
  2. A star algoritm for 15-puzzle
  3. 所属分类:Games

    • 发布日期:2017-04-01
    • 文件大小:27.78kb
    • 提供者:elham
  1. 8puzzle_Astar

    0下载:
  2. An A-star algorithm for solving 8-puzzle problem
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2.06kb
    • 提供者:iman
  1. PuzzleGame

    0下载:
  2. Puzzle game free source with cSharp
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:138.54kb
    • 提供者:quang
  1. PUZZLE

    0下载:
  2. application puzzle .net* c#
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:52.05kb
    • 提供者:haouet
  1. 8_puzzle

    0下载:
  2. 8数码问题的Java求解,采用A*算法。数据结构采用的Vector<int[]>。输出为"no solution"或一系列表示求解过程的字符串。 某些30步的测试样例需要半分钟左右,但是绝对是正确解~~万望您能不吝点滴时间耐心等待……orz thnx~~ 我用的启发函数计算了现在的网格距离目标网格还有多远。 具体算法是,将每一格中的数字的坐标与其应该在的坐标的差加到一起,得到这个最终值h(x) 也就是Manhattan_Distance 源码使用
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:653.94kb
    • 提供者:Siegfried
  1. MagicalSquares

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

    • 发布日期:2017-03-30
    • 文件大小:59.41kb
    • 提供者:cohenfeng
  1. n-puzzle

    0下载:
  2. n-puzzle (8-puzzle, 15-puzzle, 24-puzzle) solution using A* algorithm. i have used 2 pass for reducing memory consumption by half. i will post it also on my blog http://rooparam.blogspot.com-n-puzzle (8-puzzle, 15-puzzle, 24-puzzle) solution using A*
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:4.34kb
    • 提供者:rrc
  1. 8Puzzle

    0下载:
  2. A* Algorithm this program shoes how A* algorithm solve a 8-puzzle problem step by step
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:101.51kb
    • 提供者:parisa
  1. A_Acolyte_176621752004

    0下载:
  2. A Acolyte of AI with 8 Puzzle-This is an attempt to bring some AI programming in VB using A Star (A*) algorithm to solve 8 puzzle problem. This is the famous AI search algorithm test problem to rearrange misplaced cells in a proper sequence on an 3 b
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:28.52kb
    • 提供者:Sun
  1. puzzle

    0下载:
  2. 用A star,先深搜索等搜索算法搜索puzzle。-star
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:136.79kb
    • 提供者:Jack
  1. 15puzzleastar

    0下载:
  2. this 15 puzzle program,this program work with A Star algorithm... -this is 15 puzzle program,this program work with A Star algorithm...
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:1.09mb
    • 提供者:Navid Yamini
  1. eightpuzzle

    0下载:
  2. 8 puzzle problem with A-star algorithm.-8 puzzle problem with A-star algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:15.33kb
    • 提供者:Jim
  1. TileProblem.tar

    0下载:
  2. This is simulation of classic 15 tile puzzle problem solver. It has capability to solve the problem using artificial intelligent techniques of depth first search and A-star search. This project is completely done in netbeans for running game requ
  3. 所属分类:Other Games

    • 发布日期:2017-03-29
    • 文件大小:21.66kb
    • 提供者:ravi
  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
    • 文件大小:14.71kb
    • 提供者:
  1. A-star-8-number

    0下载:
  2. A*算法解决8数码难题,有界面。 A*算法解决8数码难题,有界面。-8 A* algorithm to solve the digital puzzle, there is the interface. 8 A* algorithm to solve the digital puzzle, there is the interface.
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1.46mb
    • 提供者:Freya
  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
    • 文件大小:102.96kb
    • 提供者:sunxiaoyu
  1. puzzle

    0下载:
  2. 8 puzzle in c with A star-8 puzzle in c with A star
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2.29kb
    • 提供者:hamid
  1. A-star

    0下载:
  2. python A-star算法求解8-puzzle-python A-star algorithm 8-puzzle
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2.06kb
    • 提供者:夏益志
  1. 14EC35033_assignment1

    0下载:
  2. a-star algo for 8-puzzle program using 3 different heuristics
  3. 所属分类:网络编程

    • 发布日期:2017-12-24
    • 文件大小:243kb
    • 提供者:sandeep2103
« 12 »
搜珍网 www.dssz.com