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

搜索资源列表

  1. ICP

    1下载:
  2. 三维图像配准算法(ICP),内含MATLAB文件icp.m。可以实现三维坐标的转换。-icp.m
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:116788
    • 提供者:yan
  1. QEAsolvePackage

    1下载:
  2. 最近两年比较流行的量子进化算法(QEA),能够求解一般的优化问题。算例是一个典型的背包问题(离散二值问题)。-The more popular the last two years the quantum evolutionary algorithm (QEA), be able to solve the general optimization problems. An example is a typical knapsack problem (discrete binary problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:1186
    • 提供者:王潮
  1. Halftoning_OrderedDithring_and_ErrorDiffussion

    2下载:
  2. Matlab源代码:利用有序抖动算法(Bayer矩阵D4和D8)生成二元图像;利用误差扩散算法(Floyd-Steinberg filter)生成二元图像。-Matlab code using the ordered dithring (Bayer D4 and D8 matrix) to generate the binary images Matlab code using the error diffusion algorithm (Floyd-Steinberg filter) to
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:514676
    • 提供者:段玉霞
  1. sppf

    0下载:
  2. 粒子滤波算法:Sigma-Point Particle Filter 算法(SPPF)用于非线性滤波估计问题,例如:导航,定位,跟踪等等应用-Particle filter algorithm: Sigma-Point Particle Filter algorithm (SPPF) estimation problem for nonlinear filtering, such as: navigation, positioning, tracking, and so on,for appli
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:3009
    • 提供者:jery
  1. pso-ppt-sample

    1下载:
  2. 微粒群优化算法 (PSO) 是一种进化计算技术 , 由Eberhart博士和kennedy博士于1995年提出。微粒群优化算法的基本思想是通过群体中个体之间的协作和信息共享来寻找最优解。 -Particle Swarm Optimization (PSO) is an evolutionary computation technique, by Dr. Eberhart and Dr. kennedy made in 1995. Particle Swarm Optimization Alg
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-11-25
    • 文件大小:1087353
    • 提供者:Kevin
  1. SOA

    0下载:
  2. 种子优化算法(SOA)matlab源程序,测试Rosenbrock等三个函数,结果很好,可以借鉴学习-Seed optimization algorithm (SOA) matlab source code, testing three functions, the results very good, can learn to learn
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:1710
    • 提供者:new
  1. aco

    0下载:
  2. matlab编的蚁群算法解TSP问题(att48),调整参数可解决多类问题。-matlab code of ant colony algorithm for solving TSP problems (att48), adjust the parameters to resolve multi-class problems.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:3210
    • 提供者:li qingshan
  1. ACO

    1下载:
  2. 蚁群算法(ACO)解决旅行商问题(TSP)的matlab程序。数据取自Oliver30。-Ant colony optimization (ACO) to solve the traveling salesman problem (TSP) in the matlab program. Data from Oliver30.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:4351
    • 提供者:薛栋
  1. PSO

    6下载:
  2. 粒子群算法(PSO)解决旅行商问题(TSP)的matlab程序。-Particle swarm optimization (PSO) to solve the traveling salesman problem (TSP) in the matlab program.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:16288
    • 提供者:薛栋
  1. AFRP

    1下载:
  2. WSN中AFMR路由算法.(AFMR)算法,通过构建高效路由以及在各节点自适应地决定是否进行数据融合处理,解决了移动代理如何以能量有效的方式融合、收集相关性数据的问题。该算法综合考虑了移动代理在路由过程中传输能量和融合能量的消耗,并根据数据融合算法的能量开销和节能增益,对移动代理迁移到各节点时是否执行数据融合操作进行自适应调整,以达到在各种不同的应用场景中优化移动代理能量开销的目的。-wsn,AFMR
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2016-02-17
    • 文件大小:4096
    • 提供者:xwq
  1. AntColonyAlgorithmforSolvingQoSRoutingProblem

    0下载:
  2. 在状态转移规则的基础上,局部更新规则和全局更新的蚁群算法的规则,我们提出一个IM证明蚂蚁的最低成本的服务质量蚁群算法(QoS)的路径用于解决网络路由问题与延迟以及背包约束中进行模拟。约52.33%蚂蚁找到成功的QoS路由。并收敛到最佳。-based on the state transition rule,the local updating rule and the global updating rule of ant colony algorithm ,we propose an im p
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:175922
    • 提供者:lifei
  1. graphcutformatlab

    1下载:
  2. 这是一个关于图割算法(graphcut)的MATLAB代码实现的。实现了用MATLAB来实现的参数估计,并且可以用于三维重建。-Here is a graph cut algorithm (graphcut) of the MATLAB code implementation. Achieved using MATLAB to implement the parameter estimation, and can be used for three-dimensional reconstruct
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:19373
    • 提供者:peter
  1. spalgorithmpackage

    0下载:
  2. 子空间追踪算法(SP)程序包,包含示例程序,SP算法程序及附属程序-Subspace pursuit algorithm (SP) package includes sample programs, SP algorithm program and ancillary procedures
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1987
    • 提供者:马春晖
  1. matlab

    0下载:
  2. 图形图像算法源代码集合(matlab),总共十七章-A collection of graphics algorithm source code (matlab)
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:78544
    • 提供者:王雨
  1. PSOforTSP(MATLAB)

    1下载:
  2. 粒子群算法解决VRP代码(matlab)-Particle swarm algorithm to solve VRP code (matlab)
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:4699
    • 提供者:
  1. GAtsp

    0下载:
  2. 基于遗传算法(GA)的10个城市的旅行商(TSP)问题的建模及仿真-Based on genetic algorithms (GA) of the 10 cities of the traveling salesman (TSP) problem of modeling and simulation
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2467
    • 提供者:刘谋荣
  1. PSO

    1下载:
  2. 智能优化算法,有粒子群算法(matlab)和多岛遗传算法(C语言)-PSO optimization algorithm and nsga-II optimization algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:770817
    • 提供者:李均衡
  1. 00096358BPl

    0下载:
  2. BP算法程序,基于matlab实现,详尽介绍。-ANN BP (matlab)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:35693
    • 提供者:king_andy_s
  1. PSO-matlab

    0下载:
  2. 标准PSO算法源代码(matlab) 不少网友需要PSO源代码,现将很早前的matlab代码贴上来。不过俺已经不搞学术很久了,现从事财政公务员工作,因此可能无法解答更多问题。-Standard PSO algorithm source code (matlab) that many users need to PSO source code matlab code much earlier now Tieshanglai. But I have been a long time not
  3. 所属分类:matlab

    • 发布日期:2016-11-09
    • 文件大小:2048
    • 提供者:katy
  1. matlab

    5下载:
  2. 探讨了经典的粒子群优化算法,在此基础上,提出了量子粒子群算法(QPSO),该算法具有高效的全局搜索能力-Of the classical particle swarm optimization, on this basis, proposed a quantum particle swarm optimization (QPSO), the algorithm is efficient global search capability
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:3043
    • 提供者:陈颖
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com