由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - Fortran77支持递归(recursion)吗?
相关主题
numerical recipe c++详细介绍Fortran 77的站点
一道算法题求教Fortran77中
something strange in fortran90core dumped
Question about overloading in fortran90你的程序写法有问题 Re: 请教大家c++ array
a question about mpi-fortrana question about data transfer in MPI
problem about Fortran 77 in unix[求教]请各位推荐解大型矩阵的子程序 (转载)
请教一个程序调用问题(FORTRAN DLL),谢谢![合集] Matlab输出的文件怎么读进fortran?
Vi看来不是很适合编辑Fortran程序啊,不如emacs!A fortran problem in CFDRC
相关话题的讨论汇总
话题: refinegrid话题: fortran77话题: recursion话题: 递归话题: subroutine
进入Computation版参与讨论
1 (共1页)
h***o
发帖数: 539
1
subroutine RefineGrid(a, b, c, d)
...
...
call RefineGrid(a1, b1, c1, d1)
...
...
end
行吗?
h***o
发帖数: 539
2
shit....不行....f77真土

【在 h***o 的大作中提到】
: subroutine RefineGrid(a, b, c, d)
: ...
: ...
: call RefineGrid(a1, b1, c1, d1)
: ...
: ...
: end
: 行吗?

s*****l
发帖数: 167
3
Fortran90 does.
there is a tool called f2f90

【在 h***o 的大作中提到】
: shit....不行....f77真土
h***o
发帖数: 539
4
老板会分特的。
我还是用f77吧,用比较ugly的方法bypass这个recursion的问题

【在 s*****l 的大作中提到】
: Fortran90 does.
: there is a tool called f2f90

S***y
发帖数: 186
5

at most time, "ugly" may improve the performance.

【在 h***o 的大作中提到】
: 老板会分特的。
: 我还是用f77吧,用比较ugly的方法bypass这个recursion的问题

1 (共1页)
进入Computation版参与讨论
相关主题
A fortran problem in CFDRCa question about mpi-fortran
Fortran里面哪个函数显示系统时间?problem about Fortran 77 in unix
求矩阵逆的算法请教一个程序调用问题(FORTRAN DLL),谢谢!
help on interface for Matlab and FortranVi看来不是很适合编辑Fortran程序啊,不如emacs!
numerical recipe c++详细介绍Fortran 77的站点
一道算法题求教Fortran77中
something strange in fortran90core dumped
Question about overloading in fortran90你的程序写法有问题 Re: 请教大家c++ array
相关话题的讨论汇总
话题: refinegrid话题: fortran77话题: recursion话题: 递归话题: subroutine