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

搜索资源列表

  1. A

    0下载:
  2. 人工智能中,用A*算法解决八数码难题,代码附在报告后面,为C语言编写。-AI A* algorithm for 8 numbers problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:108716
    • 提供者:苏提
  1. Eight_Puzz2159898132009

    0下载:
  2. 8数码实现,能够是初学者快速了解八数码的算法 并掌握实现八数码的程序。-implement 8-puzzles
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:19090
    • 提供者:Smith
  1. 8numberPSudoku

    0下载:
  2. 采用A*算法计算8数码问题和数独问题,界面都是采用windows程序设计api接口函数编写。-The program uses the A* algorithm to calculate 8 numbers problem and several unique problems, and the interface uses windows api programming interface function to write.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-01
    • 文件大小:13527244
    • 提供者:陈蔚文
  1. 8puzzle.tar

    0下载:
  2. 人工智能经典入门问题:八数码(百度一下就知道是什么了),使用A*算法实现,能够迅速求解出八数码的最简单解法。-Artificial intelligence introduction to the classic question: eight digital (Baidu Search know what it is), using the A* algorithm, can quickly find out the simple solution of eight digital.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3455
    • 提供者:terran
  1. JiuG

    0下载:
  2. 这是总结的常用搜索算法,列子为8数码游戏-Commonly used search algorithm 8 digital games
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2571
    • 提供者:
  1. JiugongDlg

    0下载:
  2. 这是常用搜索算法的列子,也是我们耳熟能详的8数码游戏-This is the example of commonly used search algorithm and 8 digital games
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4281
    • 提供者:
  1. Jiugong

    0下载:
  2. 这是常用搜索算法的列子,恩说的也是8数码游戏-This is the example of commonly used search algorithm and 8 digital games
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2641
    • 提供者:
  1. zhineng

    0下载:
  2. 利用人工智能里面启发式搜索算法,编写了典型的八数码问题的一段程序。-Using heuristic search in artificial intelligence algorithm, write a typical eight digital problem of a program.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2353
    • 提供者:万羽
  1. Eight

    0下载:
  2. 运用诸多C++特性如模板,继承等手法完成的针对八数码问题的A*算法求解。-Use a lot of C++ features such as templates, inheritance, and other techniques for the completion of the A* algorithm eight digital problem solving.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4158
    • 提供者:刘凯新
  1. 8NUM

    0下载:
  2. 简单利用A*算法对八数码问题进行搜索求解,用于实现初级人工智能-Simple use of A* algorithm to solve eight digital search for achieving the primary artificial intelligence
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:256893
    • 提供者:王查
  1. 3_cubic_puzzle

    0下载:
  2. 立方数码问题(8数码问题的三维拓展) 使用C/C++实现4个算法,即,使用启发函数h1(n)的A*算法:Astar_h1.cpp,使用启发函数h2(n)的A*算法:Astar_h2.cpp,使用启发函数h1(n)的IDA*算法:IDAstar_h1.cpp,使用启发函数h2(n)的IDA*算法:IDAstar_h2.cpp。输出文件名与算法对应。以h1为启发函数的A*算法输出到output_Ah1.txt;以h2为启发函数的A*算法输出到output_Ah2.txt;以h1为启发函数的IDA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:8624
    • 提供者:typ
  1. A_star_solve_Eight_digital

    0下载:
  2. A*算法解决八数码问题,文件读取八数码,输出为操作步骤。-A* algorithm to solve eight digital, file reads eight digital outputs for the steps.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:291855
    • 提供者:刘峰
  1. 20122

    0下载:
  2. 这是八数码问题的C++代码以及详细实验报告 可以直接运行 -This is the C++ code to eight digital issues, and detailed test reports can be run directly
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:63822
    • 提供者:许梦婷
  1. eight-digital-Breadth-first

    0下载:
  2. 宽度优先搜索解决八数码问题,包含源文件及详细注释-Breadth-first search to solve eight digital
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1283614
    • 提供者:Albert
  1. Astar

    0下载:
  2. A星算法解决8数码问题,一种启发式搜索程序-A star algorithm to solve 8 digital problem, a heuristic search procedures
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3315
    • 提供者:王勇
  1. 8n

    0下载:
  2. 搜索算法是人工智能研究的重要领域,也是在许多应用领域发挥重要作用的一种工具。本文研究了深度优先搜索算法,并给出了八数码问题的具体应用算法。-Search algorithm is an important area of artificial intelligence research, but also play an important role as a tool in many fields of application. This paper studies the depth-fir
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2496
    • 提供者:李志超
  1. 12_digital_issue

    0下载:
  2. 利用 A*算法和迭代 A*算法实现十二数码问题-The use of A* A* algorithm and iterative algorithm twelve digital issue
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:9671
    • 提供者:jbzh
  1. eight_figure

    0下载:
  2. 八数码问题的一般解决方法,输入为当前八数码的状态,通过深度优先搜索,找出最快还原八数码的路径方法。-Usually eight digital problem solving method, eight digital inputs for the current state, by a depth-first search to find the fastest path to restore the eight digital method.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1455770
    • 提供者:王子愉
  1. 8puzzle

    0下载:
  2. 八数码实现程序。支持A*算法、广度优先算法、深度优先算法。可以实现任意初始状态下八数码问题的实现。人工智能搜索原理的入门例程-Eight digital realization of the program. Support A* algorithm, breadth-first algorithm, depth-first algorithm. Can achieve any initial state eight digital problem. Artificial Intelligenc
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-13
    • 文件大小:2719693
    • 提供者:zhao
  1. TheEightDigits

    0下载:
  2. 运用启发式搜索算法,用来解决一个简单的八数码问题。这里用的是A星算法。-Using heuristic search algorithm, which is used to solve a simple eight digital problem. Here is A star algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:934103
    • 提供者:武林
« 1 2 ... 11 12 13 14 15 1617 »
搜珍网 www.dssz.com