Cargando…

Fortran 95 language guide /

Fortran is one of the most widely used programming languages in science and engineering. Fortran 90 replaced the outmoded FORTRAN 77 in 1991 and this recent version of the International Standard enhances this version. It also includes several new features to ensure that Fortran continues to be align...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Gehrke, Wilhelm, 1940-
Formato: Electrónico eBook
Idioma:Inglés
Publicado: London ; New York : Springer, ©1996.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBOOKCENTRAL_ocn681100604
003 OCoLC
005 20240329122006.0
006 m o d
007 cr bn||||||abp
007 cr bn||||||ada
008 101113s1996 enk o 001 0 eng d
040 |a OCLCE  |b eng  |e pn  |c OCLCE  |d OCLCQ  |d OCLCO  |d I9W  |d GW5XE  |d OCLCF  |d OCLCQ  |d AU@  |d UA@  |d COO  |d OCLCQ  |d EBLCP  |d YDX  |d UAB  |d OCLCQ  |d OCLCO  |d OCLCQ  |d LEAUB  |d OCLCQ  |d OCLCA  |d UKAHL  |d REDDC  |d UX1  |d OCLCQ  |d K6U  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCL 
019 |a 649580698  |a 840277327  |a 853257767  |a 958522136  |a 1001486165  |a 1058185120  |a 1086471779  |a 1196197530  |a 1256309893  |a 1257337298  |a 1258906166  |a 1258949493  |a 1260324594  |a 1264046264  |a 1264056379 
020 |a 9781447110255  |q (electronic bk.) 
020 |a 1447110250  |q (electronic bk.) 
020 |z 3540760628  |q (pbk.) 
020 |z 9783540760627  |q (pbk.) 
024 7 |a 10.1007/978-1-4471-1025-5  |2 doi 
029 1 |a AU@  |b 000051741531 
029 1 |a AU@  |b 000057642136 
029 1 |a NZ1  |b 14979426 
029 1 |a NZ1  |b 15582251 
035 |a (OCoLC)681100604  |z (OCoLC)649580698  |z (OCoLC)840277327  |z (OCoLC)853257767  |z (OCoLC)958522136  |z (OCoLC)1001486165  |z (OCoLC)1058185120  |z (OCoLC)1086471779  |z (OCoLC)1196197530  |z (OCoLC)1256309893  |z (OCoLC)1257337298  |z (OCoLC)1258906166  |z (OCoLC)1258949493  |z (OCoLC)1260324594  |z (OCoLC)1264046264  |z (OCoLC)1264056379 
042 |a dlr 
050 4 |a QA76.73.F25  |b G433 1996 
072 7 |a UMX  |2 bicssc 
072 7 |a UMC  |2 bicssc 
072 7 |a COM051010  |2 bisacsh 
072 7 |a COM010000  |2 bisacsh 
072 7 |a UMX  |2 thema 
072 7 |a UMC  |2 thema 
082 0 4 |a 005.13/3  |2 20 
084 |a ST 250  |2 rvk 
084 |a ST 256  |2 rvk 
084 |a DAT 360f  |2 stub 
049 |a UAMI 
100 1 |a Gehrke, Wilhelm,  |d 1940-  |1 https://id.oclc.org/worldcat/entity/E39PCjBXJvJy6CT44wVTxyQdKm 
245 1 0 |a Fortran 95 language guide /  |c Wilhelm Gehrke. 
260 |a London ;  |a New York :  |b Springer,  |c ©1996. 
300 |a 1 online resource (1 volume (various pagings)) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
347 |b PDF 
506 |3 Use copy  |f Restrictions unspecified  |2 star  |5 MiAaHDL 
533 |a Electronic reproduction.  |b [Place of publication not identified] :  |c HathiTrust Digital Library,  |d 2010.  |5 MiAaHDL 
538 |a Master and use copy. Digital master created according to Benchmark for Faithful Digital Reproductions of Monographs and Serials, Version 1. Digital Library Federation, December 2002.  |u http://purl.oclc.org/DLF/benchrepro0212  |5 MiAaHDL 
583 1 |a digitized  |c 2010  |h HathiTrust Digital Library  |l committed to preserve  |2 pda  |5 MiAaHDL 
520 |a Fortran is one of the most widely used programming languages in science and engineering. Fortran 90 replaced the outmoded FORTRAN 77 in 1991 and this recent version of the International Standard enhances this version. It also includes several new features to ensure that Fortran continues to be aligned with High Performance Fortran (HPF) for parallel computer architectures. Fortran 95 Language Guide will serve as a language reference manual for programmers, provide teaching material for introductory courses in Fortran programming, and give help to experienced Fortran programmers migrating to the new standard. Gehrke has provided a comprehensive and easy-to-understand description of the Fortran 95 programming language as defined by the ISO, which will be welcomed by both practitioners and students alike. 
588 0 |a Print version record. 
505 0 |a 1. Source Form -- 1.1 Fixed Source Form -- 1.2 Free Source Form -- 1.3 Embedding of Program Lines by INCLUDE -- 1.4 Classification of Fortran Statements -- 1.5 Statement Ordering -- 2 Type Concept -- 2.1 Intrinsic Types -- 2.2 Derived Types -- 3 Lexical Tokens -- 3.1 Scoping Units -- 3.2 Keywords -- 3.3 Names -- 3.4 Operators and Assignment Symbol -- 3.5 Statement Labels -- 3.6 Literal Constants -- 4 Data Objects -- 4.1 Constants -- 4.2 Variables -- 4.3 Scalars -- 4.4 Arrays -- 4.5 Structure Components -- 4.6 Automatic Variables -- 4.7 Association -- 4.8 Definition Status -- 5 Pointers -- 5.1 Pointer Processing -- 6 Array Processing -- 6.1 Array Declaration -- 6.2 Reference and Use -- 6.3 Memory Management and Dynamic Control -- 6.4 Construction of Array Values -- 6.5 Operations on Arrays -- 7 Expressions -- 7.1 Numeric Intrinsic Expressions -- 7.2 Relational Intrinsic Expressions -- 7.3 Logical Intrinsic Expressions -- 7.4 Character Intrinsic Expressions -- 7.5 Defined Expressions -- 7.6 Common Rules for Expressions -- 7.7 Special Expressions -- 8 Assignments -- 8.1 Intrinsic Assignment Statements -- 8.2 Defined Assignment Statements -- 8.3 Pointer Assignment Statement -- 8.4 Masked Array Assignments -- 8.5 Indexed Assignments -- 9 Declarations and Specifiactions -- 9.1 Attributes -- 9.2 Type Declaration Statements -- 9.3 Attribute Specification Statements -- 9.4 Additional Specification Statements -- 10 EXECUTION CONTROL -- 10.1 GOTO Statements -- 10.2 IF Statements -- 10.3 IF Construct -- 10.4 CASE Construct -- 10.5 DO Construct -- 10.6 Nested Constructs -- 10.7 CONTINUE Statement -- 10.8 STOP Statement -- 10.9 CALL, END, and RETURN Statements -- 11 Input/Output -- 11.1 Records -- 11.2 Files -- 11.3 File Attributes of External Files -- 11.4 Units -- 11.5 Preconnected Units and Predefined Files -- 11.6 Input/Output Statements -- 12 Formats -- 12.1 Format Specification -- 12.2 Interaction between Input/Output List and Format -- 12.3 Edit Descriptors -- 13 Progrm Units and Subprogrmas -- 13.1 Main Program -- 13.2 Modules -- 13.3. Block Data Program Units -- 13.4 Subprograms -- 13.5 Internal Program Communication -- 14 Intrinsic Subprograms -- 14.1 Intrinsic Functions -- 14.2 Intrinsic Subroutines -- 14.3 Intrinsic Subprogram Reference -- 14.4 Intrinsic Subprogram Definitions -- A Character Sets and Collating Sequences A-1 -- A.1 Processor-Dependent Character Sets A-1 -- A.2 ASCII Character Set A-1 -- B MODELS FOR NUMBERS B-1 -- B.1 Models for Integers B-1 -- B.2 Models for Reals B-1 -- B.3 Models for Bit Manipulation B-2 -- C DECREMENTAL LANGUAGE FEATURES C-1 -- C.1 Deleted Language Features C-1 -- C.2 Obsolescent Language Features C-2 -- D INDEX D-1. 
546 |a English. 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
650 0 |a FORTRAN 95 (Computer program language) 
650 6 |a Fortran 95 (Langage de programmation) 
650 7 |a FORTRAN 95 (Computer program language)  |2 fast 
650 7 |a FORTRAN 95  |2 gnd 
650 7 |a Fortran (langage de programmation)  |2 ram 
650 7 |a Fortran 90 (langage de programmation)  |2 ram 
650 7 |a Langages de programmation.  |2 ram 
758 |i has work:  |a Fortran 95 language guide (Text)  |1 https://id.oclc.org/worldcat/entity/E39PCH3b4XKWYxmQKgY4M8QxrC  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 0 8 |i Print version:  |a Gehrke, Wilhelm, 1940-  |t Fortran 95 language guide.  |d London ; New York : Springer, ©1996  |w (DLC) 96028622  |w (OCoLC)34933357 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=3074302  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH29483737 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL3074302 
938 |a YBP Library Services  |b YANK  |n 13337396 
994 |a 92  |b IZTAP