Fortran 90 簡介
FORTRAN 90 依然支援 FORTRAN 77 之語法
FORTRAN 90 的新功能(相對於 FORTAN 77)
自由格式
矩陣運算
字串運作
動態記憶體配置
使用者定義之資料型態
模組
簡介與範例
自由格式
矩陣運算
如果 A、B、C 同為 NxM 矩陣,則 A、B 兩個矩陣求和並把結果寫入 C 就可以簡單地寫為
C = A + B
另外,許多的內建函數也因支授向量作自變數,因而成為向量值函數。
字串運作
不換行輸入與輸出
網路資源
http://www.ascc.sinica.edu.tw/nl/83/1006/section3_5.html
Advanced Fortran 90
http://www.sdsc.edu/~tkaiser/f90.html科學計算的語言-FORTRAN 95(簡體)
http://krsna.lamost.org/popular/fortran/fortran.htmhttp://www.fortranlib.com/training.htm
類似 F90 的語言-F
http://sip.clarku.edu/tutorials/F.htmlIntroduction to FORTRAN 90 -- Student Notes (Queen's Univeristy at Belfast)
http://www.pcc.qub.ac.uk/tec/courses/f90/stu-notes/F90_notesMIF_1.html中央研究院 計算中心 fortran 90 程式語言設計
http://www.ascc.sinica.edu.tw/doc/f90.txtFortran 90 for the Fortran 77 Programmer
http://www.nsc.liu.se/~boein/f77to90/F90 Model
http://owen.sj.ca.us/rkowen/howto/slides/f90model/slides/index.html