[PDF] Fortran 90 Explained eBook

Fortran 90 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 Explained book. This book definitely worth reading, it is an incredibly well-written.

Modern Fortran Explained

Author : Michael Metcalf
Publisher : Oxford University Press
Page : 509 pages
File Size : 48,48 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 90/95 Explained

Author : Michael Metcalf
Publisher : Oxford University Press, USA
Page : 345 pages
File Size : 48,74 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.

Fortran 8x Explained

Author : Michael Metcalf
Publisher : Oxford University Press, USA
Page : 344 pages
File Size : 47,61 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

Author :
Publisher :
Page : pages
File Size : 32,37 MB
Release : 1971
Category :
ISBN :

GET BOOK

Fortran 90 Explained

Author : Michael Metcalf
Publisher :
Page : 0 pages
File Size : 42,57 MB
Release : 1990
Category :
ISBN :

GET BOOK

Modern Fortran in Practice

Author : Arjen Markus
Publisher : Cambridge University Press
Page : 271 pages
File Size : 16,44 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.

Fortran 95/2003 Explained

Author : Michael Metcalf
Publisher : Oxford University Press, USA
Page : 416 pages
File Size : 33,14 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.

Modern Fortran

Author : Milan Curcic
Publisher : Simon and Schuster
Page : 414 pages
File Size : 33,13 MB
Release : 2020-10-07
Category : Computers
ISBN : 1638350051

GET BOOK

Modern Fortran teaches you to develop fast, efficient parallel applications using twenty-first-century Fortran. In this guide, you’ll dive into Fortran by creating fun apps, including a tsunami simulator and a stock price analyzer. Filled with real-world use cases, insightful illustrations, and hands-on exercises, Modern Fortran helps you see this classic language in a whole new light. Summary Using Fortran, early and accurate forecasts for hurricanes and other major storms have saved thousands of lives. Better designs for ships, planes, and automobiles have made travel safer, more efficient, and less expensive than ever before. Using Fortran, low-level machine learning and deep learning libraries provide incredibly easy, fast, and insightful analysis of massive data. Fortran is an amazingly powerful and flexible programming language that forms the foundation of high performance computing for research, science, and industry. And it's come a long, long way since starting life on IBM mainframes in 1956. Modern Fortran is natively parallel, so it's uniquely suited for efficiently handling problems like complex simulations, long-range predictions, and ultra-precise designs. If you're working on tasks where speed, accuracy, and efficiency matter, it's time to discover—or re-discover—Fortran.. About the technology For over 60 years Fortran has been powering mission-critical scientific applications, and it isn't slowing down yet! Rock-solid reliability and new support for parallel programming make Fortran an essential language for next-generation high-performance computing. Simply put, the future is in parallel, and Fortran is already there. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the book Modern Fortran teaches you to develop fast, efficient parallel applications using twenty-first-century Fortran. In this guide, you'll dive into Fortran by creating fun apps, including a tsunami simulator and a stock price analyzer. Filled with real-world use cases, insightful illustrations, and hands-on exercises, Modern Fortran helps you see this classic language in a whole new light. What's inside Fortran's place in the modern world Working with variables, arrays, and functions Module development Parallelism with coarrays, teams, and events Interoperating Fortran with C About the reader For developers and computational scientists. No experience with Fortran required. About the author Milan Curcic is a meteorologist, oceanographer, and author of several general-purpose Fortran libraries and applications. Table of Contents PART 1 - GETTING STARTED WITH MODERN FORTRAN 1 Introducing Fortran 2 Getting started: Minimal working app PART 2 - CORE ELEMENTS OF FORTRAN 3 Writing reusable code with functions and subroutines 4 Organizing your Fortran code using modules 5 Analyzing time series data with arrays 6 Reading, writing, and formatting your data PART 3 - ADVANCED FORTRAN USE 7 Going parallel with Fortan coarrays 8 Working with abstract data using derived types 9 Generic procedures and operators for any data type 10 User-defined operators for derived types PART 4 - THE FINAL STRETCH 11 Interoperability with C: Exposing your app to the web 12 Advanced parallelism with teams, events, and collectives

Modern Fortran Explained

Author : Michael Metcalf
Publisher : Oxford University Press
Page : 577 pages
File Size : 22,23 MB
Release : 2024-02-16
Category : Mathematics
ISBN : 0198876599

GET BOOK

Fortran remains one of the principal programming languages used in high-performance scientific, numerical, and engineering computing. A series of significant revisions to the standard versions of the language have progressively enhanced its capabilities, and the current standard - Fortran 2023 - brings with it further additions and improvements. The language as defined by its most recent standards, with their introduction of object-oriented programming and of coarrays, is often referred to generically as 'Modern Fortran', and this term is increasingly used in the literature. Thus, we see that Fortran's particular advantages as a high-end numerical language, especially where arrays are the main form of data object and/or where complex arithmetic is involved, are still to the fore. It is able to attain the highest achievable optimization, mainly because multi-dimensional arrays are 'natural' objects and because its pointers are highly constrained. There is every sign that Modern Fortran will continue to be used to tackle major scientific computing problems in the next decade and beyond and will long remain a living tribute to its early pioneers. This third edition of Modern Fortran Explained expands on the second. The material contained in the four final chapters of the second edition have been merged into the main text, thereby offering, in 20 chapters, a comprehensive and uniform description of Fortran 2018. The additional features now brought by the 2023 standard, which are mostly relatively minor in nature, are described in two final chapters, the first on generic programming and the second on the other features. This structure enables the reader to distinguish clearly between what is old and what is new. This new edition, written by experts in the field, three of whom have actively contributed to Fortran 2023, is thus a complete and authoritative description of Fortran in its latest form, with the intention that it remain the main reference work in the field.

Programmer's Guide to Fortran 90

Author : Walter S. Brainerd
Publisher : Boom Koninklijke Uitgevers
Page : 468 pages
File Size : 42,99 MB
Release : 1996
Category : Computers
ISBN : 9780387945705

GET BOOK

Written by members of the Fortran 90ISO and ANSI committees, this book is the source of the most important information about the powerful new Fortran 90 programming language. All of the important new features of Fortran 90 are covered with examples, and case studies are used to illustrate the practical use of features.