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

搜索资源列表

  1. 八数码多算法实现

    1下载:
  2. 这个程序是从广度优先搜索,深度优先搜索,A算法以及A*算法等多方面算法来解决八数码问题-this procedure is breadth - first search, depth-first search, A and A * algorithm algorithm various algorithms to solve the problem eight digital
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:75625
    • 提供者:藤力
  1. 八数码MFC实现

    1下载:
  2. 用MFC实现的八数码,AStar算法!
  3. 所属分类:界面编程

  1. 八数码

    0下载:
  2. 采用A*算法实现八数码的自动路径搜索问题。
  3. 所属分类:对话框与窗口

    • 发布日期:2010-10-15
    • 文件大小:687647
    • 提供者:skygmy
  1. SourceCode

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

    • 发布日期:2017-04-01
    • 文件大小:49295
    • 提供者:SunMood
  1. bashumaA

    0下载:
  2. 八数码问题,MFC+A*算法实现!Open表方法!-MFC,I don t know how to miaoshu
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-21
    • 文件大小:6476813
    • 提供者:王亚飞
  1. AStarAlgorithmsApplication

    0下载:
  2. C#实现的基于迭代加深的A*算法的八数码问题-A-star Algorithms application
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:44900
    • 提供者:李成龙
  1. fans

    0下载:
  2. 用编程语言实现八数码难题的启发式搜索算法; 2. 利用所编程的程序,对初始的So状态
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1088351
    • 提供者:yjw
  1. dist

    0下载:
  2. 用编程语言实现八数码难题的启发式搜索算法; 2. 利用所编程的程序,对初始的So状态 用编程语言实现八数码难题的启发式搜索算法; 2. 利用所编程的程序,对初始的So状态 -用编程语言实现八数码难题的启发式搜索算法; 2. 利用所编程的程序,对初始的So状态
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:815014
    • 提供者:yjw
  1. Astar

    0下载:
  2. A*算法实现的八数码问题,使用STL的优先队列及康拓展开的hash函数实现-A* algorithm implementation of the 8 digital issues, using priority queue in STL, and Courier function as hash function to implement
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:2049
    • 提供者:oily
  1. bashuma

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

    • 发布日期:2017-05-13
    • 文件大小:3245101
    • 提供者:龚汉杰
  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. MyAStar

    0下载:
  2. 使用人工智能的A*算法实现八数码问题,速度非常快。程序有良好的可视化界面。-A* algorithm using artificial intelligence to achieve eight-puzzle problem, very fast. Program has a good visual interface.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-26
    • 文件大小:9226395
    • 提供者:冯亚雷
  1. Abashuma

    0下载:
  2. 很好用的用A*算法实现得到八数码,好用和很。
  3. 所属分类:Other systems

    • 发布日期:2017-05-15
    • 文件大小:3814557
    • 提供者:fei
  1. Puzzle-Killer-1.2

    3下载:
  2. 经典的八数码和十五数码问题的完美解决方案,对于任何情况均可以迅速出解,并且可以动态演示。并非用传统的A*或IDA*算法实现,效率远高于A*和IDA*算法。-The classic eight digital and 15 digital perfect solution for any situation can be quickly out of solution, and can be a dynamic presentation. Not achieve with traditional
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-09
    • 文件大小:1492884
    • 提供者:朱辉
  1. idas

    0下载:
  2. 使用迭代深入优先搜索解决八数码问题,并且在算法实现过程中进行了剪纸优化功能-Using an iterative depth-first search to solve eight digital
  3. 所属分类:Console

    • 发布日期:2017-11-07
    • 文件大小:207412
    • 提供者:崔志诚
  1. EightNum

    0下载:
  2. 用A*算法实现了八数码问题,能很好地处理八数码问题,运用将牌不在位的个数描述八数码问题-With the A* algorithm eight digital issues, can handle eight digital good, the use of the card is not in position number eight digital descr iption
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:257980
    • 提供者:付秋萍
  1. EightNum_henji

    0下载:
  2. 用A*算法实现了八数码问题,用不在位的将牌数作为启发函数,很好地处理了八数码问题-With the A* algorithm eight digital issues, not bit by the number of licenses as heuristic function, a good deal of the eight digital
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:258070
    • 提供者:付秋萍
  1. 8数码

    0下载:
  2. 实现八数码问题的一个小算法平台,其中包括深度优先、广度优先、最好优先算法。(A small algorithm platform for eight digital problems, including depth first, breadth priority and best priority algorithm.)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:82944
    • 提供者:华仔mmb
  1. 八数码问题 C语言代码

    1下载:
  2. 人工智能课基于A*算法的八数码问题 C语言实现
  3. 所属分类:C#编程

    • 发布日期:2018-07-14
    • 文件大小:1847
    • 提供者:ffraryfflash
« 12 »
搜珍网 www.dssz.com