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

搜索资源列表

  1. puzzles.rar

    0下载:
  2. 算法全名为数字拼图问题(八数码)算法,讲述一个自动完成九宫格数字拼图的算法,Algorithm, called the whole issue of the number of puzzles (8 digital) algorithm, on a number of auto-complete puzzle squares algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:64855
    • 提供者:PT
  1. AStar.rar

    0下载:
  2. 用不在位个数算法和目标距离算法解决经典的八数码问题,use arithmetic to solve the octet problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:25786
    • 提供者:Vincent
  1. Chess(8puzzle)

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

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

    1下载:
  2. C# 15数码算法,A star 函数实现 -C# 15 Digital Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:322594
    • 提供者:lab17
  1. threemethods

    0下载:
  2. 解决15数码问题的3种算法,分别是深度,宽度,以及A*算法。c++编写,VC下都通过运行。-15 digital issues to solve three kinds of algorithm, namely depth, width, and the A* algorithm. c++ prepared, VC by running under.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:40353
    • 提供者:andy
  1. 8digitsA

    0下载:
  2. A星算法+强启发函数解八数码问题,自带判断是否有解-A Star Algorithm+ strong heuristic function solution of 8 digital issues, bring their own to determine whether the broken
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-01
    • 文件大小:989108
    • 提供者:胡茂名
  1. DFSforeightnumbers

    0下载:
  2. 人工智能完成的作业,利用深度优先遍历实现八数码问题,可以设置搜索的深度,计算生成的节点数目。-AI to complete the job, using depth-first traversal for Eight digital problem, you can set the search depth, calculate the number of nodes generated.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-08
    • 文件大小:1580401
    • 提供者:succ
  1. 8num

    0下载:
  2. 人工智能中的八数码问题,使用C++开发.-8 number
  3. 所属分类:Mathimatics-Numerical algorithms

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

    0下载:
  2. 程序实现的是用A*算法求解八数码问题,初始状态和目标状态均可在源码中自行设置,程序运行后会得到从初始状态到目标状态的最佳解的逆序显示,文件help.txt中提供了程序的算法,程序的具体设计在源码中都有相应的注释-Program implementation is to use A* algorithm to solve 8 digital issues, the initial state and target state can be set up in the source code of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:165538
    • 提供者:fuyaozong
  1. chess.py

    5下载:
  2. Python实现A*算法解决八数码问题。 输入为九个数字的列表,代表八个数的位置(Z字型方向),空位以-1代替。 输出为各移动步骤得到的九个数的矩阵(输出到屏幕)。 使用是调用answer函数。返回一个各移动步骤得到的九个数的矩阵的列表。-Python achieving eight A* algorithm to solve digital problems. Enter a list of the nine numbers represent the number eight p
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:2131
    • 提供者:雷斌亭
  1. bfs

    1下载:
  2. 基于8数码问题的BFS(宽度优先搜索)算法,在VC++6.0上运行通过。- a algorithm based on 8 number problem ,it can run in VC++ 6.0 platform.
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-06-06
    • 文件大小:1604
    • 提供者:乖乖虎
  1. eight-figure-puzzle

    1下载:
  2. 八数码难题用Java语言实现,搜索算法为广度优先-eight-figure-puzzle in Java
  3. 所属分类:Algorithm

    • 发布日期:2015-11-23
    • 文件大小:1459
    • 提供者:刘文
  1. A_Star_8

    0下载:
  2. 使用A*算法解决了八数码问题,其中包括源代码,直接编译即可运行出结果。-The use of A* algorithm to solve eight digital issues, including source code, the compiler can be run directly the result.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:3727
    • 提供者:胡玮玮
  1. bashuma

    0下载:
  2. 人工智能中经典的八数码问题,可以任意输入初始状态,运用线性表的存储结构实现,附有实验报告-Eight digital classical artificial intelligence problem, you can enter any initial state, the use of the storage structure to achieve the linear form, with a lab report
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:223472
    • 提供者:余拜仁
  1. 1

    0下载:
  2. 这个程序是从广度优先搜索,深度优先搜索,A算法以及A算法等多方面算法来解决八数码问题-This program is breadth-first search, depth-first search, A algorithm and A algorithm and many other algorithms to solve the problem of digital 8
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:75625
    • 提供者:123123
  1. BroadSearch

    0下载:
  2. 实现了8数码问题,用的是广度优先搜索算法,广度优先算法属于盲目搜索,效率不高-eight_num problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:252529
    • 提供者:杨敏
  1. DeepSearch

    0下载:
  2. 实现八数码问题的深度优先搜索算法,这是一种盲目搜索,搜索效率比广度优先搜索还低,这个算法实现有一定的难度-Search
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:614806
    • 提供者:杨敏
  1. pentax

    0下载:
  2. pentax的xif解码算法,数码相机专用,为嵌入式系统特别做了优化-pentax xif decode liberary, for embedded system
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-18
    • 文件大小:7891
    • 提供者:muler
  1. 8number

    0下载:
  2. 这个例子实现了人工智能中的经典问题8数码问题,对于初学者是个很好的例子。-This example has a classic problem in Artificial Intelligence 8 digital issues for beginners is a good example.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2980
    • 提供者:孙凡淋
  1. EightFigure

    0下载:
  2. 使用java重新解决八数码问题,对算法进行了优化。-Re-use of java to solve eight digital issues, the optimization algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:11055
    • 提供者:胡玮玮
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 27 »
搜珍网 www.dssz.com