Fortran 90 中的例程名称最大长度

发布于 2024-09-28 17:03:41 字数 41 浏览 1 评论 0原文

有谁知道 Fortran 90 中例程名称和变量名称是否有最大长度?

Does anyone know if there is a maximum length for routine names and variable names in Fortran 90?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

柠檬色的秋千 2024-10-05 17:03:41

是的,Fortran 标准定义了事物名称的最大长度,包括例程和变量。在 Fortran 90/95 中,最大长度为 31 个字符,在 Fortran 2003 中,现在为 63 个字符。在早期版本中,它只有 6 个字符。您的编译器可能允许(非标准)更长的名称。

Yes, the Fortran standards define a maximum length for names of things, including both routines and variables. In Fortran 90/95 the maximum length was 31 characters, in Fortran 2003 it is now 63 characters. In earlier versions it was as short as 6 characters. Your compiler may allow (non-standard) longer names.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文