CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 启发式 搜索

搜索资源列表

  1. NNum

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

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

    0下载:
  2. A*算法属于一种启发式搜索,它扩展结点的次序类似于广度优先搜索,但不同的是每生成一个子结点需要计算估价函数F,以估算起始结点的约束经过该结点至达目标结点的最佳路径代价 每当扩展结点时,意是在所有待扩展结点中选择具有最小F值的结点做为扩展对象,以便使搜索尽量沿最有希望的方向进行.A*算法只要求产生问题的全部状态空间的部分结点及关系,就可以求解问题了,搜索效率较高
  3. 所属分类:人工智能/神经网络/遗传算法

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

    0下载:
  2. 中国象棋的vc++代码,利用人工智能中的启发式搜索和神经网络等思想。
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:54283
    • 提供者:张非
  1. artificial

    0下载:
  2. 八数码 VC源程序 人工智能经典题目 使用A*启发式搜索算法。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:34571
    • 提供者:tjz
  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. Cpp1

    0下载:
  2. 启发式搜索见cpp1.C文件,vc6.0环境运行实现-heuristic search cpp1.C see documents, achieving operating environment vc6.0
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2201
    • 提供者:蔡鹏
  1. A的算法

    0下载:
  2. A*算法属于一种启发式搜索。它扩展结点的次序类似于广度优先搜索,但不同的是每生成一个子结点需要计算估价函数F,以估算起始结点到该结点的代价及它到达目标结点的代价的和;每当扩展结点时,总是在所有待扩展结点中选择具有最小F值的结点作为扩展对象,以便使搜索尽量沿最有希望的方向进行。 -A * algorithm is a heuristic search. It extended node in the order of priority similar to the breadth of searc
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2461
    • 提供者:成龙
  1. 智能蚁群算法及应用

    1下载:
  2. 作为群体智能的一种典型实现,蚁群算法正在受到学术界的广泛关注。这是一种基于种群寻优的启发式搜索算法,由M.Dorigo等人于1991年首先提出。本书从基本结构、算法特点、改进方法、突破途径、实现模式及应用模式等方面做了一些系统的研究工作,观点新颖,内容全面,具有一定的学术价值和研究意义
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2009-10-04
    • 文件大小:3730613
    • 提供者:liuyun242
  1. MC问题的A*

    0下载:
  2. 利用启发式搜索出MC问题
  3. 所属分类:人工智能/神经网络/遗传算法

  1. 人工智能经典问题八数码三种算法

    0下载:
  2. 人工智能经典问题八数码三种算法(广度优先搜索,深度优先搜索,启发式搜索)带有图形界面的解决方案。-Classic problem in Artificial Intelligence eight digital three algorithms (breadth-first search, depth-first search, heuristic search) with a graphical interface solutions.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-06-21
    • 文件大小:35266169
    • 提供者:zlf
  1. the-problem-8-digital

    0下载:
  2. 熟练掌握启发式搜索 算法及其可采纳性,使用启发式搜索算法求解8数码问题-Master the heuristic search algorithm and its admissibility, the use of heuristic search algorithm to solve the problem 8 digital
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:1229
    • 提供者:lihongjie
  1. SY0915129

    0下载:
  2. 野人过河问题,本实验研究了用人工智能的理论求解传教士(Missionaries)与野人(Cannibals)过河问题(M-C问题)。实验设计采用产生式系统的概念,将问题用状态空间表示,搜索技术采用状态空间启发式搜索的A算法,规则设计采用产生式规则,用C语言实现了A算法求解M-C问题,加深了对人工智能的认识与理解。-Savage river problems, this experimental study the theory of using artificial intelligence t
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:3465
    • 提供者:余光学
  1. PicMatch

    2下载:
  2. 本程序实现了对影像特征点自动提取,利用Morevac、Forstner、Harris3个经典算子。在此基础上利用相关系数法实现影像自动匹配,并且引入最小二乘平差,使匹配点精度有所提高。 在搜索点过程中,利用了核线影像特性,对二维影像搜索使用了爬山法启发式搜索。对大数据量影像采用影像金字塔结构处理。 1、使用GDAL库读取影片,支持TIFF、PNG、JPEG、JPG、BMP、GIF、IMG格式读取。使用GDI绘图。 2、防止大数据量绘图视图闪烁,图片显示采用双缓存技术。
  3. 所属分类:Special Effects

    • 发布日期:2014-04-18
    • 文件大小:3046914
    • 提供者:方毅
  1. ant

    0下载:
  2. 关于地图着色问题的蚁群搜索算法,启发式搜索算法的改进-Map Coloring Problem on ant colony search algorithm, heuristic search algorithm to improve
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:5835
    • 提供者:yurongguo
  1. MC_3points

    0下载:
  2. 蒙特卡罗启发式搜索算法,在平面内的多个点找到任意三点组成对大三角形的面积-Monte Carlo heuristic search algorithm, a number of points in the plane to find any of three large triangular area formed
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:2904
    • 提供者:zhaochuanmin
  1. tic-tac-toe

    0下载:
  2. 在VC环境下用C++语言编写的一字棋小程序,采用人工智能原理里的博弈树的启发式搜索原理-VC environment in C++ language with the preparation of the word game of small procedures, the principle of the use of artificial intelligence in the game tree search heuristic principle
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:959094
    • 提供者:lina
  1. FullyAutomaticlusteringSystem

    0下载:
  2. 这是一篇结合启发式搜索的聚类算法研究的文章 改进了聚类算法的一些典型缺点 值得参考-This is a combination of heuristic search algorithm for the clustering of articles improved clustering algorithm to some typical shortcomings worth considering
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:573770
    • 提供者:刘年
  1. LCsearch

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

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

    0下载:
  2. 启发式搜索实现的八数码求解 启发式搜索实现的八数码求解-Eight Number
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:861451
    • 提供者:RoyYeah
  1. 981399TurboSimu

    0下载:
  2. 禁忌搜索的相关资料,对于启发式搜索很有帮助。大家可以-Tabu search-related information useful for heuristic search. We can see
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:30139
    • 提供者:夏正友
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com