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

搜索资源列表

  1. meshfree3d

    0下载:
  2. This code is for the smoothed particle hydradynamics(a meshless method).
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:49601
    • 提供者:aray
  1. PIDcontrowithAOC

    1下载:
  2. 除了蚁群算法,可用于PID参数优化的智能算法还有很多,比如遗传算法、模拟退火算法、粒子群算法、人工鱼群算法,等等。-In addition to ant colony algorithm can be used to optimize the PID parameters there are many intelligent algorithms, such as genetic algorithms, simulated annealing algorithm, particle swarm
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-03-30
    • 文件大小:1577
    • 提供者:张望
  1. particle_m

    0下载:
  2. 粒子滤波matlab程序,可用于机动目标跟踪,适用于非线性系统-Particle filter matlab program can be used for maneuvering target tracking for nonlinear systems
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:4536
    • 提供者:chenchao
  1. pf_pure

    0下载:
  2. 最简单试用的粒子滤波matlab源代码,有详细的注释,很容易理解-Try the most simple particle filter matlab source code, detailed notes, it is easy to understand
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1291
    • 提供者:feng
  1. ParticleFilter

    0下载:
  2. 此粒子滤波程序采用重采样算法,用于二维平面目标跟踪-This procedure uses resampling particle filter algorithms for two-dimensional plane tracking
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1920
    • 提供者:zhangx
  1. matlab_utilities

    3下载:
  2. 粒子滤波、无迹粒子滤波算法程序,高斯混合模型参数设置等详细代码-Particle filter, unscented particle filter program, Gaussian mixture model parameter settings, and more code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-16
    • 文件大小:88768
    • 提供者:薛刚
  1. pso

    4下载:
  2. 粒子群优化算法是一种进化优化技术,源于对鸟群扑食的行为,是一种基于迭代的优化工具。此文件提供了基本粒子群算法、带压缩因子的粒子群算法、二阶粒子群算法、二阶振荡粒子群算法、权重改进的粒子群算法、混沌粒子群算法、基于杂交的粒子群算法、基于模拟退火的粒子群算法的MATLAB源代码。-PSO is an evolutionary optimization technique, derived from the behavior of the birds of prey, is based on iter
  3. 所属分类:matlab

    • 发布日期:2015-09-25
    • 文件大小:16769
    • 提供者:熊杰
  1. particlefilter

    0下载:
  2. 一个关于粒子滤波算法的英文课件,详细阐述了粒子滤波算法的原理以及应用-A particle filter on the English courseware, particle filter described in detail the principles and applications
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:591646
    • 提供者:刘帆
  1. CS

    6下载:
  2. 上传了几个基于“当前”统计模型的机动目标跟踪的程序,包括子程序和文献,还有粒子滤波的目标跟踪程序-From a few based on the " current" statistical model for maneuvering target tracking procedures, including routine and literature, as well as particle filter target tracking process
  3. 所属分类:Other systems

    • 发布日期:2014-09-19
    • 文件大小:414700
    • 提供者:星痕
  1. CodeFiltrageParticulaire

    0下载:
  2. 粒子滤波器在机器人导航中的成功应用,扩展卡尔曼滤波器。-Particle filter in robot navigation in the successful application of extended Kalman filter.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:5388
    • 提供者:dnegel
  1. particle

    1下载:
  2. 代码来自2008年数学建模东北赛区B题,原题描述http://www.ivanblog.cn/post/18.html 思想是用粒子群算法来实现相关问题的求解,编程语言是C++。-Mathematical modeling code from the 2008 Northeast Division B title, original title describes http://www.ivanblog.cn/post/18.html thinking is to achieve parti
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:1602
    • 提供者:olivejy
  1. pso

    3下载:
  2. 对不同噪声强度的加噪图像,用粒子群优化算法优化结构元素,找到最优结构元素,对图像进行去噪操作,使恢复的图像达到最大峰值信噪比-Noise intensity for different images with noise, using particle swarm optimization algorithm to optimize the structure elements, find the optimal structure element, the image de-noising o
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:129644
    • 提供者:吴琳珠
  1. sph_1d

    1下载:
  2. smooth particle hydrodynamics计算-smooth particle hydrodynamics calculation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:13794
    • 提供者:矛盾江湖
  1. PSO26

    0下载:
  2. 粒子群算法 寻优算法非线性函数 极值 寻优-Particle Swarm Optimization Algorithm for the optimization of nonlinear function extremum
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1956
    • 提供者:guanyouyuan
  1. ParticleFilter

    0下载:
  2. particle filter粒子滤波算法的OPENCV实现-particle filter OPENCV particle filter implementation
  3. 所属分类:Graph program

    • 发布日期:2017-05-13
    • 文件大小:3364062
    • 提供者:jiaotianqi
  1. Particle_filter

    1下载:
  2. 基于粒子滤波器的机动目标跟踪技术 首先 , 概 要介绍传统的Kalman滤波器,以及有所改进的扩展Kalman滤波器。 其次,为了能更好地解决在动态模型为非线性且噪声为非高斯的条件下对机动目标的 跟踪问题,通过概率统计理论详细阐述粒子滤波器基本原理。然后,针对不同的使用 条件,根据粒子滤波器的基本理论做出适当的修改和整理,就得到了四个相关的粒子 滤波器的变型,使用州以JLAB把它们对机动目标的跟踪性能作了详细地计算机模拟 仿真且用均方根误差更加精确地进行了比较。最后,把粒
  3. 所属分类:Development Research

    • 发布日期:2017-05-08
    • 文件大小:1709985
    • 提供者:jiaotianqi
  1. shili

    4下载:
  2. 基于改进粒子群算法的多目标最优潮流计算 基于改进粒子群算法的多目标最优潮流计算-Particle Swarm Optimization Based on Improved Multi-objective Optimal Power Flow
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-02-27
    • 文件大小:2949
    • 提供者:余开江
  1. TheoryandImplementationoParticleFilters

    0下载:
  2. particle filter, application in communication
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:368723
    • 提供者:arlin
  1. IDPSOforICME04

    1下载:
  2. 改进的粒子群对图像的codebook快速矢量最优化-Improved the image of the codebook particle swarm optimization Fast Vector
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:197957
    • 提供者:yanghua
  1. Tracking

    0下载:
  2. 用粒子滤波实现的一个跟踪,使用opencv的代码,opencv安装在c盘,所以如果想编译的话,就必须在c盘安装opencv,其他说明看压缩文件-The particle filter is a tracking code to use opencv, opencv installed in the c disk, so if you want to compile, then it must be installed in c drive opencv, other shows to see c
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:2125247
    • 提供者:魏水清
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com