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

搜索资源列表

  1. GAexamples1

    0下载:
  2. 单目标遗传算法优化的经典例子,从中既能很好的理解遗传算法的基本原理,又能快速学会GA的C++编程。-Single-objective genetic algorithm optimization of the classic examples, from both a good understanding of the basic principles of genetic algorithm, GA can quickly learn to the C++ Programming.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:25065
    • 提供者:antercy
  1. GAexamples2

    0下载:
  2. 单目标遗传算法优化的经典例子c++源码,可以很好的理解GA的原理和学习编程。-Single-objective genetic algorithm optimization of the classic examples c++ Source can be a very good understanding of the principles of GA and learning programming.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:24795
    • 提供者:antercy
  1. GAexamples3

    0下载:
  2. 单目标遗传算法优化的经典例子c++源码,可以很好的理解GA的原理和学习编程。-Single-objective genetic algorithm optimization of the classic examples c++ Source can be a very good understanding of the principles of GA and learning programming.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:45251
    • 提供者:antercy
  1. GAhead1

    0下载:
  2. 单目标遗传算法优化的经典例子c++源码,可以很好的理解GA的原理和学习编程。这3部分是头文件部分。-Single-objective genetic algorithm optimization of the classic examples c++ Source can be a very good understanding of the principles of GA and learning programming. This Part 3 is part of header file
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:69045
    • 提供者:antercy
  1. GAhead2

    0下载:
  2. 单目标遗传算法优化的经典例子c++源码,可以很好的理解GA的原理和学习编程。这3部分是头文件部分。-Single-objective genetic algorithm optimization of the classic examples c++ Source can be a very good understanding of the principles of GA and learning programming. This Part 3 is part of header file
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:45266
    • 提供者:antercy
  1. GAhead3

    0下载:
  2. 单目标遗传算法优化的经典例子c++源码,可以很好的理解GA的原理和学习编程。这3部分是头文件部分。-Single-objective genetic algorithm optimization of the classic examples c++ Source can be a very good understanding of the principles of GA and learning programming. This Part 3 is part of header file
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:76262
    • 提供者:antercy
  1. ant_plane

    7下载:
  2. 无人机如何在复杂的战区自主飞行是时下的一个热点。这里采用了蚁群算法做出了探讨。并用matlab实现。假定无人机的活动范围为20km×20km的区域,无人机起点的平面坐标为[1,2][单位:km], 攻击目标的平面坐标为[19,18][单位:km],同时不考虑无人机起飞降落时的限制。数字地图和敌方威胁情况[主要考虑雷达威胁]已在附件中给出。数字地图可以做适当的简化,比如可以把地形近似分为三种:高地,低地以及过渡地带。 忽略地形和无人机操作性能等因素的影响,综合考虑敌方威胁,无人机航程等,基
  3. 所属分类:source in ebook

    • 发布日期:2017-04-25
    • 文件大小:11067
    • 提供者:batilei
  1. GA

    0下载:
  2. 遗传算法 求解单目标问题,采用二进制编码(matlab)-using genetic algorithm to optimize Single-objective function
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1273
    • 提供者:xiaxia
  1. 4368

    0下载:
  2. 连接上摄像头,可以对摄像头的各个性能进行设定,还可以通过帧间差分与自适应背景的算法对运动的目标检测,还可以采集单帧图像进行保存-Connect the camera, the camera can set the various properties, but also through the inter-frame difference algorithm and adaptive background target detection in sports can also be collec
  3. 所属分类:Graph program

    • 发布日期:2017-04-24
    • 文件大小:46240
    • 提供者:阿国
  1. calman

    0下载:
  2. Kalman滤波器在单运动目标自动跟踪中的应用,相当经典,希望对大家有所帮助。-Kalman filter in a single moving object automatic tracking of applications, very classic, I hope to help all of you.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:143266
    • 提供者:张斌斌
  1. opt4j-2.0

    1下载:
  2. Java平台的启发式优化算法,包含了多目标进化算法(SPEA2和NSGA2),多目标差异进化,PSO和单目标模拟退火算法。并且包含了ZDT,DTLZ和WFG等测试函数-Opt4J is a framework for applying meta-heuristic optimization algorithms to arbitrary optimization problems. The Opt4J framework currently includes a multi-obje
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-17
    • 文件大小:1968447
    • 提供者:stuart
  1. Multi-travelingsalesmanproblem

    0下载:
  2. 多旅行商问题是单旅行商问题的扩展, 具有更广泛的实际意义。在研究M TSP 解的特点的基础上, 提 出了最小化总行程和均分多个旅行商访问点数、最小化总行程及均分访问路程的两个多目标的M TSP 问题, 并分别给出了相应的数学模型、求解算法和应用实例, 实例表明模型的正确性。-Multi-traveling salesman problem traveling salesman problem is a single expansion, with a wider range of pra
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:242972
    • 提供者:Notics
  1. PDA

    0下载:
  2. 用于实现单目标跟踪的仿真。采用单传感器单目标的方式,介绍了基本的数据关联方法。-Used to achieve single-target tracking simulation. Single-sensor single-objective way to introduce the basic method of data association.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-02
    • 文件大小:2445
    • 提供者:ZS
  1. gaussian_average_yuv

    0下载:
  2. 在yuv颜色空间实验的单高斯模型,用于目标检测-Yuv color space experiments in single-Gaussian model for target detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1166
    • 提供者:heshan
  1. gaussian_average_rgb

    0下载:
  2. 在rgb颜色空间实现的单高斯模型,用于目标检测-In rgb color space to achieve a single-Gaussian model for target detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1263
    • 提供者:heshan
  1. tracing

    0下载:
  2. labview/cvi单目标跟踪程序,朋友们可以看看。-labview/cvi single-target tracking program, friends can see.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:7357
    • 提供者:榕树
  1. F-K

    15下载:
  2. FK频率波数偏移成像单目标matlab实现程序源代码-FK migration frequency wave number to achieve a single objective source code matlab
  3. 所属分类:matlab例程

    • 发布日期:2013-11-04
    • 文件大小:232552
    • 提供者:wangjiayong
  1. pos

    0下载:
  2. 实现单目标的粒子群优化问题,以鸟群寻找食物为例,怎样使鸟群在最短的时间内找到食物-Single-objective particle swarm optimization to birds looking for food, for example, how to make the birds in the shortest period of time to find food
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:1069
    • 提供者:杨京
  1. newtest6

    0下载:
  2. 粒子群算法,单目标 粒子群算法,单目标-Particle swarm optimization, single-objective particle swarm optimization, single-objective particle swarm optimization, single objective
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:9716
    • 提供者:余开江
  1. dan

    0下载:
  2. 监控系统的单目标异常云台控制跟踪-Monitoring system to track a single object is very PTZ control
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-02
    • 文件大小:176849
    • 提供者:小十九
« 1 2 3 45 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com