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

搜索资源列表

  1. 启发式搜索解决八数码难题

    0下载:
  2. 启发式搜索解决八数码难题-heuristic problem solving eight digital
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:4054
    • 提供者:张科
  1. aco

    0下载:
  2. A new heuristic algorithm-ant colony optimization and its basical theory are introduced in this article to solve the complicated and optimized questions.This method simulates the course of ant searching food to solve this kind of questions.It has the
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2014-01-19
    • 文件大小:869459
    • 提供者:wangliang
  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. HnSRTree-1.3.1.tar

    0下载:
  2. R 树, 存取方式的当中最普遍的的用长方形, 是根据区域的启发式优化围绕的长方形在各个内在结点通过运行在一张规范化的试验平台下高度变化的数据, 询问和操作众多的实验, 我们能设计合并联合的优化的R* 树区域, 各个附寄的长方形边际和交叠在目录使用我们规范化的试验床在详尽表现比较,它结果R* 树清楚地胜过现有的R 树变形Guttman’s线性和二次方R 树和R 树的格林变形,R* 树的这优势举行为不同的型询问和操作, 譬如地图覆盖物。 为两个长方形和多维点在所有实验从一个实用观点R* 树是非常有吸
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:171922
    • 提供者:王琪
  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. amaze32v3

    0下载:
  2. 2. 设计一个启发式函数(最好是A*搜索函数)并编程实现,设计报告中必须给出函数的具体形式并说明设计思想(或分析为什么是A*算法)-2. Design a heuristic function (A * is the best search function), and Programming, design report must be given to the specific function and state forms design (or analyze why is A * al
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:526969
    • 提供者:小龙
  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. 8digitsA

    0下载:
  2. A星算法+强启发函数解八数码问题,自带判断是否有解-A Star Algorithm+ strong heuristic function solution of 8 digital issues, bring their own to determine whether the broken
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-01
    • 文件大小:989108
    • 提供者:胡茂名
  1. connect_proj_report_final

    0下载:
  2. Connect-K game heuristic design and adversarial search controller design
  3. 所属分类:Search Engine

    • 发布日期:2017-05-02
    • 文件大小:818706
    • 提供者:horizon
  1. EightDigits

    0下载:
  2. 八数码,启发式,曼哈顿距离,A*算法实现-Eight digital, heuristic, Manhattan distance, A* algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:3458
    • 提供者:delia
  1. The_Greedy_Heuristic

    1下载:
  2. 表上作业法(贪心法)的MATLAB程序 解决运输问题的算法,内部有程序代码的详细介绍以及一个算例的介绍。本人为MATLAB初学者,欢迎交流,QQ420797419-This simple heuristic usually gives good, but possibly suboptimal solutions for the transportation problem.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:5581
    • 提供者:小胡
  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. C-W-savings-algorithm

    2下载:
  2. C-W节约算法是最经典的求解车辆路径问题的启发式算法。-The Clarke and Wright(1964) savings algorithm is perhaps the most widely known heuristic for the VRP.
  3. 所属分类:File Formats

    • 发布日期:2016-06-09
    • 文件大小:436841
    • 提供者:abrahamlau
  1. CS-for-spring-design

    0下载:
  2. 用matlab实现启发式算法布谷鸟算法在弹簧设计中的应用程序-Application of the heuristic algorithm the cuckoo algorithm in the spring design using matlab
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:1571
    • 提供者:丁默
  1. CS

    0下载:
  2. 用matlab实现启发式算法布谷鸟算法,用于生产优化-New heuristic- CS algorithm for the production optimization problem using matlab
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1197
    • 提供者:丁默
  1. 26964185

    0下载:
  2. 基于CRAFT的多阶段柔性设备布局优化算法   多阶段设备布局下的总成本包括设备拆装成本、物料搬运成本以及区域利用成本,问题的目标是最小化总成本。首先,在分析问题的基础上,建立基于多阶段设备布局优化目标的数学模型 其次,采用改进的CRAFT启发式算法优化单阶段设备布局 进一步,提出基于单阶段设备布局算法的多阶段启发式算法,优化多阶段设备布局 最后,数值实验表明算法优化后总成本降幅达28.57%. -CRAFT-based multi-stage flexible equipm
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:285795
    • 提供者:ray
« 1 2 3 45 6 7 8 9 10 ... 28 »
搜珍网 www.dssz.com