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

搜索资源列表

  1. bashuma

    0下载:
  2. 八数码问题,用广度优先和深度优先算法实现。并且用mfc实现界面,让结果算法运行过程以动画显示。并附上实验报告-Depth-first search algorithm and the breadth-first search algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-14
    • 文件大小:3245101
    • 提供者:龚汉杰
  1. 8num

    0下载:
  2. 八数码问题的简单算法,广度优先 字数补丁.exe-8 digital issues simple algorithm, breadth-first words patch. Exe
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:1465
    • 提供者:永远
  1. eightnum

    0下载:
  2. 三种算法(A*,广度优先,深度优先)求解八数码问题,方便对三种算法的优劣作比较-Three algorithms (A*, BFS, DFS) for Eight digital issues, to facilitate the merits of the three algorithms for comparison
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:878292
    • 提供者:Yang
  1. 8numcant

    1下载:
  2. 广度搜索八数码问题,用康托展开判重,哈希表的思想。-BFS 8 digital issues, with Cantor re-start negotiations, hash table ideas.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:919
    • 提供者:ly
  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. eight-number

    0下载:
  2. 八数码的三种解法:A算法,广度优先,深度优先-Three Solutions to eight digital: A algorithm, breadth-first, depth first
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:978016
    • 提供者:毛毛
  1. eight

    1下载:
  2. 八数码拼图游戏的求解程序,通过双向广度优先搜索算法,输出最优解的路径.-Eight digital jigsaw puzzle solving process, through bi-directional breadth-first search algorithm, the optimal solution output path.
  3. 所属分类:Game Program

    • 发布日期:2015-11-23
    • 文件大小:1024
    • 提供者:zhuwc
  1. EightPuzzle

    0下载:
  2. 基于MFC的八数码寻径问题,包括经典的人工智能算法:深度优先算法,广度优先算法及A*算法 动态显示搜索结果。-Eight digital MFC-based routing issues, including the classic artificial intelligence algorithms: depth-first algorithm, breadth-first algorithm and A* algorithm dynamic display of search result
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2175079
    • 提供者:李沐
  1. EightPuzzl

    0下载:
  2. 解决八数码的排列问题,用三种搜索方法,广度,深度,启发式搜索-Arrangement of eight digital solve the problem, with the three search methods, breadth, depth, heuristic search
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:48338
    • 提供者:SUE
  1. 8Puzzle_BFS

    0下载:
  2. 人工智能经典问题八数码的广度优先搜索算法实现。没有图形界面。-Classic problem of artificial intelligence, eight digital breadth-first search algorithm. No graphical interface.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:145763
    • 提供者:zlf
  1. 8shuma

    0下载:
  2. 使用VC6编译环境,针对人工智能中的八数码问题使用A*和广度优先和深度优先算法,分别求解,将解算过程输出到相应txt文件-using VC6 implement the eight number problem in AI.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-24
    • 文件大小:3706707
    • 提供者:天天
  1. 8-shuma

    0下载:
  2. 基于a*算法的八数码问题源代码,八数码问题,广度优先,递归-Source code based on the a* algorithm, eight digital
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:11159
    • 提供者:znt
  1. 8puzzle

    0下载:
  2. 用MFC把八数码问题的算法实现,深度优先,广度优先,A算法都实现了,大家可以参考一下,应该用得上-Eight digital algorithm to achieve with MFC, depth-first, breadth-first, A algorithm are realized, we can refer to, you should need them
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-15
    • 文件大小:23509158
    • 提供者:李亚新
  1. bashuma

    0下载:
  2. 解决八数码问题的广度优先搜索的源代码,编程语言为C-Solve the problem of eight digital breadth first search source code.For c++ programming language
  3. 所属分类:Other Riddle games

    • 发布日期:2017-12-04
    • 文件大小:5405
    • 提供者:周开阳
  1. eight

    0下载:
  2. 八数码问题也称为九宫问题。在3×3的棋盘,摆有八个棋子,每个棋子上标有1至8的某一数字,不同棋子上标的数字不相同。棋盘上还有一个空格,与空格相邻的棋子可以移到空格中。要求解决的问题是:给出一个初始状态和一个目标状态,找出一种从初始转变成目标状态的移动棋子步数最少的移动步骤。所谓问题的一个状态就是棋子在棋盘上的一种摆法。棋子移动后,状态就会发生改变。解八数码问题实际上就是找出从初始状态到达目标状态所经过的一系列中间过渡状态。 八数码问题一般使用搜索法来解。搜索法有广度优先搜索法、深度优先搜索法
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-15
    • 文件大小:1226394
    • 提供者:cl
  1. jyyEight_Num_Fengart

    0下载:
  2. 八数码问题的解决,包括三种路径的查找最优解,例如:深度优先查找,广度优先查找。-Eight digital problem solving, including three kinds of paths to find an optimal solution, for example: depth-first search, breadth-first search.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-25
    • 文件大小:8504814
    • 提供者:jyy
  1. source_code

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

    • 发布日期:2017-03-25
    • 文件大小:9943
    • 提供者:ledonJu
  1. BFS-for-eight-digit

    0下载:
  2. 广度优先搜索实现八数码,源码和可执行文件, 未优化,带注释-Breadth-first search to achieve eight digital, source code and executable files, Unoptimized, annotated
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. 八数码难题的java源代码,采用的是广度优先算法。-Eight puzzle java source code, using the breadth-first algorithm.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:2342
    • 提供者:王强
  1. Test

    0下载:
  2. 八数码难题的搜索求解演示,该程序研究广度搜索算法。-Eight digital problem solving search demonstration, research breadth search algorithm.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-25
    • 文件大小:23153
    • 提供者:王娜
« 1 2 34 »
搜珍网 www.dssz.com