[PDF] Fortran 90 95 Explained eBook

Fortran 90 95 Explained Book in PDF, ePub and Kindle version is available to download in english. Read online anytime anywhere directly from your device. Click on the download button below to get a free pdf file of Fortran 90 95 Explained book. This book definitely worth reading, it is an incredibly well-written.

Fortran 90/95 Explained

Author : Michael Metcalf
Publisher : Oxford University Press, USA
Page : 345 pages
File Size : 19,67 MB
Release : 1996
Category : Computers
ISBN : 9780198518884

GET BOOK

The success of Fortran as the predominant programming language in the field of scientific and numerical computing is due, in part, to its steady evolution. Following the publication of standards in 1966 and 1978, the committee responsible for their development, X3J3, worked in conjunction with an ISO committee to develop a standard suitable for use in the 1990's and beyond. This standard, ISO Fortran 90, contained new features for large-scale computing nd data abstraction, but still retained all the old familiar features. Fortran 90/95 Explained is a thorough examination of Fortran in 1995. It represents a complete revision of the original 1990 text Fortran 90 Explained, in particular a more detailed explanation of many features, more examples, and new appendices. One completely new chapter discusses Fortran 95, a revision of the ISO Fortran 90 standard based on the interpretations that have been requested following its implementation and use. In addition, new features to keep ISO Fortran aligned with High Performance Fortran have been added, along with a number of minor improvements. All of these are fully described for programmers wanting to update their skills.

Modern Fortran Explained

Author : Michael Metcalf
Publisher : Oxford University Press
Page : 509 pages
File Size : 25,39 MB
Release : 2011-03-24
Category : Computers
ISBN : 0199601410

GET BOOK

A clear and thorough description of the latest versions of Fortran by leading experts in the field. It is intended for new and existing users of the language, and for all those involved in scientific and numerical computing. It is suitable as a textbook for teaching and as a handy reference for practitioners.

Fortran 8x Explained

Author : Michael Metcalf
Publisher : Oxford University Press, USA
Page : 344 pages
File Size : 39,56 MB
Release : 1989
Category : Computers
ISBN :

GET BOOK

A new edition of this work on FORTRAN 8X, covering language, programming and procedures. It is aimed at FORTRAN users and programming language specialists.

Fortran 95/2003 Explained

Author : Michael Metcalf
Publisher : Oxford University Press, USA
Page : 416 pages
File Size : 15,91 MB
Release : 2004
Category : Computers
ISBN : 9780198526933

GET BOOK

Fortran remains one of the principal languages used in scientific, numerical, and engineering programming, and a series of revisions to the standard versions of the language have progressively enhanced its power. The latest standard - Fortran 2003 - greatly extends the power of the language, by introducing object-oriented concepts, interoperability with C, better integration with operating systems and many other enhancements. This text details all these new features. Fortran 95/2003 Explained, significantly expands on the second edition of Fortran 90/95 Explained (also published by Oxford University Press): the opening chapters contain a complete description of the Fortran 95 language and are followed by descriptions of three formally approved extensions; six completely new chapters describe in detail the features that are new in Fortran 2003, but the distinction between the various language levels is kept clear throughout. Authored by three leading experts in the development of the language, this is a complete and authoritative description of the two languages (Fortran 95 and Fortran 2003). It is intended for new and existing users of Fortran, and for all those involved in scientific and numerical computing. It is suitable as textbook for teaching and, with its extensive index, as a handy reference for practitioners.

Fortran 90

Author : Michael Metcalf
Publisher : Turtleback
Page : pages
File Size : 33,36 MB
Release : 1999-01
Category :
ISBN : 9780613921541

GET BOOK

NULL

Fortran 90/95 Explained

Author : Michael Metcalf
Publisher :
Page : 341 pages
File Size : 17,18 MB
Release : 1999
Category : FORTRAN 90 (Computer program language)
ISBN :

GET BOOK

Fortran 95 Language Guide

Author : Wilhelm Gehrke
Publisher : Springer Science & Business Media
Page : 411 pages
File Size : 24,96 MB
Release : 2012-12-06
Category : Computers
ISBN : 1447110250

GET BOOK

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.

Modern Fortran

Author : Norman S. Clerman
Publisher : Cambridge University Press
Page : 351 pages
File Size : 45,74 MB
Release : 2011-12-05
Category : Computers
ISBN : 1139504142

GET BOOK

Fortran is one of the oldest high-level languages and remains the premier language for writing code for science and engineering applications. This book is for anyone who uses Fortran, from the novice learner to the advanced expert. It describes best practices for programmers, scientists, engineers, computer scientists and researchers who want to apply good style and incorporate rigorous usage in their own Fortran code or to establish guidelines for a team project. The presentation concentrates primarily on the characteristics of Fortran 2003, while also describing methods in Fortran 90/95 and valuable new features in Fortran 2008. The authors draw on more than a half century of experience writing production Fortran code to present clear succinct guidelines on formatting, naming, documenting, programming and packaging conventions and various programming paradigms such as parallel processing (including OpenMP, MPI and coarrays), OOP, generic programming and C language interoperability.

Modern Fortran in Practice

Author : Arjen Markus
Publisher : Cambridge University Press
Page : 271 pages
File Size : 21,67 MB
Release : 2012-06-18
Category : Computers
ISBN : 1139510738

GET BOOK

From its earliest days, the Fortran programming language has been designed with computing efficiency in mind. The latest standard, Fortran 2008, incorporates a host of modern features, including object-orientation, array operations, user-defined types, and provisions for parallel computing. This tutorial guide shows Fortran programmers how to apply these features in twenty-first-century style: modular, concise, object-oriented, and resource-efficient, using multiple processors. It offers practical real-world examples of interfacing to C, memory management, graphics and GUIs, and parallel computing using MPI, OpenMP, and coarrays. The author also analyzes several numerical algorithms and their implementations and illustrates the use of several open source libraries. Full source code for the examples is available on the book's website.