最近出たこちらの参考書をきっかけにFortranを勉強しています。 思いっきりべた書きでチャンネル流れのコードをFortranで書いてみました。 あまりきれいで汎用性があるコードではありませんが追々書き換えていくつもりです。 gfortran 9.4.0 program main implicit none !
This program attempts to predict the outcome of future matches based on team performance in previous matches for the year. It predicts winning team and the expected scores. It also generates a ladder ...
C言語の操作について、一通り学習できたので、今回からはFORTRANの学習を進めていこうと思う。前回までのC言語の学習は、以下の記事を参考にしてほしい。 FORTRANを学習する理由としては、地球惑星科学を専攻するが、地球惑星科学の数値計算ではFORTRANが ...
This repository contains a simple Fortran program that serves as a tutorial for using the FFTW3 library. The code demonstrates the Discrete Fourier Transform (DFT) of a 3D plane wave and numerically ...
Although the first compiler for general-purpose, imperative programming language would not be delivered for three more years, September 20, 1954 marked the first run of a Fortran (Formula Translating) ...