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

搜索资源列表

  1. BRENT

    0下载:
  2. 用Visual C++实现,不用导数的布伦特法 Visual C+常用数值算法集中的源代码-Using Visual C++ implementation of Brent method without derivative Visual C+ numerical algorithm used concentrated source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:847byte
    • 提供者:yj
  1. gait 步态识别算法代码

    8下载:
  2. 步态识别算法代码,对多种识别算法予以实现,以及一些论文上提到方法的测试程序。-Gait recognition algorithm code for a variety of recognition algorithms to be realized, as well as some papers on the method of testing procedures mentioned.
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-10-19
    • 文件大小:13.25kb
    • 提供者:ray
  1. prim1

    0下载:
  2. 最小生成树 采用C程序编程实现的PRIM算法-Minimum spanning tree using C programming algorithm to achieve the PRIM
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:1021byte
    • 提供者:Mary
  1. dijskshortstpathalgorithm

    0下载:
  2. dijsk最短路径算法(matlab),求图像两点间的最短路径-dijsk shortest path algorithm (matlab), for images of the shortest path between two points
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:856byte
    • 提供者:lidong
  1. Romberg

    1下载:
  2. 用matlab实现Romberg积分,该算法简单易懂,容易初学者掌握-Romberg Integral using matlab,easy to understand
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.57kb
    • 提供者:nike
  1. greedy

    0下载:
  2. 有关贪婪算法的源码,可以用在无线网的成链协议中-The source of the greedy algorithm can be used in the wireless network into a chain of agreements
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1005byte
    • 提供者:weinan
  1. dijkstra

    1下载:
  2. dijkstra算法的matlab实现,验证数据采用了河北省主要城市的赋值无权网络图,并分析了单程往复式行驶的效率因素,实际应用价值高-the dijkstra algorithm matlab to achieve, verify the data used in major cities in Hebei Province network has no right of assignment, and an analysis of the efficiency of one-way reci
  3. 所属分类:Data structs

    • 发布日期:2016-06-08
    • 文件大小:550.57kb
    • 提供者:WJC
  1. DetectionandIdentificationofCyclostationarySignals

    1下载:
  2. 一篇关于循环谱算法的文章,写得比较详细,但其中的源码可能有些问题-An algorithm on the cyclic spectrum of articles written in more detail, but the source may be some problems
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:2.61mb
    • 提供者:cc
  1. JPDAF4

    4下载:
  2. 基于JPDAF的4目标数据关联算法源代码-Based on JPDAF 4-target data association algorithm source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:912.71kb
    • 提供者:www
  1. MixtGaussian

    1下载:
  2. 这是基于em算法混合高斯模型参数的估计方法,用matlab开发的,看一遍程序就会明白了。-mixture Gauss estimation
  3. 所属分类:Data structs

    • 发布日期:2015-03-07
    • 文件大小:1.83mb
    • 提供者:赵长生
  1. DeMat

    0下载:
  2. 差分算法,自己没用出来,欢迎大家来讨论。-Differential
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:29.75kb
    • 提供者:苗人凤
  1. hannoi

    0下载:
  2. 汉诺塔的动画模拟程序,效果还不错,因为用了非递归的算法,所以运行比较快-Tower of Hanoi animation simulation program, the results were good, because it used non-recursive algorithm, it runs faster
  3. 所属分类:Data structs

    • 发布日期:2015-11-11
    • 文件大小:1.57kb
    • 提供者:heyanzhang
  1. sift

    0下载:
  2. sift 由兩張圖片算出特徵點匹配演算法-sift calculated by the two pictures feature points matching algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:3.8kb
    • 提供者:chain
  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-27
    • 文件大小:2.59kb
    • 提供者:prince
  1. shujuguanlian

    1下载:
  2. 数据关联是多目标跟踪的一项关键技术。JPDA是大家公认的多目标跟踪中性能较好的数据关联算法,它 认为量测和目标是一一对应的关联关系,但在许多实际情况中,量测和目标是多一多对应的关系。针对上述情况,该文提 出了广义概率数据关联算法(Generalized Probability Data Association,GPDA)。文中从理论上对这两种算法的性能进行了 详细分析,并利用Monte Carlo技术对其性能进行了仿真比较。-Data association is one of th
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:420.67kb
    • 提供者:minnie
  1. munkres

    0下载:
  2. 匈牙利算法matlab实现,对于二部图的最优匹配-Hungarian algorithm matlab achieve optimal matching of bipartite graph
  3. 所属分类:Data structs

    • 发布日期:2017-11-11
    • 文件大小:1.84kb
    • 提供者:wangjinwen
  1. AntClony-Matlab

    0下载:
  2. 蚁群算法在matlab中的模拟,基本调试成功,请高手指点~-Ant colony algorithm in matlab simulation, basic debugging success, experts urged to
  3. 所属分类:Data structs

    • 发布日期:2017-11-23
    • 文件大小:7.17kb
    • 提供者:Woo
  1. Matlab-Intelligent-algorithm

    0下载:
  2. Matlab智能搜索算法书籍源代码,买书时自带的,方便大家使用。-the original source code about Matlab intelligent search algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:1.44mb
    • 提供者:小雨
  1. TSP.matlab

    0下载:
  2. 基于遗传算法解决TSP问题,matlab,可以实现-Based on the genetic algorithm to solve TSP problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:132.78kb
    • 提供者:明月
  1. 自适应小波阈值算法matlab源码

    6下载:
  2. 包含自适应小波阙值算法相应论文及其源码,在去噪方面有很好的效果。
  3. 所属分类:数据结构常用算法

    • 发布日期:2019-10-25
    • 文件大小:867.57kb
    • 提供者:375742801@qq.com
« 12 3 4 »
搜珍网 www.dssz.com