A Genetic Algorithm finding Strings. Enter any Word it will search this string using fitness functio
A Genetic Algorithm finding Strings. Enter any Word it will search this string using fitness function as target string.
PID+algorithm技术资料下载专区,收录3,278份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
A Genetic Algorithm finding Strings. Enter any Word it will search this string using fitness function as target string.
MATLAB Code : For MATLAB programmers, this code is to implement the tracking algorithm of a Radar, in the Matlab envir...
A sparse variant of the Levenberg-Marquardt algorithm implemented by levmar has been applied to bundle adjustment, a com...
merge sort is a sorting algorithm used for sorting data it uses divide and conquer approach
This project contains a C algorithm for calculating the results of a custom polynomial function. It is designed and opti...
A java code shows how to use dijkstra algorithm it includes a test program and document
VLSi KL partitioning Algorithm based programme for 100 nodes. It s dynamic progremme so by changing the MAX value we ca...
针对桥式吊车水平运动系统是一个非线性、变参数、强耦合的对象,采用非线性PID 控制器进行定位和防摆控制。仿真实验结果表明,系统具有良好的动态、静态特性和强的鲁棒性。关键词:非线性PID;
典型的PID处理控制程序采用PID-PD算法。在偏差绝对值大于△e时,用PD算法,以改善动态品质。当偏差绝对值小于△e时,用PID算法,提高稳定精度。