|Listed in category:
This item is out of stock.
Have one to sell?

Modern Fortran in Practice by Arjen Markus: New

Condition:
New
Price:
US $150.64
ApproximatelyEUR 140.50
Postage:
Free Standard Shipping. See detailsfor postage
Located in: Sparks, Nevada, United States
Delivery:
Estimated between Tue, 25 Jun and Sat, 29 Jun to 43230
Delivery time is estimated using our proprietary method which is based on the buyer's proximity to the item location, the delivery service selected, the seller's delivery history and other factors. Delivery times may vary, especially during peak periods.
Returns:
30 days return. Buyer pays for return postage. See details- for more information about returns
Payments:
    

Shop with confidence

eBay Money Back Guarantee
Get the item you ordered or your money back. 

Seller information

Registered as a business seller
Seller assumes all responsibility for this listing.
eBay item number:364324527405
Last updated on 07 Jun, 2024 14:48:01 BSTView all revisionsView all revisions

Item specifics

Condition
New: A new, unread, unused book in perfect condition with no missing or damaged pages. See the ...
Book Title
Modern Fortran in Practice
Publication Date
2012-06-18
ISBN
9781107017900
Subject Area
Computers
Publication Name
Modern Fortran in Practice
Publisher
Cambridge University Press
Item Length
9.3 in
Subject
Programming Languages / General, General
Publication Year
2012
Type
Textbook
Format
Hardcover
Language
English
Item Height
0.8 in
Author
Arjen Markus
Item Weight
19.4 Oz
Item Width
6.2 in
Number of Pages
265 Pages

About this product

Product Information

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 Web site.

Product Identifiers

Publisher
Cambridge University Press
ISBN-10
1107017904
ISBN-13
9781107017900
eBay Product ID (ePID)
117217286

Product Key Features

Number of Pages
265 Pages
Language
English
Publication Name
Modern Fortran in Practice
Publication Year
2012
Subject
Programming Languages / General, General
Type
Textbook
Subject Area
Computers
Author
Arjen Markus
Format
Hardcover

Dimensions

Item Height
0.8 in
Item Weight
19.4 Oz
Item Length
9.3 in
Item Width
6.2 in

Additional Product Features

