CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - A*算法

搜索资源列表

  1. On a Generalization of Join-the-Shortest-Queue Scheduling with a Bias

    0下载:
  2. 从豆丁转载的JSQ算法的文章,希望对大家有所帮助
  3. 所属分类:报告论文

    • 发布日期:2011-09-22
    • 文件大小:1577569
    • 提供者:alvin5101568
  1. 自适应加权中值滤波算法

    1下载:
  2. 提出了一种基于相似度函数的自适应加权中值滤波算法。该方法首先通过噪声检测确定图像中的噪声点,然后 根据窗口内噪声点的个数自适应地调整滤波窗口的尺寸,并根据相似度大小,巧妙地将滤波窗口内各个像素点自适应分 组并赋予相应的权重,最后对检测出的噪声点进行加权中值滤波。计算机模拟实验结果表明:该算法既能有效地滤除噪 声,又能较好地保护图像细节,比标准中值滤波具有更优良的滤波性能。-A similarity function based on adaptive weighted medi
  3. 所属分类:技术管理

    • 发布日期:2013-09-05
    • 文件大小:422141
    • 提供者:陈卿
  1. a

    0下载:
  2. 基于c语言动态分配,首次适应和最佳调度算法的实现-Based on c language dynamic allocation, first-fit and the best scheduling algorithm to achieve
  3. 所属分类:Document

    • 发布日期:2017-03-29
    • 文件大小:1668
    • 提供者:liu
  1. Boosting-a-weak-learning-algorithm

    0下载:
  2. Freund在1995年发表的一篇很经典的文章Boosting a weak learning algorithm by majority,是关于弱学习算法的,全英文写的-Freund in 1995 published a classic article Boosting a weak learning algorithm by majority, is on the weak learning algorithm, written in English
  3. 所属分类:software engineering

    • 发布日期:2017-03-22
    • 文件大小:316372
    • 提供者:feiminglu
  1. A* 算法详细解答

    1下载:
  2. 详细介绍了A*搜索算法的原理和应用,使用与路径规划和机器人路径搜索
  3. 所属分类:文档资料

    • 发布日期:2012-12-21
    • 文件大小:44032
    • 提供者:zhu727
  1. A

    0下载:
  2. Javascr ipt实现A*算法查找最短路径-use A* to find path
  3. 所属分类:Document

    • 发布日期:2017-04-14
    • 文件大小:2872
    • 提供者:周素
  1. A late acceptance hill climbing algorithm

    1下载:
  2. 通过加入Late Acceptance Strategy,改进了爬山局部搜索算法,该算法在求解某些benchmark函数时,比禁忌搜索和模拟退火等局部搜索算法更好。(by Late Acceptance Strategy, An improved hill climbing local search algorithm is proposed which outperforms Tabu and SA when solving some benchmark functions.)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-21
    • 文件大小:2738176
    • 提供者:DRen
  1. 经典算法大全

    0下载:
  2. 这是打好基础必备,很实用。只要我们的基础在,写什么都手到擒来(We have to lay a good foundation. This article is very practical. As long as we have a foundation, it is easy to write anything)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-15
    • 文件大小:1056768
    • 提供者:651613
  1. 简单函数优化的遗传算法程序

    0下载:
  2. 遗传算法是一种基于生物自然选择与遗传机理的随机搜索与优化方法。(Genetic algorithm (GA) is a random search and optimization method based on biological natural selection and genetic mechanism.)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-28
    • 文件大小:4096
    • 提供者:刘曼
  1. 算法 PPT

    0下载:
  2. 算法(Algorithm)是指解题方案的准确而完整的描述,是一系列解决问题的清晰指令,算法代表着用系统的方法描述解决问题的策略机制。也就是说,能够对一定规范的输入,在有限时间内获得所要求的输出。如果一个算法有缺陷,或不适合于某个问题,执行这个算法将不会解决这个问题。不同的算法可能用不同的时间、空间或效率来完成同样的任务。一个算法的优劣可以用空间复杂度与时间复杂度来衡量。(Algorithm (Algorithm) is to point to the problem solving scheme
  3. 所属分类:文章/文档

    • 发布日期:2017-12-24
    • 文件大小:2974720
    • 提供者:拖把
  1. 算法谜题[完整版].pdf

    0下载:
  2. 练习算法的比较好的参考书,里面有代码示例(Practice algorithm is a good reference book, there are code examples)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-25
    • 文件大小:30962688
    • 提供者:茶圣
  1. 数据结构与算法分析_Java语言描述

    0下载:
  2. 数据结构与算法分析一书的中文翻译,使用Java语言描述(Data structure and algorithmic analysis of Chinese translation of a book, described in the Java language)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-07
    • 文件大小:37801984
    • 提供者:飄蕩的雲
  1. QM算法化简

    0下载:
  2. QM算法的c++实现版本,还有些不完善的地方。(Quine-McCluskey Algorithms, a version of c++.)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:01011110
  1. 1196-MATLAB遗传算法工具箱及应用

    0下载:
  2. 这是一个遗传算法工具箱应用的电子版文档,希望对大家有所帮助(This is a genetic algorithm toolbox electronic version of the document, I hope to be helpful to everyone)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-07
    • 文件大小:9774080
    • 提供者:贾娇娇
  1. 算法大全

    0下载:
  2. 介绍各种数学算法,文档中也注有部分代码,类似有偏最小二乘回归啊等等!(Introduction to a variety of mathematical algorithms, the document also note that part of the code, similar to partial least squares regression ah!)
  3. 所属分类:文章/文档

  1. C数值算法集

    0下载:
  2. C数值算法集,非常有用的常用算法书籍,对c原岩算法开发非常有帮助。(The C numerical algorithm set, a very useful book of common algorithms, is very helpful for the development of the c original rock algorithm.)
  3. 所属分类:文章/文档

    • 发布日期:2018-04-28
    • 文件大小:6230016
    • 提供者:mindport
  1. 迪杰斯特拉算法与Astar算法比较

    0下载:
  2. 一篇关于迪杰斯特拉算法与Astar算法的论文,全方位的讲解了两种算法的原理以及区别(A paper on Dijkstra algorithm and astar algorithm is presented in this paper)
  3. 所属分类:文章/文档

  1. ACM算法模板

    0下载:
  2. 这是我们学校的ACM培训资料,分好的算法模板。(This is our school's ACM training material, and a good algorithm template.)
  3. 所属分类:文章/文档

    • 发布日期:2018-05-01
    • 文件大小:1759232
    • 提供者:欧阳锋q
  1. 关于蚁群算法的报告

    1下载:
  2. 介绍了蚁群算法的来源,实现以及性能,希望能帮助初学者迅速掌握蚁群算法的基本知识(a brief intro to ant algorithm)
  3. 所属分类:文章/文档

    • 发布日期:2021-04-20
    • 文件大小:312320
    • 提供者:zyx52301
  1. 中科院算法分析与设计历年考试题_陈玉福_国科大

    3下载:
  2. 中国科学院大学陈玉福老师《算法设计与实现》课的期末复习资料。(The final review materials of algorithm design and implementation by Chen Yufu, a teacher from the University of Chinese Academy of Sciences.)
  3. 所属分类:文章/文档

    • 发布日期:2020-10-15
    • 文件大小:15536128
    • 提供者:ASAI
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com