资源列表
ADJUST_DRAG_COEFFICIENT
- FLUENT-UDF:dpm颗粒曳力的修改程序。(It is a good program about the dpm-drag.)
21-FreqPattern
- Frequent Pattern Mining
hua_fft
- 可以对振动信号进行傅里叶变换,得到幅值谱或功率谱。(Fourier transform of the vibration signal can be used to obtain amplitude spectrum or power spectrum.)
C_PSO.m
- 粒子群算法,用于聚类.粒子群在迭代进行的过程中有可能出现早熟收敛 的问题而陷入局部最优解,因此文中在 PSO 算法部 分,设置两个变量对每个粒子和粒子群的状态进行实 时地监控,以便当检测到粒子或粒子群出现早熟收敛 现象时,能及时地对其进行变异操作,增加粒子的多样 性,使其跳出局部极值的束缚,在多维解空间中开始新 的搜索(C_PSO used for clustering)
shujucaiji_1
- 数据拟合,用于直线数据拟合,多次循环剔除误差点(Data fitting is used for line data fitting and multiple cycles are used to eliminate error points)
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.)