资源列表
PID
- 用C语言实现了增量式PID,以及位置型PID,还有变积分型,对于理解PID算法很有帮助(PID Algorithm in C ,i wish it can help that who need it.)
梯形法求解fredholm方程
- 梯形法求解fredholm第二类方程,非常简单的程序,稍微修改就可以求解fredholm第一类积分方程(Trapezoidal method for solving Fredholm second equations, very simple procedure, slightly modified, you can solve the Fredholm integral equation of the first kind)
irr
- 1. 计算1^2+2^2+......+10^2 2. 一个期限为两年的项目,初始投资为2000美元,预期在第1年年末产生800美元收益,第2年年末产生1600收益投资,计算该项目的内部收益率IRR 3. 某人贷款20000元购买汽车,年利率为6%,他需要在5年内进行每月的分期付款,问他每个月需要支付多少钱(. calculate 1^2+2^2+... +10^2 2. a two-year project with an initial investment of $20
辛普森法求解fredholm方程
- 通过辛普森法求解第二类fredholm积分方程,稍作修改就可以求解第一类fredholm积分方程(The first type of fredholm integral equation is solved by the simpsons method)
lagrange
- 拉格朗日多项式插值算法,用于插值的场景 c代码 可以直接使用(the file is lagrange algorithm ,use c code . can be run on visual c++ 6.0 platform.)
51单片机计算器完整源代码
- 附件代码供学习,使用时更改一下输出口即可,只是实现计算器简单的功能。更多的还请自行更新。(Attachment code for learning, use, change the output port can be, but the realization of the calculator simple function. More please update yourself.)
SAforTSP
- 模拟退火算法求解物流配送系统的tsp问题,使用MATLAB编写语言,简单易懂,适合初学者学习。(Simulated annealing algorithm for solving logistics and distribution systems TSP problem, using MATLAB programming language, easy to understand, suitable for beginners to learn.)
New folder
- poisson方程的求解及残差比较,最后作网格图,解的图和残差的图(the solution of poisson function and error)
maxga1
- 遗传算法求解最大值,自己写的程序,适合初学遗传算法者(Genetic algorithm to solve the maximum)
pso
- 用粒子群优化算法求解函数最大值问题,有收敛曲线图,自己编的程序,附带一个常用的函数(Particle swarm optimization algorithm to solve the problem of maximum function, a convergence curve)
巴特沃斯滤波器
- 设计巴特沃斯滤波器,滤波器的幅频响应,绘出巴特沃斯模拟/数字滤波器的幅频特性曲线(Design Butterworth filter, amplitude frequency response of filter, draw amplitude frequency characteristic curve of Butterworth analog / digital filter)
matlb
- 利用matlab实现——聚类减法模糊神经网络(Cluster subtraction by Fuzzy Neural networks)
