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

搜索资源列表

  1. NinePane-AI

    0下载:
  2. 人工智能 九宫格问题,初始状态和最终状态可任意指定-AI Jiugongge problem, the initial state and final state can be arbitrary
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-29
    • 文件大小:11536334
    • 提供者:樊延锋
  1. 9gird

    0下载:
  2. 人工智能中的经典问题九宫算法使用VC++的实现-Nine-palace classic problem in artificial intelligence algorithm implementation using VC++
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:38373
    • 提供者:ycy
  1. passrive

    0下载:
  2. 商人过河问题,运用九宫格算法求解如何才能得到最佳过河方案。-Businessmen across the river problem, use direction pad to get the best algorithm to cross the river scheme
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:861748
    • 提供者:killer
  1. A

    0下载:
  2. 根据A*算法实现九宫格重新排序问题,并记录每步的排序结果-Jiugongge A* algorithm based on re-scheduling problem, and record the results of each step of the sort
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:40323
    • 提供者:杨光
  1. ninegird_src

    0下载:
  2. 数字九宫格自动排序问题实验,八数码求解过程动态演示源代码-Digital Jiugongge automatic test scheduling problem, eight digital dynamic presentation source code solution process
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:11261
    • 提供者:
  1. AISHOW

    0下载:
  2. AI 系统,八数码问题,九宫图的实现。里面实现了图形界面,可视化-AI system
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:883099
    • 提供者:mical
  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
    • 文件大小:11267
    • 提供者:狼烟乱舞
  1. mian

    0下载:
  2. 幻方矩阵 问题描述: 幻方是一种很有意思的数字矩阵,在很早著名的九宫八卦阵就与幻方有关。 幻方的定义为: 1 到 N*N 的整数填入N*N的方格中,每行和每列以及对角线的数字之和必须是相等的。 你作为八卦公司的顶级程序员,现在需要你解决一个问题,将任意奇数阶的幻方找出来。 输入: 输入包括多个测试集,每行为一个正奇数N(1 <= N < 1000),0作为输入的结束且不需要处理。 输出: 对于输入的每一个N, 输出一个它所对应的N阶幻方,如果存在
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:174204
    • 提供者:莫离
  1. SUDOKU

    0下载:
  2. 九宫格的数独问题,利用回溯法来求解,C#语言,包括:初始化及填数的步骤-Jiugongge Sudoku problem to solve using backtracking, C# language, including: the number of steps to initialize and fill
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:79248
    • 提供者:gle
  1. 8

    0下载:
  2. 人工智能中经典的九宫格排字问题(又称八数码问题)。-Artificial Intelligence in the classic squared typesetting problems (also known as eight digital issues).
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:528245
    • 提供者:mingcx
  1. EX_01

    0下载:
  2. 人工智能应用 经典A*算法 解决九宫格问题-Applications of artificial intelligence classic A* algorithm to solve the problem Jiugongge
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:3962651
    • 提供者:萧进
  1. Squared-Up

    0下载:
  2. 运用递归算法解决九宫格问题,分析详细,代码简单易懂-Using recursion algorithm to solve JiuGongGe problem, analyze the detailed, code simple and understandable
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-04
    • 文件大小:1097047
    • 提供者:黄虫
  1. eightnumber

    0下载:
  2. 八数码难题,又称九宫格问题,也是我们平时玩的华容道,用分支限界法解决该问题-Eight digital problem, also known as the squared problem, we usually play Huarong, branch and bound method to solve the problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:8718
    • 提供者:杨一
  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
    • 文件大小:1733
    • 提供者: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
    • 文件大小:6928
    • 提供者:
  1. shudu

    0下载:
  2. JAVA编程实现的解决数独问题的程序,即:用1~9九个数字填充九宫格,使得其横竖斜的和都为15,计算出来有八个结果。-Java programming solving Sudoku procedures, namely: 1 to 9 nine figures filled squared, so that its horizontal and vertical ramp and for 15, the calculated eight results.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-15
    • 文件大小:2207
    • 提供者:雪龙飞
  1. bashuma

    0下载:
  2. 可以实现人工智能中的八数码问题,按顺序输入九宫格中的数,可运行出结果。-In the artificial intelligence can be achieved the eight digital number input Jiugongge in order, the results can be run.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-02
    • 文件大小:185652
    • 提供者:Tubomi
  1. QMDJ

    4下载:
  2. 奇门遁甲 如何预测数字,这个问题简单得不能再简单了,奇门九宫格准确的说应该是洛书... 除了正确的方法和理其他的都是错误的。 我最后写给喜欢预测 彩票 的朋友一源码-奇门遁甲 如何预测数字,这个问题简单得不能再简单了,奇门九宫格准确的说应该是洛书... 除了正确的方法和理其他的都是错误的。 我最后写给喜欢预测 彩票 的朋友一源 码
  3. 所属分类:ELanguage

    • 发布日期:2016-08-03
    • 文件大小:505856
    • 提供者:黄先生
  1. bashuma

    0下载:
  2. 九宫格也即八数码问题程序 仅供参考 又vc++编写 a*改进算法-Jiugongge also eight digital program for reference only and vc++ write a* Improved algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:3582488
    • 提供者:aaltonen
  1. homework2

    0下载:
  2. 在3*3组成的九宫格棋盘上,摆有8个将牌,每一个将牌都刻有1-8中的某一个数码。棋盘中留有一个空格,允许其周围的某一个将牌向空格移动,这样通过移动将牌就可以不断改变将牌的布局。给定一种初始的将牌布局或结构(称初始状态)和一个目标布局(称目标状态),编程给出一个最优的走法序列。 2、 可执行程序可以通过命令行参数传入输入输出文件路径,通过读取命令行参数指定的输入文件得到初始状态,并将结果输出到指定的输出文件中。 具体格式为:<可执行文件> <输入文件路径> &
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:263382
    • 提供者:田中
« 1 2 3 4 56 »
搜珍网 www.dssz.com