资源列表
相位解缠和相位展开matlab程序
- 相位解缠和相位展开matlab程序,里面还包含多篇介绍该相关解缠算法的文章,Phase unwrapping and phase unwrapping matlab program, which also includes more than to introduce the relevant article unwrapping algorithm
LBM二维圆柱绕流fortran代码
- LBM二维圆柱绕流fortran代码,每个程序块很清楚的,与matlab相比,具有很好的易读性-LBM-dimensional flow around a cylinder fortran code, each block is very clear, compared with matlab, with good accessibility
cycle-model ABAQUS中的循环模型umat
- ABAQUS中的循环模型umat,并附有解释,实现循环加载下的模拟-Cycle model in ABAQUS umat, along with explanation, to achieve the simulation under cyclic loading
Python-for-PSO-algorithm
- Python实现的粒子群优化算法源代码,需要引用到Numpy,需要对自定义问题进行优化只需要更改f6函数即可,智能算法本身的参数亦可以自行设定。-Python implementation of the PSO algorithm source code, you need to refer to Numpy, Custom issues need to be optimized to only need to change the f6 function, the smart algorith
应用于混沌系统中的计算相空间重构的嵌入维数的程序
- 应用于混沌系统中的计算相空间重构的嵌入维数的程序----Cao方法计算嵌入维数m值-the method of calculating the demension of phace space
huang
- 黄永刚教授单晶塑形子程序(含程序及inp文件)-Professor Huang s single crystal umat (including procedures and INP files)
gprsim-3D
- 本软件可以实现不同介电常数对探地雷达信号的二维、三维正演模拟,效果明显,值得一用。-The software can achieve different dielectric constants for the two-dimensional ground penetrating radar signal, three-dimensional forward modeling, the effect is obvious, it is worth a look.
59564359M-C_by_Johan_Clausen
- ABAQUS本构模型二次开发,UMAT子程序,弹塑性摩尔库伦本构模型(Elastoplastic Mohr Coulomb constitutive model)
熵值法
- 此压缩文件里面包含面板数据熵值法的stata代码,每一步都有详细的解释,并且附有样本和数据,方便学者理解和掌握。(This compressed file contains the stat a code of panel data entropy method, each step has a detailed explanation, and is attached with samples and data, which is convenient for scholars to unde
趋势刷单
- 破解版趋势刷单EA这是一款即简单又十分有效的刷单策略,融合顺势加仓,单品种对冲,多品种对,把握趋势和震荡策略,虽然交易量比较大,但是并非高频或者所谓的头皮交易模式,而是结合时间和空间双重要素,首次开仓方向由EMA20均线判断,在均线上方做多,下方做空,按照价格的运行轨迹自行判断多空,可以挂多货币来刷单,根据不同的品种选择可以自由调整本EA的交易模式和开单环境,而不是一杆直尺量天下的单一策略。(This is a simple and very effective brush strategy,
insert_cohesive
- 在abaqus中可以实现零厚度的cohesive插入(Implementing cohesive insertion with zero thickness)
Lattice Boltzmann Method模拟2维接触角
- 该程序为格子玻尔兹曼方法(LBM)模拟二维的三相接触角,其中BCs.cpp文件为边界条件,Coll.cpp为碰撞算法,Steam.cpp为迁移过程,Error.cpp为计算稳态误差,force.cpp为计算作用力(采用Shan-Chen模型),Initialization.cpp为初始化(可改变初始两相形状),MacVar.cpp为计算宏观量,output.cpp为输出文件(可修改输出格式),源.cpp为控制主函数。