Intended Audience
Scholarly & Professional
LCCN
2012-000126
Dewey Edition
23
Reviews
"Modern Fortran in Practice shows by practical examples how reliable and maintainable programs can be written. Starting with examples in Fortran 95, Fortran 2003/2008 features are then introduced and used to improve the code, thus showing different approaches but also providing a solution for older compilers. The author covers the whole development - from algorithm choice and error handling to graphical interfaces, parallelization, and unit testing. The book is an ideal complement to books that focus on the syntax of Fortran." Tobias Burnus, Institute of Solid State Research, Research Centre Jülich, 'This book is a very welcome complement to the existing literature on modern Fortran. While most Fortran books serve as comprehensive language references, this book stands out for its extensive demonstrations of practical applications of the language. Especially interesting are the many demonstrations of the newest programming paradigms Fortran supports, including object-oriented programming, functional programming, and parallel programming.' Damian Rouson, Sandia National Laboratory, 'Modern Fortran in Practice shows by practical examples how reliable and maintainable programs can be written. Starting with examples in Fortran 95, Fortran 2003/2008 features are then introduced and used to improve the code, thus showing different approaches but also providing a solution for older compilers. The author covers the whole development - from algorithm choice and error handling to graphical interfaces, parallelization, and unit testing. The book is an ideal complement to books that focus on the syntax of Fortran.' Tobias Burnus, Institute for Advanced Simulation, Research Centre Jlich, "A language cannot survive without a means to learn about it. This implies the availability not only of textbooks on the language's syntax and semantics but also of books on how to use the language in real-life situations. Somehow, experience in the use and application of a language needs to be passed on to a new generation of programmers and new features require advice on how they are best to be used. Here, at a time when only rarely is a single language used in isolation, but more often in conjunction with other languages or with various tools, Modern Fortran in Practice fulfills a real need for practical advice in the field. I recommend it to all Fortran practitioners." from the foreword by Michael Metcalf, 'A language cannot survive without a means to learn about it. This implies the availability not only of textbooks on the language's syntax and semantics but also of books on how to use the language in real-life situations. Somehow, experience in the use and application of a language needs to be passed on to a new generation of programmers and new features require advice on how they are best to be used. Here, at a time when only rarely is a single language used in isolation, but more often in conjunction with other languages or with various tools, Modern Fortran in Practice fulfils a real need for practical advice in the field. I recommend it to all Fortran practitioners.' Michael Metcalf, from the Foreword, 'Scientists, mathematicians, and engineers will find that Modern Fortran in Practice speaks their language. Arjen Markus introduces modern Fortran features using real-world examples and practical advice. If your knowledge of Fortran stops at FORTRAN-77 or even Fortran 90, Markus's book will open your eyes to what today's Fortran can do for you.' Steve Lionel, Senior Member Technical Staff, Intel Corporation, 'Modern Fortran in Practice shows by practical examples how reliable and maintainable programs can be written. Starting with examples in Fortran 95, Fortran 2003/2008 features are then introduced and used to improve the code, thus showing different approaches but also providing a solution for older compilers. The author covers the whole development - from algorithm choice and error handling to graphical interfaces, parallelization, and unit testing. The book is an ideal complement to books that focus on the syntax of Fortran.' Tobias Burnus, Institute for Advanced Simulation, Research Centre Jülich, 'A language cannot survive without a means to learn about it. This implies the availability not only of textbooks on the language's syntax and semantics, but also of ones on how to use the language in real-life situations. Somehow, experience in the use and application of a language needs to be passed on to a new generation of programmers and new features require advice on how they are best to be used. Here, at a time when only rarely is a single language used in isolation, but more often in conjunction with other languages or with various tools, the present book, Modern Fortran in Practice, fulfills a real need for practical advice in the field. I commend it to all Fortran practitioners.' Michael Metcalf, From the Foreword, "Scientists, mathematicians, and engineers will find that Modern Fortran in Practice speaks their language. Arjen Markus introduces modern Fortran features using real-world examples and practical advice. If your knowledge of Fortran stops at FORTRAN-77 or even Fortran 90, Markus's book will open your eyes to what today's Fortran can do for you." Steve Lionel, Senior Member Technical Staff, Intel Corporation
Illustrated
Yes
Dewey Decimal
005.26/2
Lc Classification Number
Qa76.73.F25 M375 201
Table of Content
1. Introduction to modern Fortran; 2. Array-valued functions; 3. Mathematical abstractions; 4. Memory management; 5. An interface problem; 6. Interfacing to C: SQLite as an example; 7. Graphics, GUIs, and the internet; 8. Unit testing; 9. Code reviews; 10. Robust implementation of several simple algorithms; 11. Object-oriented programming; 12. Parallel programming; Appendix A. Tools for development and maintenance; Appendix B. Caveats.
Copyright Date
2012

Item description from the seller

Business seller information

Alibris, Inc.
Rob Lambert
2560 9th St
Ste 215
94710-2565 Berkeley, CA
United States
Show contact information
:liamEmoc.sirbila@90_skoob_flah
I certify that all my selling activities will comply with all EU laws and regulations.
AlibrisBooks

AlibrisBooks

98.5% positive Feedback
1.8M items sold

Detailed seller ratings

Average for the last 12 months

Accurate description
4.9
Reasonable postage cost
4.9
Delivery time
4.9
Communication
4.9
Registered as a business seller

Seller Feedback (463,028)

d***d (41)- Feedback left by buyer.
Past month
Verified purchase
Thank you! Very Fast Shipping! A+ Seller!
f***u (186)- Feedback left by buyer.
Past month
Verified purchase
Great book, thanks so much!!!!!!!!!!
5***a (1012)- Feedback left by buyer.
Past month
Verified purchase
Excellent book, highly recommended seller!!!!