IAU子程序集 用于时间 岁差 章动 极移 等计算
2019-12-21 19:29:59 1022KB IAU SOFA LIB FORTRAN
1
该lic是parallel update 3的lic。但是同样适用Intel_Visual_Fortran_2013_sp1。之前网上流传的Fortran_2013_sp1的lic已失效。 Intel_Visual_Fortran_2013_sp1可以搭配vs2013使用(注意:目前其他版本的intel编译器都无法与vs2013搭配)。 安装过程: http://ghostwin7.com/windowsjishu/2404.html#commettop
2019-12-21 19:29:56 581B Intel Visual Fortran 2013
1
调用时,先将有Fortran写出来的函数建立成动态库,然后在C++程序中连接这个动态库,连接的方式有显示和隐式两种。本文提及的仅限于隐式连接。
2019-12-21 19:29:47 103KB VS2008 IVF11 C/C++ Fortran
1
调用时,先将有Fortran写出来的函数建立成动态库,然后在C++程序中连接这个动态库,连接的方式有显示和隐式两种。本文提及的仅限于隐式连接。
2019-12-21 19:29:47 104KB VS2008 IVF11 C/C++ Fortran
1
做海面风场融合研究的代码 program var_blend ! use blend_data ! implicit none !======================================================= ! nx represent the number of model in x axis ! ny represent the number of model in y axis ! kx represent the number of QuikSCAT in x axis ! ky represent the number of QuikSCAT in y axis ! nn represent the total number of model ! k represent the total number of QuikSCAT
2019-12-21 19:27:04 12KB fortran
1
《分子模拟-从算法到应用》的FORTRAN代码
2019-12-21 19:22:14 116KB 分子模拟 FORTRAN
1
*********************************************************** c c subroutine camcly c 该子程序的功能是形成修正剑桥模型的塑性应力-应变矩阵 c c************************************************************ subroutine camcly(empr,void,sig,cep,mtriax,printer,kappa,pois, 1lamda,blade,patm,nelast,ifail,iter,nummat,ielem) implicit real*8 (A-H,O-Z) dimension sig(4),dfdsig(4),ce(4,4),dmatx(4,4),cep(4,4),dd(4) dimension void(1),empr(nummat,1) real *8 matriax,lamda,kappa
2019-12-21 18:57:32 3KB 剑桥
1
快速傅里叶变换的fortran程序,可对任意长度序列或矩阵。
2019-12-21 18:57:19 9KB fortran 数据处理
1
基于ABAQUS二次开发平台的邓肯张模型本构,用于土体静力荷载
2019-12-21 18:57:03 3KB ABAQUS
1
Fortran PowerStation 4.0 编译器;解压后,可运行\BIN\MSDEV.EXE来调试程序;也可以按照文档《环境变量设置.txt》做好设置,在dos下采用命令:fl32 xxx.for来编译程序。
2019-12-21 18:56:29 30.26MB Fortran 编译器
1