搜索资源列表
阻尼PSO算法(MT一维反演应用)
- 反演采用非线性反演算法----微粒群算法。 正演程序为Fortran编写的DLL 软件界面和反演算法用C#编写。 资源发布仅供交流:mou_yq@126.com
hyplas
- ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
G-P
- G_P饱和关联维数法关联维fortran程序-G_P correlation dimension algorithm fortran program
Double-Diff-Free-P.-M.--AHM
- This is a Fortran code simulating the heat and mass transfer in porous media by solving the non-Darcy flow by applying the streamfunction-vorticity method to calculate the velocity field without any need to calculate the pressure field and using the
P-r
- 差分格式算例,一个非常好的关于差分格式计算的例子,用fortran编写。-Example difference scheme
EX2DVAEL_BergaIf
- 在压缩源激发下,真空-弹性表面的精确二维响应。(Garvin问题) 英文描述中有相关参考文献,对于做波场模拟的同学很有用。-THIS FORTRAN PROGRAM CALCULATES THE EXACT SEISMIC 2D RESPONSE FROM A COMPRESSIONAL POINT SOURCE IN AN ELASTIC HALFSPACE WITH A FREE SURFACE. ALL GREEN S FUNCTIONS ARE CALCULATED AN
main
- 选定海域包括渤海和黄海北部(117.50°—126.67°E,34.00—41.00°N),空间分辨率是10′×10′,通过二维潮波控制方程,用fortran编程计算该海域的水位,并进行调和分析,利用matlab画出该海域的同潮时线和等振幅线图,并用T/P卫星高度计数据进行检验。-Bohai Sea and the Yellow Sea waters include selected northern (117.50 °-126.67 ° E, 34.00-41.00 ° N), the spa
UMAT_SMA_BENJABER_ET_AL
- This an Abaqus user material subroutine UMAT in fortran language of a new 3D strain based constitutive model for shape emory alloys developped by Ben Jaber and coauthors in 2008 [1] and improved recently by Ben Jaber 2014 [2] This subroutine in For
Zarchan_the_sixth_edition
- Tactical and strategic missile guidance 战略战术导弹制导(第六版)随书代码,P Zarchan著,可在win/mac系统下运行,附带FORTRAN代码-Tactical and strategic missile guidance There are the codes of the book called strategy and tactics missile guidance (sixth edition) which was written by
line-plane-intersection
- 求空间直线与平面的交点 已知直线L过点m(m1,m2,m3),且方向向量为VL(v1,v2,v3), 平面P过点n(n1,n2,n3),且法线方向向量为VP(vp1,vp2,vp3),求得直线与平面的交点O的坐标(x,y,z)(Find the intersection of space, line and plane the line L is known to be over M (M1, M2, m3), and the direction vector is VL (V1
L-MOMENT FOR LogPE3
- 计算Log P-III分布的参数,实现了全球不同数据长度的站点,均能通过该函数计算(Calculate the parameters of Log P-III distribution)
常微分方程
- 运用fortran求解常微分方程,1.利用四阶龙格库塔法,计算t每增加h时,利用给定方程先找到变量y的k1和变量p的K1,然后利用公式得到y的k2和p的K2,如此,得到变量y的k1,k2,k3,k4和变量p的K1,K2,K3,K4(Solving Ordinary Differential Equations by Fortran)