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

搜索资源列表

  1. puzz

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

    • 发布日期:2008-10-13
    • 文件大小:9769
    • 提供者:BOBO
  1. 9grid

    0下载:
  2. 人工智能中经典的九宫问题(八数码问题),有图形界面显示步骤以及结果
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:39952
    • 提供者:潘星光
  1. JiuGong

    0下载:
  2. 九宫问题:实现3*3的方格中填1-9的数,使其横,竖,叉的三个数之和为15;求解共有几种填写方法。原创vc实现。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1323
    • 提供者:凌寒锋
  1. NineGridProblem

    0下载:
  2. 利用Visual c++编程思想方法实现九宫问题(八数码)求解过程动态演示的程序
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:446634
    • 提供者:caoyang
  1. JiugongProblem

    0下载:
  2. 在VC++环境下编制的九宫问题程序,程序已经过调试。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:33368
    • 提供者:唐兵
  1. 全局

    0下载:
  2. 人工智能中的全局搜索的九宫问题用VC实现 这下九宫问题的三种搜索方法都齐了-artificial intelligence of the global search JiuGongTu problems with VC JiuGongTu this issue under the three search methods are here
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:12792
    • 提供者:楚方
  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
    • 文件大小:13151
    • 提供者:nqk
  1. nine

    0下载:
  2. 人工智能实验的九宫问题 是用C语言写的-Nine-palace the issue of artificial intelligence experiment is written in C language
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:1156
    • 提供者:lshi
  1. jiugongwenti

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

    • 发布日期:2017-04-01
    • 文件大小:46438
    • 提供者:小橘子
  1. aa

    0下载:
  2. 九宫问题的深度和广度优先算法-Nine-palace the issue of the depth and breadth of the priority algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-04-17
    • 文件大小:14667
    • 提供者:xiao
  1. eight-digit

    0下载:
  2. 求解八数码问题,初始状态存放在文件中,读入后使用A*算法求解8数码问题,目标状态为1238_4765,即从左上角开始为1,然后按顺时针排列在九宫格中。输出为具体求解步骤-Solving the eight digital issues, the initial state stored in the document, read to use the A* algorithm to solve 8 digital issues, the target state for the 1238_476
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:16462
    • 提供者:郑益夫
  1. 8

    0下载:
  2. 八数码问题也称为九宫问题。在3×3的棋盘,摆有八个棋子,每个棋子上标有1至8的某一数字,不同棋子上标的数字不相同。-8 digital issues the problem is also known as Nine-palace. In the 3 × 3 chessboard, before there are eight pieces, each piece marked a 1-8 figures, the number of different pieces on the subjec
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:7965
    • 提供者:朋朋
  1. jiugongtu

    0下载:
  2. 利用遗传算法求解九宫问题,这个是我们人工智能与专家系统的作业,保证能用-Nine-palace using genetic algorithm, which is the artificial intelligence and expert system for operation, can be used to ensure
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1497858
    • 提供者:zy8354207
  1. 9grid

    0下载:
  2. 该程序在C++环境下实现,解决了人工智能中的经典的难题九宫问题。-This process is running at the C++ circumstance ,and accomplishing the classical problem ,9 grid problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:38029
    • 提供者:wangpu
  1. eight

    0下载:
  2. (九宫问题)在一个3×3的九宫中有1-8这8个数及一个空格随机的摆放在其中的格子里,如图1-1所示。现在要求实现这个问题:将该九宫格调整为如图1-1右图所示的形式。调整的规则是:每次只能将与空格(上、下、或左、右)相邻的一个数字平移到空格中-(Nine-palace issues) in a 3 × 3 of the Nine-palace there are 1-8 this 8 random number and a space in which the grid placed yard,
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1085
    • 提供者:夏天
  1. 8shunma

    0下载:
  2. 八数码问题求解,用C语言做的,以重排九宫问题为例演示全局择优搜索法的搜索过程-8 digital problem-solving, using C language to do, in order to demonstrate rearrangement of Lo Shu Square as an example the global search process preferred search method
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:2373
    • 提供者:菲菲
  1. bashumadaima

    0下载:
  2. 以重排九宫问题为例演示全局择优搜索法的搜索过程,要求有一定的普适性。-Rearrangement of Lo Shu Square as an example to demonstrate the overall selection of the best search method searching process, requiring a certain degree of universality.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:2496
    • 提供者:菲菲
  1. 595649320051004

    0下载:
  2. 八数码问题也称为九宫问题。在3×3的棋盘,摆有八个棋子,每个棋子上标有1至8的某一数字,不同棋子上标的数字不相同。棋盘上还有一个空格,与空格相邻的棋子可以移到空格中。要求解决的问题是:给出一个初始状态和一个目标状态,找出一种从初始转变成目标状态的移动棋子步数最少的移动步骤。 -8 issue of the digital problem, also known as Nine-palace. In the 3 × 3 chessboard placed eight pieces, each
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:14367
    • 提供者:王丫
  1. upload2

    0下载:
  2. 八数码问题。九宫格的每一个状态用一个字符串表示,该字符串为将九宫格中的数字从上到下,从左到右的连接起来,空白处用“0”表示。初始状态表示为”123804765”-8 digital issues. Style Box for each state with a string that the string will be the number of five direction pad from top to bottom, left to right to link up the space
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:3433
    • 提供者:zhengyu
  1. NineGrid

    0下载:
  2. 使用A*算法解决九宫问题,优于单一的深度优先或者广度优先算法-Jiugong using A* algorithm to solve the problem, than a single depth-first or breadth-first algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-26
    • 文件大小:8709638
    • 提供者:刘扬
« 1 23 4 5 6 »
搜珍网 www.dssz.com