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

搜索资源列表

  1. face_detection

    0下载:
  2. 用MATLAB实现的人脸检测算法,该算法主要用于单目标人脸的识别。-Implemented with MATLAB face detection algorithm, which is mainly used for single-target face recognition.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:668373
    • 提供者:dyh
  1. zuiduanlujing

    0下载:
  2. 单源最短路径,单目标最短路径,单顶点对最短路径间等算法-Single-source shortest path, single target shortest path between one vertex on the shortest path algorithms such as
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:5083
    • 提供者:张友来
  1. Target-Tracking-with-UKF

    0下载:
  2. 应用无迹卡尔曼滤波较好的实现单目标跟踪。-Unscented Kalman filter applied to achieve good single-target tracking.
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1577442
    • 提供者:Elvira
  1. pf_colortracker

    0下载:
  2. 本例是一个采用帧差法的运动跟踪代码,其对背景不变的单目标有较好的处理-This example is a frame difference method using the movement of the tracking code, change the background of its single objective better deal
  3. 所属分类:matlab

    • 发布日期:2017-06-17
    • 文件大小:26518669
    • 提供者:当当
  1. GaussBG_test1

    0下载:
  2. 单高斯目标检测,主要是通过先有K帧图像初始化背景,再通过公式不断更新背景来实现目标检测-Single gaussian target detection, mainly through the first K frames image initialization background, then by formula update background to achieve target detection
  3. 所属分类:Special Effects

    • 发布日期:2017-06-16
    • 文件大小:25245696
    • 提供者:夏菁菁
  1. SGA

    2下载:
  2. 遗传算法对单目标问题优化,采用实数编码,能对多峰多维函数进行求解,对较难收敛的f(x)=sum(100(x(i)-x(i-1))^2+(x(i-1)-1)^2)有较好的收敛结果,相信对开始学习遗传算法的很有帮助。-Genetic algorithm optimization of single objective, using real-coded, can solve multi-dimensional and multi-peak function,get a better converge
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:10785
    • 提供者:xiaxia
  1. 46ter

    0下载:
  2. 单目标跟踪的临时簇构建算法Single-target tracking for temporary cluster construction algorithm-Single-target tracking for temporary cluster construction algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:193287
    • 提供者:ie2020
  1. TwoLevel

    0下载:
  2. meanshift单目标跟踪,对单目标前景检测跟踪效果不错-meanshift track
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:10717
    • 提供者:王利
  1. gujiqi

    0下载:
  2. 统单目标定位与跟踪的拟线性估计器在目标跟踪的应用-Single target location and tracking system of quasilinear estimator for target tracking applications
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:246655
    • 提供者:zyz
  1. functionOptimizationImmune

    0下载:
  2. C#下运行的单目标高维函数的人工免疫优化算法,可用于任意维度-C# to run a single target high-dimensional functions of the artificial immune algorithm can be used for any dimension
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:69697
    • 提供者:宋丹
  1. single-and-multi

    0下载:
  2. 单目标和多目标全局优化算法设计,这是一篇硕士论文。-Single objective and multi-objective global optimization algorithm, which is a master' s thesis.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1423843
    • 提供者:lizhi
  1. jsp

    0下载:
  2. 单目标车间调度,通过mfc文件实现单目标车间的调度问题,包含有窗口-Single objective scheduling, to achieve a single goal through the mfc file shop scheduling problem, including a window
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-28
    • 文件大小:11125798
    • 提供者:余果
  1. stdPSO

    0下载:
  2. pso优化算法matlab工具箱,很强大的代码程序,是优化单目标的非常好的工具哦-pso matlab optimization toolbox, the code is very powerful program, is a very good single-objective optimization tool for oh
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:4176
    • 提供者:huahua
  1. GA

    1下载:
  2. 用matlab实现遗传算法单目标优化问题,迭代次数选取不同,效果不同-Genetic algorithm using matlab to achieve a single objective optimization problem, select a different iterations, different results
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2230
    • 提供者:丁菲
  1. ant_Plane

    14下载:
  2. 之前上传的蚁群无人机不完整,还要另外下载我后来上传的 MATLABLibrary,这个是完整版: 无人机如何在复杂的战区自主飞行是时下的一个热点。这里采用了蚁群算法做出了探讨。并用matlab实现。假定无人机的活动范围为20km×20km的区域,无人机起点的平面坐标为[1,2][单位:km], 攻击目标的平面坐标为[19,18][单位:km],同时不考虑无人机起飞降落时的限制。数字地图和敌方威胁情况[主要考虑雷达威胁]已在附件中给出。数字地图可以做适当的简化,比如可以把地形近似分为三种:高地,低
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-10-13
    • 文件大小:159572
    • 提供者:batilei
  1. time

    2下载:
  2. 利用互相关法进行单目标的时延定位,并给出仿真结果-Cross-correlation method using a single target latency positioning, and simulation results
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1110
    • 提供者:王金辉
  1. Single-and-Multiobjective-GA-Toolbox

    0下载:
  2. 单目标、多目标遗传算法c++工具箱,Illinois Genetic Algorithms Laboratory-Single and Multiobjective Genetic Algorithm Toolbox in C++
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:130471
    • 提供者:陈重
  1. pso-lib

    1下载:
  2. 粒子群工具箱,可用,可实现单目标,多目标最优化-PSO toolbox available, single-target, multi-objective optimization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:2064930
    • 提供者:小潘
  1. danboshuchengxing

    0下载:
  2. 单目标,窄带波束成形,精确定位,常规波束成形小程序-Single target, narrowband beamforming, precise positioning, conventional beamforming applet
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:519
    • 提供者:莉莉
  1. the-0-1-nonlinear-programming-

    1下载:
  2. 本程序主要是解决单目标0-1非线性规划问题。-This procedure is mainly to solve the 0-1 nonlinear programming problem.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2893
    • 提供者:杨云
« 1 2 3 4 56 7 8 9 10 ... 25 »
搜珍网 www.dssz.com