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

搜索资源列表

  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. 2004062923325819487

    0下载:
  2. 八数码问题,基于A*算,A*算法是一种有序搜索算法,其特点在于对估价函数的定义上。对于一般的有序搜索,总是选择f值最小的节点作为扩展节点。-Eight digital issue
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:75312
    • 提供者:suhuhu
  1. 8_num

    0下载:
  2. 人工智能的八数码问题,采用的A*启发式搜索,显示运行时间和每一步运行过程。基于MFC的-Eight puzzle problem in artificial intelligence, using the A* heuristic search, display the running time and every step of the operation process. MFC-based
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:16492
    • 提供者:程港
  1. eightnum

    0下载:
  2. 八数码是人工智能的一个典型问题,这是一个用C++编写的八数码程序-Eight digital is a typical problem of artificial intelligence, which is a C++ and eight digital program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:737941
    • 提供者:shrint
  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. jiugongge

    0下载:
  2. 运用图的搜索,找到把数码之间的转换步骤,只是不能找到全部的路径,能找到初始状态和目标状态之间的步骤-Use of the graph search, find the digital conversion between steps
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-14
    • 文件大小:84123
    • 提供者:张雷
  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. jiugong

    0下载:
  2. 用java实现重排九宫问题(即八数码问题),人工智能-This is a project about java
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:99524
    • 提供者:ma
  1. A_Star

    0下载:
  2. 在3*3组成的九宫格棋盘上,摆有8个将牌,每一个将牌都刻有1-8中的某一个数码。棋盘中留有一个空格,允许其周围的某一个将牌向空格移动,这样通过移动将牌就可以不断改变将牌的布局。给定一种初始的将牌布局或结构(称初始状态)和一个目标布局(称目标状态),编程给出一个最优的走法序列。 -3* 3 composed of squared board, put 8 cards, each of the license are inscribed with a digital 1-8. The chess
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:132323
    • 提供者:Yalei Tan
  1. see

    0下载:
  2. 人工智能启发式搜索的初步理解,八数码深度优先搜索-Preliminary understanding of artificial intelligence, heuristic search, eight digital depth-first search
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:408284
    • 提供者:wangsir
  1. 8-num

    0下载:
  2. 实现八数码的基本功能 具有界面 是人工智能实践课程-The basic functions of the eight digital interface is a artificial intelligence practice course
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2272630
    • 提供者:tom
  1. 8

    0下载:
  2. 一个八数码文件,人工智能。计算机求解。C运行环境-An eight digital files, and artificial intelligence
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:2780
    • 提供者:luoyu
  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. Bashumaform

    0下载:
  2. C#解决八数码问题,里面包含演示界面,八个数字用八张图片代替。-C# to solve eight digital problem, which contains the demo interface, eight digital picture instead of eight.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-07
    • 文件大小:109956
    • 提供者:李宗生
  1. bashuma

    1下载:
  2. 人工智能 八数码问题实现算法,使用了A*算法,实验报告附带源码-Artificial Intelligence eight digital algorithm, using the A* algorithm, experimental report incidental source
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-06-03
    • 文件大小:61440
    • 提供者:唐诗
  1. 8Puzzle

    0下载:
  2. 实现了经典算法A星搜索,并用其解决8数码问题-A Star Search, and the solution 8 digital
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-30
    • 文件大小:976795
    • 提供者:Rickydu
  1. Search

    0下载:
  2. 经典的八数码问题的代码,界面简单友好,上人工智能课的同学不能错过哦-The classic eight digital code, a simple and friendly interface on artificial intelligence courses students can not miss it
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-03
    • 文件大小:5913908
    • 提供者:tao
  1. eight_number

    0下载:
  2. A*算法求解八数码问题 可以输出最优解 以及所有拓展节点-A* Algorithm eight digital output of the optimal solution, as well as all expand node
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-14
    • 文件大小:281178
    • 提供者:liwenzhu
  1. bashuma

    0下载:
  2. C++编写八数码问题解决方案,通过命令行给出输入文件名,输出文件名-C++ written eight digital problem solution, simple data structures to achieve artificial intelligence
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-21
    • 文件大小:1536
    • 提供者:linda
  1. eightcode

    0下载:
  2. 利用面向对象实现八数码(面向对象) -Eight digital (object-oriented)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-14
    • 文件大小:789849
    • 提供者:ws2010
« 1 2 ... 8 9 10 11 12 1314 15 16 17 »
搜珍网 www.dssz.com