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

Modern Fortran in Practice by Arjen Markus: New

Condition:
Brand New
Price:
US $150.64
ApproximatelyC $206.26
Shipping:
Free Standard Shipping. See detailsfor shipping
Located in: Sparks, Nevada, United States
Delivery:
Estimated between Tue, Jun 25 and Sat, Jun 29 to 43230
Delivery time is estimated using our proprietary method which is based on the buyer's proximity to the item location, the shipping service selected, the seller's shipping history, and other factors. Delivery times may vary, especially during peak periods.
Returns:
30 days return. Buyer pays for return shipping. 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 Jun 07, 2024 09:48:01 EDTView all revisionsView all revisions

Item specifics

Condition
Brand 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

AlibrisBooks

AlibrisBooks

98.5% positive feedback
1.8M items sold

Detailed seller ratings

Average for the last 12 months

Accurate description
4.9
Reasonable shipping cost
4.9
Shipping speed
4.9
Communication
4.9

Seller feedback (463,078)

e***l (97)- Feedback left by buyer.
Past year
Verified purchase
Super impressed with this seller! They had the best price by far for this book! Both the cost of the book and the shipping fee was far better than average! The book came exactly as described, it was well packaged and quite a bit earlier than expected! The seller was polite and replied quickly to my messages. I’ll definitely make another purchase soon! Thank you to the seller! Be safe and keep up the great work!
l***w (85)- Feedback left by buyer.
Past 6 months
Verified purchase
WONDERFUL book! Better than described, in just like new condition [not just good]. Packaged very carefully, shipped very securely. Great seller, would buy from again in a heartbeat! No communication occurred, but I imagine it would have been as good as the rest of their customer service. Very happy with purchase, thank you very much!
t***1 (95)- Feedback left by buyer.
Past 6 months
Verified purchase
Excellent packaging, expedited shipping, great seller communication, and accurate photo representation. I'm very pleased to have received this graphic novel for a fair and competitive price. Brand new and sealed!! I would highly recommend and purchase from this reputable retailer again. Thank you 👍!

Product ratings and reviews

No ratings or reviews yet
Be the first to write the review.