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

搜索资源列表

  1. c++buildermaze

    0下载:
  2. 用C++BUILDER做的一个迷宫,可以实现深度优先,广度优先和启发式搜索算法-C BUILDER do a maze, can achieve priority depth, breadth priority and heuristic search algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1435872
    • 提供者:
  1. NNum

    0下载:
  2. N数码问题 本程序采用全局择优的启发式搜索算法来解决八数码难题
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:344439
    • 提供者:hello
  1. spath

    0下载:
  2. 有关启发式搜索的经典算法:A*最短路径算法的实例和对应程序。关注的朋友可以留意一下。(比传统的Dijistra算法效率高很多哦!^_^)-the heuristic search algorithm of the classic : A * shortest path algorithm examples and the corresponding procedures. Concerned friends can look. (Dijistra than the traditional alg
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:35025
    • 提供者:莜月
  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-09
    • 文件大小:1222156
    • 提供者:Liny
  1. 8

    1下载:
  2. 用A*启发式算法解决八数码问题,用纯C实现-using A* algorithm to solve Eight-puzzle
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1346
    • 提供者:phil
  1. qifashipaixu

    0下载:
  2. 启发式算法下,排序 启发式算法下,排序-qifapaixu
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:34021
    • 提供者:李力
  1. LCsearch

    0下载:
  2. 算法:华容道问题的启发式搜索。寻求一种最优解的快速算法。-Algorithm: Huarong issues heuristic search.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1577
    • 提供者:doingo
  1. matlabyiqunsuanfa

    5下载:
  2. 蚁群算法是一种用来在图中寻找优化路径的机率型算法。是一种求解组合最优化问题的新型通用启发式方法,该方法具有正反馈、分布式计算和富于建设性的贪婪启发式搜索的特点。通过建立适当的数学模型,基于故障过电流的配电网故障定位变为一种非线性全局寻优问题。-Ant colony algorithm is a method used to find optimal path in the graph the probability-based algorithm. Is a combination of opt
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:2648
    • 提供者:prince
  1. qingyun

    0下载:
  2. 清运启发式算法,简洁的结构,并且内含例子。-Clearance heuristic
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1485
    • 提供者:mafen
  1. 8-pluzze

    0下载:
  2. 这个是基于启发式搜索算法解八数码问题的一个演示程序,旨在演示启发式搜索及A*算法的基本使用方式。内部已经写好了三种启发式算法,可以在使用过程中选用。并另附了一份实验报告。-This is based on the heuristic search algorithm for solving the the 8-puzzle Problem. Program showed how to use heuristic search and A* algorithm. Within three heu
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:38663
    • 提供者:徐晓涛
  1. graph-search-algorithm

    1下载:
  2. 图搜索的非启发式和启发式算法, 着重分析了它们各自的复杂性、优缺点及 其相互关系, 提出了改进要点. 这对于如何选用一个合适的搜索算法是十分有益的.-Figure of non-heuristic and heuristic search algorithm, analyzes the complexity of their respective advantages and disadvantages and their relationship, an improved points.
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:84321
    • 提供者:quanyecha
  1. kmb

    0下载:
  2. 一种经典的组播算法---kmb算法,KMB由Kou、Mrakousky和Bermaa提出,它是有关求解Steiner树最著名的一个较为快速的启发式算法。-A classic multicast algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1592116
    • 提供者:
  1. Book-Essentials-of-Metaheuristic

    0下载:
  2. 计算机科学的两大基础目标,就是发现可证明其执行效率良好且可得最佳解或次佳解的算法。而启发式算法则试图一次提供一或全部目标。 例如它常能发现很不错的解,但也没办法证明它不会得到较坏的解;它通常可在合理时间解出答案,但也没办法知道它是否每次都可以这样的速度求解。-Book-Essentials of Metaheuristic
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:4388775
    • 提供者:王登华
  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. ANT

    0下载:
  2. A*算法通过启发式探索下一结点,逐步逼近目标结点,且使得路径最短。-A* algorithm heuristic to explore the next node, and gradually approaching the target node, and that the shortest path.
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:576850
    • 提供者:王莉
  1. Eight

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

    • 发布日期:2017-11-25
    • 文件大小:1872
    • 提供者:李韩
  1. Decrease-and-Conquer

    1下载:
  2. 该文章主要研究了依靠减治技术的各搜索算法,从基本搜索到对基本搜索改进,最后探讨了启发式的搜索,逐步深入,从而加深对搜索和减治法的理解-The paper studies the reduction treatment technologies rely on various search algorithms, basic search to search for basic improvements, and finally discuss the heuristic search, the
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:28953
    • 提供者:gaochang
  1. sanjiaopaofen

    0下载:
  2. 北邮大二算法设计与分析 关于三角剖分启发式的算法实现-BUPT sophomore algorithm design and analysis heuristic algorithm implementation on triangulation
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1229
    • 提供者:琪琪
  1. 92507258

    0下载:
  2. 详细讲解了什么是启发式算法,以及启发式算法的各种类型和相应的模型()
  3. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:107520
    • 提供者:IVNX!85960
  1. qbaocs

    0下载:
  2. 模拟退火是一种启发式算法,适用于数据挖掘,对神经网络的局部最优问题能很好解决()
  3. 所属分类:数据结构

搜珍网 www.dssz.com