CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 九宫问题

搜索资源列表

  1. 图搜索策略

    0下载:
  2. 一个使用Java实现的人工智能的图搜索策略程序——酒九宫图问题 人工智能-图搜索策略-演示程序-使用说明 程序简介 在人工智能领域,对隐式图的搜索是求解问题的一种基本方法,本程序通过使用多种图搜索策略,对 重排九宫问题进行求解,演示了“广度优先搜索”、“深度优先搜索”、“有界深度优先搜索”、 “最好优先搜索”和“局部择优搜索”五种基本的图图搜索策略。 整个程序使用了动画技术,界面设计美观友好,使用方便。-use a Java artificial intelligence plans Searc
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:29635
    • 提供者:陈凯
  1. 人工智能典型程序

    1下载:
  2. 人工智能课程学习中的作业,包括一些典型的Prolog程序,如汉塔问题,九宫问题,售货郎问题,猎人过河问题-courses of study artificial intelligence operations, including some typical Prolog procedures, such as Han tower, JiuGongTu issues, sales Lang, hunters across the river issues Bowl
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:18432
    • 提供者:江佳
  1. 九宫问题(八数)码分析

    0下载:
  2. 九宫问题(八数码)的一个小软件,实现了多个程序的通讯解题和一套用BFS,双端BFS,A*搜索的分析程序。 rar中含一篇解题报告、软件、及netbeans源码。 环境是JDK1.5_6-JiuGongTu (Digital 8), a small software Implementation of a number of procedures and a set of communication to solve problems with BFS, double-BFS, A * s
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1236046
    • 提供者:wind
  1. juigon

    0下载:
  2. 九宫问题(八数码)求解过程动态演示 用VC++编程实现,可以直观地看到演示效果!-JiuGongTu (Digital 8) solution process dynamic demonstration with VC + + programming, visual effects demo to see!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:34728
    • 提供者:陈相普
  1. jiugong

    0下载:
  2. 重排九宫问题的启发式搜索算法求解-rearrangement JiuGongTu the heuristic search algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:48358
    • 提供者:王剑光
  1. 8_nums

    0下载:
  2. 一个九宫问题的源码,a星算法,深度优先广度优先算法都有-a JiuGongTu the source, a Star algorithm, depth-first algorithm has breadth priority
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:46073
    • 提供者:小熊·
  1. EightNumTal

    0下载:
  2. 此为八数码问题(即九宫问题)的程序。初始状态不定,目标状态确定-this for eight digital (ie JiuGongTu) procedures. Adventitious initial state, the state set target
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:33171
    • 提供者:jetfen
  1. NineGrid

    0下载:
  2. 用A*算法实现九宫问题,并给出最优解,其中包括每一步的执行路径-with A * algorithm JiuGongTu problem and the optimal solution is given, including each step of the implementation of the road
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3285
    • 提供者:hubin6770
  1. 九宫问题(八数码)求解过程动态演示

    1下载:
  2. (九宫问题)在一个3×3的九宫中有1-8这8个数及一个空格随机的摆放在其中的格子里。现在要求实现这个问题:将该九宫格调整为如图1-1右图所示的形式。调整的规则是:每次只能将与空格(上、下、或左、右)相邻的一个数字平移到空格中。试编程实现这一问题的求解。 -----------VC完整应用程序代码-(JiuGongTu) in a 3 3 JiuGongTu are 1-8 this August and the number of a random display spaces in which
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:34728
    • 提供者:徐达
  1. 广度九宫

    0下载:
  2. 人工智能中的广度搜索的九宫问题 用VC实现-breadth of artificial intelligence search JiuGongTu issue with VC
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:16496
    • 提供者:楚方
  1. 深度九宫

    0下载:
  2. 人工智能中的深度搜索的九宫问题 用VC实现-artificial intelligence, in-depth search of JiuGongTu issue with VC
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:14836
    • 提供者:楚方
  1. 九宫问题

    0下载:
  2. 人工智能中九宫问题的实现,初始数据随机生成,最终状态随机生成,并用图形界面显示搜索过程-AI JiuGongTu the realization of the initial data randomly generated, the final state of random generation, and using a graphical interface shows search process
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:43225
    • 提供者:蔡鹏
  1. 九宫

    0下载:
  2. 人工智能的过程表示法求解九宫问题,vc开发-artificial intelligence to the process that method JiuGongTu, vc Development
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:11271
    • 提供者:f
  1. 9gjs.rar

    0下载:
  2. C#计算九宫问题的算法实现。通过回溯算法来实现九宫问题(9*9个数排成9行9列行列和相等)的求解,C# Calculation algorithm Nine-palace issues. Algorithm to achieve through the back issues Nine-palace (9* 9 Number of line 9 line 9 and equivalent ranks) Solution
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:14800
    • 提供者:wqlsun
  1. youxi

    0下载:
  2. 人工智能学习理论性太强,关键还不知道学了干什么用,怎么去用。这里对经典的九宫问题,用形象的实例进行演示。里面是源代码-Artificial Intelligence Learning Theory too, learn the key do not know what to use, how to use. Nine-palace here on the classic problem, with the image of demonstration examples. There is sou
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:59808
    • 提供者:new
  1. jiugong

    0下载:
  2. 九宫问题程序 将8个数字随意摆放入3×3的9个格子中,然后让程序算出最优情况,多少步可以走回到某种状态。 初状态设为: 1 2 3 8 4 7 6 5 程序的运行方法: 运行后弹出界面。界面左面的9个格子按照初状态预置。 直接和代表空格的格子相邻的数字格都可以被点,点下后,它将和空格交换位置,代表该数字移入了空格。 如此手工设置一个初始状态。 点击计算的按钮,就可以得出最优解,根据复杂度,需要等待一定的时间。20步以上需要等待的时间较长。
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-08
    • 文件大小:39804
    • 提供者:Abel86
  1. eightdata

    0下载:
  2. 8数码问题,A*算法,即根据评价实现九宫问题设计,C语言实现-8 digital issues, A* algorithm, that is based on the evaluation issue of the realization of Nine-palace design, C language
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:5251
    • 提供者:qomo
  1. AIsearchproblem

    0下载:
  2. 对于通常的九宫问题(八数码)的一个解决方案,程序中实现的三种搜索算法——深度,广度,启发式-Nine-palace for the usual problems (8 digital) of a solution, and procedures to achieve the three search algorithms- depth, breadth, heuristic
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1222156
    • 提供者:Liny
  1. sr

    0下载:
  2. 用栈实现了重排九宫问题,这是一类经典的滑块游戏-A artificial intelligence problem
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-05
    • 文件大小:1134
    • 提供者:Jam Green
  1. 八数码问题

    0下载:
  2. 八数码问题也称为九宫问题。在3×3的棋盘,摆有八个棋子,每个棋子上标有1至8的某一数字,不同棋子上标的数字不相同。棋盘上还有一个空格,与空格相邻的棋子可以移到空格中。(Eight digital problems)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:annpion
« 12 3 4 5 6 »
搜珍网 www.dssz.com