资源列表
johnson_cook
- 模拟断裂的子程序,对模拟断裂修改材料模型很有用,用于ABAQUS模拟中(Simulate the subroutine of the break)
darcy
- 实现cfd-dem 耦合计算,模拟水流(层流)带走土体颗粒的过程(coupled simulation of CFD-DEM)
6link-zsm
- 6自由度机器人在关节空间的正、逆运动学,在MATLAB中沿所构造轨迹动态运动仿真(Robot in the joint space of the positive and negative kinematics, along the trajectory of dynamic movement)
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)