由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 问个fortran的问题
相关主题
如何在fortran中定义一个动态的数组?fortran里面common的问题
32/64bit Fortran编译器造成的错误MPI xl fortran problem on Blue Gene
问个简单的Fortran问题问个弱智问题
请教Fortran编程高手并问一下OpenMP的问题问个有关Perl Subroutine 转换到Module的问题
数据存储的问题问个选语言的问题
FORTRAN 90 菜鸟问题问个c调用fortran函数的问题
怎样解决fortran程序中的common块的问题问个小问题:MAC下的intel fortran compiler命令是啥
一个fortran问题:问个编译的问题,包子酬谢 (转载)
相关话题的讨论汇总
话题: subroutine话题: integer话题: vianame话题: array
进入Programming版参与讨论
1 (共1页)
f**********w
发帖数: 93
1
请教下面的语句是什么意思?
integer, save, dimension(:), allocatable :: vianame
多谢
O******e
发帖数: 734
2
It declares a one-dimensional integer array that is allocatable (you can
allocated whatever number of elements or amount of memory is needed) and
is also saved between allocations of the function or subroutine (the
array will not be deallocated when the subroutine or function returns).

【在 f**********w 的大作中提到】
: 请教下面的语句是什么意思?
: integer, save, dimension(:), allocatable :: vianame
: 多谢

1 (共1页)
进入Programming版参与讨论
相关主题
问个编译的问题,包子酬谢 (转载)数据存储的问题
问个简单的memory allocation 的问题。FORTRAN 90 菜鸟问题
问个hash table问题怎样解决fortran程序中的common块的问题
问个fork cow的问题一个fortran问题:
如何在fortran中定义一个动态的数组?fortran里面common的问题
32/64bit Fortran编译器造成的错误MPI xl fortran problem on Blue Gene
问个简单的Fortran问题问个弱智问题
请教Fortran编程高手并问一下OpenMP的问题问个有关Perl Subroutine 转换到Module的问题
相关话题的讨论汇总
话题: subroutine话题: integer话题: vianame话题: array