×
日本語のページを検索
  • すべての言語
  • 日本語のページを検索
すべての結果
GFortran

GFortran

ジーフォートラン
GFortranまたはGNU Fortranは、GNU Fortran compilerの名前であり、GNUコンパイラコレクション の一部である。Fortran 95を完全にサポートしており、Fortran 2003 と Fortran 2008 の一部もまた実装されている。 ウィキペディア
プラットフォームGNU
プログラミング言語C, C++
ライセンスGNU General Public License (version 3 or later)
対応OSCross-platform
最新版11.1 / 2021年4月27日 (2年前)

関連する質問
GFortran(ジーフォートラン)またはGNU Fortranは、GNU Fortran compilerの名前であり、GNUコンパイラコレクション (GCC) の一部である。Fortran 95を完全にサポート ...
メモ帳機能を使用してプログラムを作成することも可能であるが、よりわかりやすい. 画面でプログラムの編集を行うためにも、Notepad++の使用が望ましい。
基本的にmanコマンドの和訳・要約(自分が使うものが中心になると思う)。 なんとなくの理解で使っていたり必要に応じて調べたりしていたが、さすがに面倒になってきた ...
2024/02/05 · gfortran and .dll · I want to solve my trouble. · I am using gfortran and wants to use dll in LavVIEW. · Test code of Fortran90: · ------------- ...
2023/07/13 · I am installing an application that I have specified to use ifort (by setting the appropriate env. variable). But during the build, ...
Search code, repositories, users, issues, pull requests... · Provide feedback · Saved searches · degawa/tasks-gfortran-cmake-linux.
2019/02/17 · I'm trying to set up mex compilers on R2016b. I have GCC 8.2.0 installed (same version for gcc-c++ and gfortran).
2022/03/17 · 解決済み: Hi everyone, ifort and gfortran yield different results when executing a print-statement that contains a function call that itself ...
例えば、 整数形の10を整数形の3で割ると、答えが整数形の3になったりするので、 実数として割られることを期待する変数は real で実数形に変換する必要があります。 逆に ...