资源描述:
《Fortran 90 and Computational Science》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、Fortran90andComputationalPLScienceCopyright(C)1991,1992,1993,1994,1995bytheComputationalScienceEducationProjectThiselectronicbookiscopyrighted,andprotectedbythecopyrightlawsoftheUnitedStates.This(andallassociateddocumentsinthesystem)mustcontaintheabovecopyrightnotice
2、.Ifthiselectronicbookisusedanywhereotherthantheproject'soriginalsystem,CSEPmustbenotiedinwriting(emailisacceptable)andthecopyrightnoticemustremainintact.1OverviewofFortran90ThediagraminFigure1showsthemajorcomponentsofFortran90[1],[2].Thesizeofeachsliceofthispie"isr
3、oughlyproportionaltothenumberofsyntaxrulesneededtodescribethefeaturesassociatedwiththatslice,andhenceisameasureofthestructuralcomplexityofthosefeatures.(Thesemeasuresshouldnot,however,betakenasanindicationofconceptualorsemanticcomplexitynorofimplementationeort-synta
4、cticcomplexitymayormaynotberelatedtotheseotherformsofcomplexity.)Fortran77Fortran90isasuper-setofFortran77-allstandardFortran77programsarestandardFortran90programs.Fortran90thereforeencompassesandiscompletelycompatiblewiththeexistingFortran77computationalscienceinfra
5、structure.SourceFormToFortran77's`xed'sourceformFortran90addsanothersourceform,called`free'sourceform,inwhichtherearenocolumndependencies.Infreesourceformcommentsneednotstartincolumn1andcolumn6isnotreservedforcontinuation;continuationinfreesourceformisindicatedbyatr
6、ailingampersand,onthe`rst'line.Inbothsourceformsanexclamationpoint,`!',maybeusedtoinitiateend-of-linecomments(e.g.,followingastatementonthatline)andasemicolonmaybeusedtoseparatetwostatementsonthesameline.AsinFortran77,Fortran90names(ofvariables,procedures,etc.)begin
7、withaletterandcontainlettersanddigits;inaddition,namesmayhaveupto31characters,maycontainunderscore,`',characters,andmaycontainbothupperandlowercaseletters.ControlStructuresMissingfromFortran77isacompletesetofmoderncontrolstructures(ithasonlyIF-THEN-ELSE-ENDIF);thisis
8、remediedinFortran90withthe2SourceFormControlStructuresNumericProcessingArrayProcessingPointersDataStructuresFortran77DefinedTypesPro