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

搜索资源列表

  1. 57130.45916033

    0下载:
  2. 人工智能八数码源代码 启发式搜索解决八数码问题的源代码 8数码难题算法,界面比较漂亮。操作简单-eight digital artificial intelligence heuristic search the source code to solve the problem eight digital source code 8 puzzle algorithm, interface more beautiful. Simple operation
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2485362
    • 提供者:小风
  1. Search-Assignment-Report

    0下载:
  2. 人工智能导论中的查找问题,包括water-jugs和8-pazzle。用prolog语言编程,内附说明和代码。-Searching problems in AI, including water-jugs and 8-puzzle. Program is write with prolog, and the illustrating and source code are included.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:226859
    • 提供者:cc
  1. Chess(8puzzle)

    0下载:
  2. 这个程序是从广度优先搜索,深度优先搜索,A算法以及A算法等多方面算法来解决八数码问题.zip-8-puzzle A* BFS DFS MFC
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:3768874
    • 提供者:benson
  1. EIGHTPUZZLE

    2下载:
  2. 用A*算法解决八数码问题,人工智能实验,内附实验报告。源码注释很详细-With the A* algorithm to solve 8 puzzle problem, artificial intelligence experiments, containing a laboratory report. Very detailed source notes
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:160628
    • 提供者:朱颢
  1. puzzle

    0下载:
  2. puzzle 8 games for java source
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:7367
    • 提供者:tas
  1. puzzle

    0下载:
  2. [简介] 名称: 《拼图》-附源代码 (代码行数:747 注释行数:164) 开发环境:WinXp+VC.Net2005+Win32 API 作者:mj 联系方式:mj055@yahoo.cn [拼图] 鼠标操作,有音效 游戏玩法仿文曲星上拼图游戏,每次只能用空白方块与左右相邻的数字方块对换, 当排列成1 2 3 则游戏胜利 4 5 6 7 8 [说明] 1.游戏引擎代码参考[美]Michael Mor
  3. 所属分类:Game Program

    • 发布日期:2017-03-28
    • 文件大小:518064
    • 提供者:mj
  1. 8Puzzle

    0下载:
  2. 8数码求解程序,含源代码。可以手动求解,也可以自动求解。自动求解部分使用了ACRush的程序-8 digital solving procedures, including source code. Can manually solving, but also can automatically solving. Automatically solving some of the procedures used ACRush
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:60146
    • 提供者:佚名
  1. eightnums

    0下载:
  2. 八数码拼图程序源码,可以实现初始8个数码顺序到目标8个数码顺序的自动拼图-Eight digital jigsaw program source code, can achieve the initial eight digital sequence to the target sequence of eight digital automatic puzzle
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:83153
    • 提供者:harderwu
  1. 8PuzzleSolver

    0下载:
  2. please help me resolving the problem with BFS code for 8-puzzle. thanks!
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-16
    • 文件大小:10328
    • 提供者:aleo
  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
    • 文件大小:669639
    • 提供者:Siegfried
  1. Fast_8_puz18227611292004

    0下载:
  2. 8 puzzle game source code in c
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:5572
    • 提供者:betoche
  1. 8_num

    0下载:
  2. 人工智能八数码问题用A*算法的求解源代码-AI 8 Puzzle Problem Solving with the A* algorithm source code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:255943
    • 提供者:xuting
  1. 15-puzzle

    0下载:
  2. 各种有趣的数学算法和数学题目,用数据结构解决-A variety of interesting mathematical algorithms and mathematical topics, with the data structure to solve
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-08
    • 文件大小:1678697
    • 提供者:liuyan
  1. source_code

    0下载:
  2. 八数码(启发式和广度优先搜索两种方法实现)+骑士巡游+比赛日程安排等经典问题的C++源代码-the source code of some classic problems, such as 8 puzzle question, Knight Parade, and Competition Schedule.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:9899
    • 提供者:mim
  1. 8_puzzle

    0下载:
  2. a source code for 8-puzzle problem in which initial state and final state are given as input and program shows the no of steps to solve the problem and states also which occur in between initial state and final state.
  3. 所属分类:Game Program

    • 发布日期:2017-04-09
    • 文件大小:1668
    • 提供者:naresh
  1. 8-Puzzle-2.0-With-Numbers

    0下载:
  2. This Source For 8 Puzzle With C# This Program Is Professional 8 Puzzle With A* And HilCliming
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:680684
    • 提供者:hamed
  1. EightQueens

    0下载:
  2. 8 Puzzle source code in java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-23
    • 文件大小:16449
    • 提供者:darpan
  1. C_Eight-Puzzle

    1下载:
  2. C语言:基于A星算法的8数码问题C程序源代码-C language: A star algorithm 8 puzzle problem C source code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2015-11-22
    • 文件大小:13312
    • 提供者:Ian_Wong
  1. 8-Puzzle

    0下载:
  2. source code of c# lan
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:89171
    • 提供者:mojo
  1. Source

    0下载:
  2. 8 Puzzle Logic Source Code for Computer Engineerning
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:2037
    • 提供者:Dennis
« 12 »
搜珍网 www.dssz.com