资源列表
算法导论_中文版_第三版
- 算法导论为最经典的算法书籍,内容丰富且有深度。(Introduction to Algorithm is the most classic algorithm book.)
SIRT
- 通过SIRT算法求解线性方程组向量,可用于地球物理反演(Solving vector of linear equations by sirt algorithm)
最优化方法
- 使用各种不同的方法计算二元函数极值,如最速下降法,牛顿法,共轭梯度法,拟牛顿法,信赖域法等(Calculate binary function extremes using various methods, such as steepest descent, Newton's method, conjugate gradient method, quasi-Newton method, trust region method, etc.)
auto-encoder-reduce
- keras实现的自编码器,以及卷积自编码器,其中的sasi.pkl是从一张高光谱图像中截取的某些部分(autoencoder based on keras)
1hybrid
- 磁层波粒相互作用模拟,将离子视为动力学粒子,将电子作为无质量流体。(the simulation of wave-particles interaction in magnetosphere,The ions are regarded as kinetic particles, and electrons are used as massless fluids.)
Mathematica实现数值分析
- 利用Mathematica实现数值分析,包括Gauss-Seidel迭代,Jacobi迭代法,SOR法,牛顿迭代法等(Mathematica is used to realize numerical analysis, including Gauss-Seidel iteration, Jacobi iteration, SOR method, Newton iteration method, etc.)
shiyan
- 改进欧拉,四级龙格库塔,c++ 利用改进的欧拉格式及四阶经典龙格—库塔格式求解下面的常微分方程初值问题(Improved Euler, four level Runge Kutta, c++)
Kalman
- 卡尔曼滤波的C语言实现,可用于估测电池soc等(C language implementation of Calman filter)
abaqus
- 《abaqus在隧道与地下工程中的应用》中的盐岩蠕变源代码(The creep source code of salt rock in the application of ABAQUS in tunnel and underground engineering)
最优化方法
- 最优化方法中的黄金分割法,拟牛顿法的最值求解,以及一些无约束问题的求解算法(The golden section method in optimization method, the maximum solution of quasi Newton method, and some algorithms for solving unconstrained problems.)
quenchplate_xpl_vumat
- 最简单的一个vumat子程序,不同温度对应不用屈服,包含应力更新(The simplest VUMAT subroutine does not yield to different temperatures, including stress updates.)
勒让德高斯切比雪夫拉盖尔
- 高斯勒让德,高斯切比雪夫,高斯拉盖尔方法(guass-laguerre,guass-chebyshev,guass-legendre)