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

搜索资源列表

  1. EightDigital

    0下载:
  2. 算法求解八数码难题,包括详细设计说明和实验报告-Eight puzzle algorithm, including the detailed design notes and lab report
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:583461
    • 提供者:chenb
  1. Eight-Digital

    0下载:
  2. 八数码 对任意数字序列重新排序 高级散列函数 MFC基础编程-Eight Digital Reorder the sequence of any number Senior hash function MFC based programming
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:647316
    • 提供者:寻梦
  1. eight-puzzle

    0下载:
  2. 人工智能八数码的A*算法实现。 编译运行说明: 1.若编译成功却不能运行,请修改工程的设置 (Project\Setttings\Debug子项) 2.改变程序中MaxItem的值(本程序中MaxItem等于3) 和相关的输入用对话框,则可以计算MaxItem*MaxItem-1 数码问题-AI A* Eight digital algorithm. Compile and run: 1. If the compiler can not run successfully,
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:210241
    • 提供者:
  1. Eight-Digital-A_star

    0下载:
  2. 八数码A*算法,浙大OJ已AC 内含序列合法判定以及A*搜索思路-Eight Digital A* algorithm, Zhejiang University has AC OJ
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1807
    • 提供者:刘刚
  1. Arithmetic_Coding

    0下载:
  2. 算数码C++编程,实现算数码的编码过程。输入字符串,算法实现该字符串的数字编码过程。-Arithmetic_Coding,C++ Programming
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1043990
    • 提供者:lynn
  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. bashuma

    0下载:
  2. 三种最短路径搜索算法在八数码问题中的比较和演示-Shortest path search algorithm of three digital issues in the eight comparison and demonstration
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:247590
    • 提供者:xinqi
  1. 8Digital-game

    0下载:
  2. 8数码游戏,经典,极品,九宫格,移动,寻路算法,耗时最小,完全可以运行-8 digital game, classic, gourmet, JiuGongGe, move, pathfinding algorithm, time consuming, can run the minimum
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:151086
    • 提供者:akun
  1. bashuma

    0下载:
  2. 八数码问题 实现八皇后的自动排列 运用人工智能技术-ba shu ma shixian ba huang hou de zi dong pai lie
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:702561
    • 提供者:jiang
  1. EightPPuzzle

    0下载:
  2. 这是用C++写的八数码和八王后问题的代码,功能可能简单点,但是都实现了基本功能。所以是应付课程设计的不错选择。-This is written in C++ digital and eight queen problem code, functions may be simple, but can realize the basic functions of. So it is a good choice to cope with the curriculum design.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:15111
    • 提供者:lzq
  1. 8-digit-BrandABound

    0下载:
  2. 广度优先搜索实现8数码问题,C语言实现,代码不长,不到三百行,仅供参考。-implemention of 8 digital problem by Breadth first search
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:17921
    • 提供者:aj
  1. 8-digit-ClimbM

    0下载:
  2. 通过使用爬山法实现8数码问题,代码约三百行,仅供参考-Mountain climbing method to implement 8 digital problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:18823
    • 提供者:aj
  1. eightNum_lufeiop

    0下载:
  2. 以八数码问题为例,设计一类滑块问题的求解系统,初步掌握智能搜索算法中的盲目搜索和启发式搜索这两类基本方法,同时通过具体的问题体会搜索算法、数据结构、程序设计等知识的综合应用 A*用到是不在位将牌数和曼哈顿距离,动态显示,有算时间 我自己很用心做的,有实验报告,绝对详细-Eight digital issues, for example, design a slider problem solving system, initially grasp the two basic method
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:3544349
    • 提供者:陆飞
  1. Astar

    0下载:
  2. a*算法解决8数码问题。在游戏设计中,经常要涉及到最短路径的搜索,现在一个比较好的方法就是用A*算法进行设计。他的好处我们就不用管了,反正就是好!^_*-a star
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:29093
    • 提供者:chao
  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. lessnumberfirst

    0下载:
  2. 八数码难题的第二种解法,仍然用分支限界法,但是选择的优先策略变成了不在目标位置上的数最少的优先的方法-The second solution of eight digital problems are still using the branch and bound, but to select the priority strategy into a not in the target location on the least number of priority
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:971304
    • 提供者:杨一
  1. EightDigital

    0下载:
  2. 八数码算法实现,带界面,可输入初始状态,逐步演示-Eight digital algorithm, with the interface, enter the initial state, step by step demonstration
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:56083
    • 提供者:michael
  1. Eightnum

    0下载:
  2. C++。八数码问题的简单实现。有说明文件-C++. Eight digital problem simple to achieve.And there is a documentation
  3. 所属分类:Data structs

    • 发布日期:2017-11-21
    • 文件大小:3340219
    • 提供者:wang
  1. liusuma

    0下载:
  2. 六数码问题的回溯描述,代码为C语言实现,简单方便-Retrospective descr iption of the six digital code for the C language, simple and convenient
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:679651
    • 提供者:天下
  1. Eight

    0下载:
  2. poj1077:用c++通过启发式搜索算法解决八数码问题,查找最快的数据结构是哈希,搜索最快的是启发式搜索,但都有条件,前者要求冲突律低的哈希函数,后者要求找到启发函数-solve the poj1077with c++
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:1872
    • 提供者:李韩
« 1 2 3 45 »
搜珍网 www.dssz.com