A Guide to Fortran IV Programming

A Guide to Fortran IV Programming
Title A Guide to Fortran IV Programming PDF eBook
Author Daniel D. McCracken
Publisher John Wiley & Sons
Pages 314
Release 1972
Genre Computers
ISBN

Download A Guide to Fortran IV Programming Book in PDF, Epub and Kindle

"This book is written for the person who wishes to gain a rapid grasp of the use of computers and of Fortran in the solution of problems in such fields as science, engineering, statistics, education and business." -- Preface.

The Fortran 2003 Handbook

The Fortran 2003 Handbook
Title The Fortran 2003 Handbook PDF eBook
Author Jeanne C. Adams
Publisher Springer Science & Business Media
Pages 713
Release 2008-09-18
Genre Computers
ISBN 1846287464

Download The Fortran 2003 Handbook Book in PDF, Epub and Kindle

The Fortran 2003 Handbook is a definitive and comprehensive guide to Fortran 2003 and its use. Fortran 2003, the latest standard version of Fortran, has many excellent features that assist the programmer in writing efficient, portable and maintainable programs. This all-inclusive volume offers a reader-friendly, easy-to-follow and informal description of Fortran 2003, and has been developed to provide not only a readable explanation of features, but also some rationale for the inclusion of features and their use. This highly versatile handbook is intended for anyone who wants a comprehensive survey of Fortran 2003.

A Guide to Fortran IV Programming

A Guide to Fortran IV Programming
Title A Guide to Fortran IV Programming PDF eBook
Author Daniel D. McCracken
Publisher
Pages 168
Release 1965
Genre FORTRAN (Computer program language)
ISBN

Download A Guide to Fortran IV Programming Book in PDF, Epub and Kindle

Key to Oceanographic Records Documentation

Key to Oceanographic Records Documentation
Title Key to Oceanographic Records Documentation PDF eBook
Author
Publisher
Pages 248
Release 1976
Genre Oceanography
ISBN

Download Key to Oceanographic Records Documentation Book in PDF, Epub and Kindle

FORTRAN IV Enhanced Character Graphics

FORTRAN IV Enhanced Character Graphics
Title FORTRAN IV Enhanced Character Graphics PDF eBook
Author Norman M. Wolcott
Publisher
Pages 64
Release 1978
Genre Computer graphics
ISBN

Download FORTRAN IV Enhanced Character Graphics Book in PDF, Epub and Kindle

Programming with FORTRAN IV

Programming with FORTRAN IV
Title Programming with FORTRAN IV PDF eBook
Author Byron S. Gottfried
Publisher Prentice Hall
Pages 392
Release 1984
Genre Computers
ISBN

Download Programming with FORTRAN IV Book in PDF, Epub and Kindle

Modern Fortran

Modern Fortran
Title Modern Fortran PDF eBook
Author Milan Curcic
Publisher Simon and Schuster
Pages 414
Release 2020-10-07
Genre Computers
ISBN 1638350051

Download Modern Fortran Book in PDF, Epub and Kindle

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