英文: Sending a pointer to a polymorphic/derived type 问题 我遇到了以下的原理性问题: 一个基类(定义为普通类型),我们称之为base_a,它定义了一...
错误:(1)处的符号不是虚拟变量。
英文: Error: Symbol at (1) is not a DUMMY variable 问题 我尝试编写了一个计算两个数的最大公约数(GCD)的代码: program main implic...
Borwein算法用于在Fortran中计算Pi,收敛速度太快。
英文: Borwein’s algorithm for the calculation of Pi in Fortran is converging too fast 问题 下面是Fortran中Bo...
4