搜索资源列表
Radio Frequency
- 探索一种解决RFID系统中碰撞问题的方法,具体讨论防碰撞算法中的二进制搜索算法及其改进方法——动态二进制搜索算法。-explore a solution RFID system collision problem. discuss specific anti-collision algorithm of the binary search algorithm and improved method -- Dynamic binary search algorithm.
yxsxfsf
- 一种基于多项式插值改进的亚像素细分算法 文中对传统的sobel进行了8个方向的扩展
szsy3
- 一片硕士论文,本文在分析打印扫描对图像影响的基础上,研究了现有的抗打印扫描数字水印算法,并对其进行了改进。 -A master s thesis, the paper analyzing the impact of print scanning the image, based on the study of the existing anti-print scan digital watermarking algorithm, and its improving.
R_tree
- 在论述R树索引技术的相关概念、数据结构、算法描述及性能分析的基础上,提出了一种改进的R*树空间索引结构-R-tree Index in the paper related to the concept of technology, data structure, algorithm descr iption and performance analysis, based on an improved space for the R* Tree Index Structure
EZW
- 1.基于EZW的图像编码改进算法 2.基于EZW的嵌入式图像编码算法的研究 3.改进的嵌入小波算法在遥感图像压缩中的应用-1. EZW-based image coding to improve the algorithm 2. EZW-based embedded image coding algorithm 3. Improved embedded wavelet image compression algorithms in remote sensing application
animprovedPSOalgorithm
- 提供一个改进的pso的算法实现,并应用Java语言实现和测试,供优化方面的研究者参考-Pso provide an improved implementation of the algorithm and application implementation and testing of Java language for optimization of the researchers refer to
PID_improvement_algorithm
- 数字PID的改进算法PPT,讲解PID控制的参数设计及其算法,介绍了一种改进的数字PID算法。-The improvement algorithm of PID
Mean-Shift-Segmentation-Method
- Mean Shift算法的基本原理,着重研究了Mean Shift的迭代过程和收敛性以及特征空间的结构。通过Mean Shift结构分析,本章提出了一种快速区域合并算法并将其应用于改进的Mean Shift图像分割算法。-The basic principle of the Mean Shift algorithm, focusing on the Mean Shift iteration process and convergence and the structure of the feat
DAMPPT
- 光伏电池阵列输出功率受光照强度和温度变化的影响,因此最大功率点跟踪(MPPT)技术广泛应用于光伏系统中。在所有最大功率点(MPP)控制策略中,扰动观察(P&O)MPPT算法因易实现被广泛应用,然而它的缺点是在稳定工作状态下工作点通过MPP 时会导致能量振荡损耗,并且在光照强度或温度发生突变时表现较差的动态响应。在本文中,提出一种改进型变步长扰动观察MPPT 算法,此方法依据工作点动态调整步长变化,与传统固定步长方法比较,本文提出的方法能有效地提高MPPT 速度和转换效率,通过仿真和实验结果分析,
基于信息熵蚁族算法
- 蚁族算法的多方应用,及其改进后的特点与应用,改进后解决的问题。
RFID
- 几篇很好的研究rfid防碰撞算法的文章,主要是动态帧时隙aloha算法的改进算法研究。-Several good research articles rfid anti-collision algorithm, mainly to improve the algorithm of dynamic frame slotted aloha algorithm.
Fractal-prediction-algorithm-
- 提出一种基于相空间重构原理进行样本选取的改进分形预测算法-Proposed based on the principle of phase space reconstruction sample selection improved fractal prediction algorithm
improved_gussian_cal
- 高斯改进算法,背景减除法,方法很有效。可以参考-Gauss improved algorithm, background subtraction method, the method is very effective
Improved-genetic-algorithm
- 一个改进的遗传算法来求解柔性job-shop问题,主要是初始种群形成的改进,算法讲解很清晰,也有具体的实现流程-An improved genetic algorithm to solve the flexible job shop problem, mainly is the formation of initial population improvement, the algorithm is explained clearly, also have specific implementa
genetic-algorithm-
- 云计算环境下基于改进遗传算法的任务调度算法-Cloud environment task scheduling algorithm based on improved genetic algorithm
关于机器学习的十大经典算法
- C4.5算法是机器学习算法中的一种分类决策树算法,其核心算法是ID3算法.C4.5算法继承了ID3算法的优点,并在以下几方面对ID3算法进行了改进:1)用信息增益率来选择属性,克服了用信息增益选择属性时偏向选择取值多的属性的不足;