翻訳と辞書
Words near each other
・ Morton, Washington
・ Morton, Wyoming
・ Morton-on-Swale
・ Mortonagrion
・ Mortonagrion ceylonicum
・ Mortonagrion hirosei
・ Mortonhall
・ Mortonia
・ Mortonia utahensis
・ Mortoniceras
・ Mortoniella
・ Mortons Gap, Kentucky
・ Mortons of Horncastle
・ Mortonville Hotel
・ Mortonville, Pennsylvania
Mortran
・ Mortroux
・ Mortroux, Belgium
・ Mortrée
・ Mortsafe
・ Mortsel
・ Mortsel railway station
・ Mortsel-Deurnesteenweg railway station
・ Mortsel-Liersesteenweg railway station
・ Mortsel-Oude-God railway station
・ Mortty Ivy
・ Mortu Nega
・ Mortuaries (Bangor, &c.) Abolition Act 1713
・ Mortuaries Act 1529
・ Mortuary (1983 American film)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Mortran : ウィキペディア英語版
Mortran

Mortran (More Fortran) is an extension of the Fortran programming language used for scientific computation. It introduces syntax changes, including the use of semicolons to end statements, in order to improve readability and flexibility. Mortran code is macro-processed into Fortran code for compilation.
Note that Mortran, like many preprocessors, does not make a complete analysis of the Fortran source and, like many preprocessors, may not always make its assumptions/requirements explicit. Consider, for example, Mortran multiple assignment. From the Mortran ''User Guide'':

/ I, A(I,K), J / = SQRT(X/2.0);

produces the following FORTRAN statements:

I = SQRT(X/2.0)
A(I,K) = SQRT(X/2.0)
J = SQRT(X/2.0)

In this example, the produced Fortran implements the multiple assignment correctly only if X is not aliased to I or to A(I,K), assuming the multiple assignment semantics are left to right.
==External links==

*(Using MORTRAN 2 (Stanford document) )
*(EGS User Guide to Mortran3 )
*(Mortran lecture ) (Japanese) from KEK (PDF)
*(History of Programming Languages:Mortran )
*(Emacs major mode for editing Mortran source )

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Mortran」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.