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

搜索资源列表

  1. jiugong

    0下载:
  2. 九宫问题原代码,解决九宫按要求重排问题.-Nine-palace the issue of the original code, solve the Nine-palace required rearrangement problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:12.84kb
    • 提供者:nqk
  1. grid

    0下载:
  2. 提供四种算法解决九宫问题,实现了可视化。-Provide four algorithms to solve the problem Jiugong realized visualization.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-17
    • 文件大小:4.07mb
    • 提供者:熙熙
  1. Mysteryproblem

    1下载:
  2. 重排九宫是一个古老的单人智力游戏。据说重排九宫起源于我国古时由三国演义故事“关羽义释曹操”而设计的智力玩具“华容道”,后来流传到欧洲,将人物变成 数字。原始的重排九宫问题是这样的:将数字1~8按照任意次序排在3×3的方格阵列中,留下一个空格。与空格相邻的数字,允许从上,下,左,右方向移动到 空格中。游戏的最终目标是通过合法移动,将数字 1~8 按行排好序。在一般情况下,n2-1 谜问题是将数字 1~n2-1 按照任意次序排在n×n的方格阵列中,留下一个空格。允许与空格相邻的数字从上,下,左,右
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:862.86kb
    • 提供者:wakaka
  1. shanzhash

    1下载:
  2. 在人工智能领域,对隐式图的搜索是求解问题的一种基本方法,本程序通过使用多种图搜索策略,对 重排九宫问题进行求解,演示了“广度优先搜索”、“深度优先搜索”、“有界深度优先搜索”、 “最好优先搜索”和“局部择优搜索”五种基本的图图搜索策略。 整个程序使用了动画技术,界面设计美观友好,使用方便。-In the field of artificial intelligence, implicit graph search is a basic method of solving proble
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:29.78kb
    • 提供者:shanzhashu
  1. jiugongtu

    0下载:
  2. 使用递归方法计算九宫图,虽然程序很小,但很精确。值得一看。-Jiugong map using the recursive method, although the program is small, but very accurate. Worth a visit.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:157.29kb
    • 提供者:徐斌
  1. AStar

    0下载:
  2. 这是一个九宫问题的A算法,绝对能用,欢迎大家来学习~-This is a problem Jiugong A algorithm, absolutely can, welcome everybody to learn ~
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-01
    • 文件大小:505.04kb
    • 提供者:木杨
  1. GA

    0下载:
  2. 改进遗传算法实现九宫算法,很好的遗传算法的学习例子-Improved genetic algorithm Jiugong algorithm, a very good example of genetic algorithm learning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:296.3kb
    • 提供者:guyan
  1. C

    0下载:
  2. 几个有趣的问题,提供了相应的C代码,可执行,像爱因斯坦问题,九宫图问题-Several interesting questions, to provide the corresponding C code, executable, such as Einstein issue, Jiugong graph problems
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:11kb
    • 提供者:狼烟乱舞
  1. JIUgong-problem

    0下载:
  2. c++ 编写的重排九宫问题 人工智能 哈希函数 A*算法-the code of jiugong problem in C++
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:864.1kb
    • 提供者:王爽
  1. jgcp

    0下载:
  2. 一个基于图搜索原理的九宫重排程序,上学时的作业-Rearrangement procedure based on the principle of graph search Jiugong
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:215.73kb
    • 提供者:甄玉杰
  1. jiugong

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

    • 发布日期:2017-04-04
    • 文件大小:97.19kb
    • 提供者:ma
  1. A

    0下载:
  2. A算法 A算法解决8位数码问题(九宫) C++语言编写,已经测试。-A algorithm A algorithm to solve the eight digital issues (Jiugong) C++ language has been tested.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1.69kb
    • 提供者:cx
  1. jiugong

    0下载:
  2. 九宫格问题求解,包含广度优先,有界深度优先以及全局择优三种算法,自己写的,比较简单-Squared problem solving, including breadth-first, bounded depth-first, and a global selection of the best three algorithms, write their own, relatively simple
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:6.77kb
    • 提供者:
  1. CPJG

    0下载:
  2. 本程序主要是利用人工智能的方法来实现重排九宫问题,通过构建启发式函数来实现快速排序,比深度优先遍历效果更好-This procedure is the use of artificial intelligence methods to realize the the Jiugong problems rearrangement, by constructing a heuristic function to achieve the quick sort, better than depth-fi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2.75kb
    • 提供者:萌萌
  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
    • 文件大小:2.58kb
    • 提供者:
  1. jiugong

    0下载:
  2. 重排九宫问题,实现从输入到目标九宫图的解的过程-Rearrangement jiugong problem, solving and output the input to the target jiugong diagram of the solution
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:911byte
    • 提供者:BOB
搜珍网 www.dssz.com