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
    • 文件大小:73.85kb
    • 提供者:藤力
  1. 人工智能八数码问题

    0下载:
  2. 人工智能八数码问题,包括盲目搜索,不在位和距离两种A*算法。
  3. 所属分类:C#编程

    • 发布日期:2014-01-17
    • 文件大小:68.6kb
    • 提供者:焦超
  1. 八数码软件

    0下载:
  2. A*算法解决八数码软件-A * algorithm to solve eight digital software
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:34.59kb
    • 提供者:八王爷
  1. 八数码MFC实现

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

  1. 八数码

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

    • 发布日期:2010-10-15
    • 文件大小:671.53kb
    • 提供者:skygmy
  1. 八数码

    0下载:
  2. 用A*算法解决八数码问题
  3. 所属分类:C#编程

    • 发布日期:2011-06-01
    • 文件大小:4.01kb
    • 提供者:binghunxuepo99
  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
    • 文件大小:156.86kb
    • 提供者:朱颢
  1. 311

    0下载:
  2. prolog设计的关于八数码问题的源代码,具体可能会有些问题啊-prolog eight digital design issues on the source code, there is a problem specific ah
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:677byte
    • 提供者:zhangjian
  1. new8

    0下载:
  2. 人工只能中的八数码问题,采用A*算法搜索-Artificial only in the eight digital issues, the use of A* algorithm search
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:7.07kb
    • 提供者:苏打
  1. BASHUMA

    0下载:
  2. 八数码功能实现,手动随机输入0-7的整数,不得重复,天后开始排序-Eight digital functions manually enter random integer 0-7, shall not repeat, days after the beginning of sort
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-08
    • 文件大小:661.08kb
    • 提供者:随心雨
  1. bashumawentiqiujie

    0下载:
  2. 八数码求解 通过C++编程实现 源码 加报告-Eight digital solving through C++ Programming source added the report
  3. 所属分类:Button control

    • 发布日期:2017-04-06
    • 文件大小:928.5kb
    • 提供者:yangjiye
  1. eightnum

    0下载:
  2. 用 C#实现八数码问题 图形化更形象地解决实际问题更为直观-Using C# to achieve the eight digital graphical solution to the problem
  3. 所属分类:.net

    • 发布日期:2017-04-03
    • 文件大小:800.03kb
    • 提供者:朱墨
  1. Digital

    0下载:
  2. 我这里实现的是八数码的问题,带有源代码,欢迎大家使用-8 Digital
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:308.23kb
    • 提供者:杨熙
  1. 8-Games

    0下载:
  2. VC++6.0完全自学宝典 基于文档/视图结构的八数码游戏-8-Games
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1.81mb
    • 提供者:frank
  1. fans

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

    • 发布日期:2017-04-10
    • 文件大小:1.04mb
    • 提供者:yjw
  1. 8_puzzle

    0下载:
  2. 8数码问题 八数码问题 A*算法 Hash结构-eight puzzle problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2.75kb
    • 提供者:abacaba
  1. bashuma

    0下载:
  2. 八数码 深搜 广搜 人工智能 例题 希望对大家有用 -Search by collecting eight digital depth examples of artificial intelligence
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3.35kb
    • 提供者:笨笨
  1. bashuma

    0下载:
  2. 八数码问题的求解系统 利用广度优先搜索方法-8 Puzzle Problem Solving System using breadth-first search method
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:1.94kb
    • 提供者:ym
  1. 8数码

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

    • 发布日期:2018-04-21
    • 文件大小:81kb
    • 提供者:华仔mmb
  1. 八数码

    0下载:
  2. 经典的八数码问题,双向bfs解法,Classic eight digital problem, bidirectional BFS solution(Classic eight digital problem, bidirectional BFS solution)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-22
    • 文件大小:1kb
    • 提供者:zjk123qnm
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com