搜索资源列表
基于粒子滤波和均值偏移算法的目标跟踪
- 将均值偏移算法嵌入到粒子滤波的跟踪框架中.该算法克服了粒子滤波计算量较大的缺点,同时也克服了均值偏移算法容易陷入局部最大且无法恢复的缺点.实验表明该算法有很好的实时性和鲁棒性.
CRC算法原理及C语言实现
- ARM开发详解CRC算法原理及C语言实现-CRC algorithms for C Language
多边形填充算法
- 计算机图形学原理的一个程序设计,是多边形的填充算法,程序有点大.-computer graphics tenets of a design process that is filled polygon algorithms, procedures are too big.
C++常用排序算法
- 这个主要介绍了C++常用的排序算法,编程序算法是相当重要的,希望这个对大家有帮助-introduces the C commonly used algorithm, the algorithm is programmed very important, we hope that the right help
基于Mean Shift算法和粒子滤波器的人眼跟踪
- 粒子滤波算法讲述粒子滤波过程。基于Mean Shift算法和粒子滤波器的人眼跟踪,多谢支持。-particle filter on particle filtering process. Based on the Mean Shift Algorithm and the particle filter eye tracking, Thank you for your support.
cpar 基于关联规则的分类算法
- 介绍一种高效的数据分类算法:基于关联规则的分类算法
存储管理分区分配算法
- 存储管理分区分配算法的源码-storage management district allocation algorithm source code
一种新的实用安全加密标准算法Camellia算法
- 一种新的实用安全加密标准算法Camellia算法-a new practical security encryption standard algorithm Camellia Algorithm
傅立叶变换算法
- matlab 文件实现傅立叶变换算法 实心快速傅立叶变换的算法的代码实现 ,是基于信号处理的一位信号的-a matlab file realizing the DFT algorithm, realizing FFT algorithm by codes, it is based on the one-dimension signal process.需改名为.ppt查看。
自适应滤波算法的MATLAB代码
- 这是用MATLAB制作的自适应滤波算法的源码-This is produced using MATLAB adaptive filter algorithm source code
一种D算法
- 是D算法的一个很好的例子,绝对好用,在内部修改矩阵。运行界面会提示让你输入两个节点,结果就是这两个节点间的最短路由-D algorithm is a good example of absolute convenient, in-house change matrix. Running interface will prompt you to import two nodes, the results of these two nodes is the shortest route betwee
基于LSB算法与DCT算法的比较与实现
- 基于LSB算法与DCT算法的比较与实现,对比前后图片的变化(Comparison and implementation of LSB algorithm and DCT algorithm)
中科院算法分析与设计历年考试题_陈玉福_国科大
- 中国科学院大学陈玉福老师《算法设计与实现》课的期末复习资料。(The final review materials of algorithm design and implementation by Chen Yufu, a teacher from the University of Chinese Academy of Sciences.)
基于猴群算法求解0_1背包问题_徐小平
- 猴群算法是于2008年由Zhao和Tang[8]提出的一种新的用于求解大规模、多峰优化问题的智能优化算法.(The monkey swarm algorithm is a new intelligent optimization algorithm proposed by Zhao and Tang [8] in 2008 for solving large-scale and multi-peak optimization problems.)
智能算法总结
- 该文档对智能算法,包括遗传算法、粒子群算法、禁忌搜索算法和人工神经网络算法等的概念和性能进行了基本总结(This paper summarizes the concept and performance of intelligent algorithms, including genetic algorithm, particle swarm optimization algorithm, tabu search algorithm and artificial neural network a
6退火遗传算法优化BP神经网络的研究
- 退火算法优化BP神经网络的研究,介绍了一种新的方法(Annealing algorithm to optimize BP neural network)
TDOA定位技术的基本原理和算法
- UWB TDOA定位技术的基本原理和算法(The basic principle and algorithm of TDOA location technology)
_OFDM系统定时与频偏估计算法研究
- OFDM定时同步相关算法介绍吗,经典算法(Introduction of OFDM timing synchronization algorithm)
助力外骨骼机器人随动控制算法设计与实现
- 该文章能较为详细的介绍当前外骨骼阻抗控制算法的实施,对阻抗算法有进一步的认识(This paper can introduce the implementation of the current exoskeleton impedance control algorithm in detail, and have a further understanding of the impedance algorithm)
蚁群算法 约束条件下
- 对有约束的优化问题.提出了一种改进的蚁群算法.将罚函数策略引入算法中,自动调节惩罚比,避免过度惩罚。算法构造了蚁群适应函数.结合局部搜索策略引导蚂蚁找到解空间中有希望的区域。经过一系列算例测试。证明算法对这些问题的求解是有效的。