CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 8puzzle

搜索资源列表

  1. 8puzzle

    0下载:
  2. solve the 8-puzzle problem using A* algorithm. Definitely written by my self, also include BGI graphics library output.-solve the 8-puzzle problem using A * algori thm. Definitely written by my self. NBS also include graphics library output.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:19118
    • 提供者:jinghe
  1. 8puzzle

    0下载:
  2. 自己用VC编写的8数码问题求解程序,可以自动演示搜索过程。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:57013
    • 提供者:王平
  1. 8puzzle

    0下载:
  2. 求解八数码难题,用广度优先得最优解。用Visual c++6.0编译运行。
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-17
    • 文件大小:2188
    • 提供者:蒋海苏
  1. Chess(8puzzle)

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

    • 发布日期:2017-05-14
    • 文件大小:3768874
    • 提供者:benson
  1. 8puzzle(C)

    1下载:
  2. A星算法解决八数码难题,用C语言写的期末课程设计-A digital satellite algorithm to solve eight problems, written by C language at the end of the curriculum design
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:50941
    • 提供者:吴超前
  1. 8puzzle

    0下载:
  2. 人工鱼群算法是一种智能算法,越来越多的应用于工程实践中-AFSA is an intelligent algorithm, more and more used in engineering practice
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:3416
    • 提供者:王一平
  1. EightPuzzles

    0下载:
  2. 利用VC开发的一个八数码程序--An 8-puzzle program developed by VC.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-12
    • 文件大小:96158
    • 提供者:niugeur
  1. 8puzzle

    0下载:
  2. 这是一个非常好的程序,主要用来解决模糊变结构控制问题,是我导师给我的,现在和大家分享。-fsekjl dfsdfj psdfsdf sdfklsdjfopsd
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2691
    • 提供者:李华青
  1. 8puzzle_Astar

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

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

    0下载:
  2. A 8 puzzle program solver.user have to input the current state and goal state of your 8 puzzle and it solving by the program.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:2464
    • 提供者:lih
  1. EightPuzzle

    0下载:
  2. Solve the 8-puzzle problem using A * algorithme. Input: Program reads start state and goal state and heuristic (N or S) from EightPuzzle.INP file.0 representing blank. There are 2 Heuristic: 1. N: Number of misplaced tiles 2. S: Sum o
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:1830
    • 提供者:Duc Dung
  1. EightPazzelBfs

    0下载:
  2. This project solve 8 puzzle with breadth first search. I wrote this program for Artificial Intelligence lesson.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:35935
    • 提供者:somatco
  1. 8-puzzle-genetic

    0下载:
  2. It s simple implementation of Genetic Algorithm on 8-puzzle and as result it can say either there is or not a set of movement to go from initial state to a given final state.-It s simple implementation of Genetic Algorithm on 8-puzzle and as re
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:3592
    • 提供者:ramin
  1. Puzzle

    0下载:
  2. 8-puzzle game with search strategy
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1158
    • 提供者:Shiva
  1. 8puzzle

    0下载:
  2. this is an 8 puzzle solver used depth search as basis.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2069
    • 提供者:John
  1. 8puzzle

    0下载:
  2. 8 puzzle 程序, 采用 matlab 编程-8 puzzle
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2387
    • 提供者:sheldon
  1. 8puzzle

    0下载:
  2. 利用深度优先搜索、广度优先搜索和启发式搜索解决8数码问题,效率各有不同-Use depth-first search, breadth-first search and heuristic search to solve 8 digital issues, different efficiency
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:6547
    • 提供者:yinzengchun
  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. 8puzzle問題

    0下载:
  2. 8puzzle問題 樹狀求解 用c++寫成-8puzzle with tree
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-11-30
    • 文件大小:11669
    • 提供者:
  1. 8PuzzleSolver

    0下载:
  2. JAVA code for 8puzzle solver
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-31
    • 文件大小:10240
    • 提供者:chocolateyuki
« 12 »
搜珍网 www.dssz.com