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

搜索资源列表

  1. A-search-algorithm-

    0下载:
  2. A搜索算法 在八数码问题中应用,c 实现源码-A search algorithm is applied in eight digital issues, c source code to achieve
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:18727
    • 提供者:cici
  1. 8Puzzle_Astar

    0下载:
  2. 人工智能经典问题八数码的A*算法实现。没有图形界面。-Eight digital artificial intelligence classic problem of A* algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:275548
    • 提供者:zlf
  1. 8Puzzle_BFS

    0下载:
  2. 人工智能经典问题八数码的广度优先搜索算法实现。没有图形界面。-Classic problem of artificial intelligence, eight digital breadth-first search algorithm. No graphical interface.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:145763
    • 提供者:zlf
  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. 2004062923325819487

    0下载:
  2. 八数码问题,基于A*算,A*算法是一种有序搜索算法,其特点在于对估价函数的定义上。对于一般的有序搜索,总是选择f值最小的节点作为扩展节点。-Eight digital issue
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:75312
    • 提供者:suhuhu
  1. analysis

    0下载:
  2. 数码摄影相对传统摄影在摄影教学中的优势分析-Digital photography relatively traditional photography in photography teaching superiority analysis
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:971550
    • 提供者:epp
  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. 8_num

    0下载:
  2. 人工智能的八数码问题,采用的A*启发式搜索,显示运行时间和每一步运行过程。基于MFC的-Eight puzzle problem in artificial intelligence, using the A* heuristic search, display the running time and every step of the operation process. MFC-based
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:16492
    • 提供者:程港
  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. eightnum

    0下载:
  2. 八数码是人工智能的一个典型问题,这是一个用C++编写的八数码程序-Eight digital is a typical problem of artificial intelligence, which is a C++ and eight digital program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:737941
    • 提供者:shrint
  1. 8shuma

    0下载:
  2. 使用VC6编译环境,针对人工智能中的八数码问题使用A*和广度优先和深度优先算法,分别求解,将解算过程输出到相应txt文件-using VC6 implement the eight number problem in AI.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-24
    • 文件大小:3706707
    • 提供者:天天
  1. Astar

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

    • 发布日期:2017-04-07
    • 文件大小:29093
    • 提供者:chao
  1. jiugongge

    0下载:
  2. 运用图的搜索,找到把数码之间的转换步骤,只是不能找到全部的路径,能找到初始状态和目标状态之间的步骤-Use of the graph search, find the digital conversion between steps
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-14
    • 文件大小:84123
    • 提供者:张雷
  1. 8-shuma

    0下载:
  2. 基于a*算法的八数码问题源代码,八数码问题,广度优先,递归-Source code based on the a* algorithm, eight digital
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:11159
    • 提供者:znt
  1. jiugong

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

    • 发布日期:2017-04-04
    • 文件大小:99524
    • 提供者:ma
  1. 0

    0下载:
  2. 6 数码管(静态显示) 6 数码管(静态显示)-6 digital control (static display) 6 digital control (static display) digital tube (static display)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:218513
    • 提供者:连达涛
  1. A_Star

    0下载:
  2. 在3*3组成的九宫格棋盘上,摆有8个将牌,每一个将牌都刻有1-8中的某一个数码。棋盘中留有一个空格,允许其周围的某一个将牌向空格移动,这样通过移动将牌就可以不断改变将牌的布局。给定一种初始的将牌布局或结构(称初始状态)和一个目标布局(称目标状态),编程给出一个最优的走法序列。 -3* 3 composed of squared board, put 8 cards, each of the license are inscribed with a digital 1-8. The chess
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:132323
    • 提供者:Yalei Tan
  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 2 ... 15 16 17 18 19 2021 22 23 24 25 26 27 »
搜珍网 www.dssz.com