Cantitate/Preț
Produs

Guide to Fortran 2008 Programming

Autor Walter S. Brainerd
en Limba Engleză Paperback – 22 oct 2016
This textbook provides an accessible introduction to the most important features of Fortran 2008. Features: presents a complete discussion of all the basic features needed to write complete Fortran programs; makes extensive use of examples and case studies to illustrate the practical use of features of Fortran 08, and supplies simple problems for the reader; provides a detailed exploration of control constructs, modules, procedures, arrays, character strings, data structures and derived types, pointer variables, and object-oriented programming; includes coverage of such major new features in Fortran 08 as coarrays, submodules, parameterized derived types, and derived-type input and output; highlights the topic of modules as the framework for organizing data and procedures for a Fortran program; investigates the excellent input/output facilities available in Fortran; contains appendices listing the many intrinsic procedures and providing a brief informal syntax specification for thelanguage.
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (1) 33186 lei  6-8 săpt.
  SPRINGER LONDON – 22 oct 2016 33186 lei  6-8 săpt.
Hardback (1) 71777 lei  6-8 săpt.
  SPRINGER LONDON – 25 sep 2015 71777 lei  6-8 săpt.

Preț: 33186 lei

Preț vechi: 41482 lei
-20% Nou

Puncte Express: 498

Preț estimativ în valută:
6350 6696$ 5287£

Carte tipărită la comandă

Livrare economică 10-24 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781447168898
ISBN-10: 1447168895
Pagini: 422
Ilustrații: XI, 408 p.
Dimensiuni: 155 x 235 x 22 mm
Greutate: 0.59 kg
Ediția:Softcover reprint of the original 2nd ed. 2015
Editura: SPRINGER LONDON
Colecția Springer
Locul publicării:London, United Kingdom

Cuprins

Introduction to Programming in Fortran.- Control Constructs.- Modules and Procedures.- Arrays.- Character Data.- Structures and Derived Types.- IEEE Arithmetic and Exceptions.- More about Modules and Procedures.- Extending Fortran.- Pointer and Allocatable Variables.- Input and Output.- Object-Oriented Programming.- Coarrays.- Appendix A: Intrinsic Procedures.- Appendix B: Fortran Language Forms.

Recenzii

“This book, which could be used either as a textbookor a reference, covers the main aspects of Fortran 2008. … The book is clearlywritten and has many examples, as well as longer case studies. … it could be a usefulreference for both students and professionals who use Fortran.” (D. Bollman, ComputingReviews, December, 2015)

Notă biografică

Dr. Walter S. Brainerd is the owner of The Fortran Company and an author of the Springer references Guide to Fortran 2003 Programming, The Fortran 2003 Handbook and Programmer's Guide to Fortran 90.

Textul de pe ultima copertă

This concise and easy-to read textbook provides an accessible introduction to the most important features of Fortran 2008 (also known as Fortran 08), the latest standard version of Fortran. Both the style of the many example programs and the selection of topics discussed in detail guide the reader toward acquiring programming skills to produce Fortran programs that are readable, maintainable, and efficient. The text is organized for instruction from beginning to end, but also so that particular topics may be studied and read independently—making the work eminently suitable as a reference for professionals.
Topics and features:
  • Presents a complete discussion of all the basic features needed to write complete Fortran programs
  • Makes extensive use of examples and case studies to illustrate the practical use of features of Fortran 08, and supplies simple problems for the reader to test their knowledge
  • Provides a detailed exploration of control constructs, modules, procedures, arrays, character strings, data structures and derived types, pointer variables, and object-oriented programming
  • Includes coverage of such major new features in Fortran 08 as coarrays, submodules, parameterized derived types, and derived-type input and output
  • Highlights the topic of modules as the framework for organizing data and procedures for a Fortran program
  • Investigates the excellent input/output facilities available in Fortran
  • Contains appendices listing the many intrinsic procedures and providing a brief informal syntax specification for the language
This indispensable guide provides a tutorial for anyone who wants to learn Fortran 08, including those familiar with programming language concepts but unfamiliar with Fortran. Experienced Fortran 90/95 programmers will be able to use this volume to assimilate quickly those features in Fortran 03 and 08 that are not in Fortran 90 or 95.

Caracteristici

An accessible introduction to the most important features of Fortran 2008 Covers such major new features as coarrays, submodules, parameterized derived types, and derived-type input and output Makes extensive use of examples, illustrative case studies and test problems