e99 Online Shopping Mall
Help | |
Home - Basic F - Fortran Programming (Books) |
  | Back | 21-40 of 100 | Next 20 |
click price to see details click image to enlarge click link to go to the store
21. Upgrading to Fortran 90 by Cooper Redwine | |
Paperback: 416
Pages
(1995-08-10)
list price: US$74.95 Isbn: 0387979956 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (1)
Excellent, exceptionally well suited for self-study |
22. Introduction to FORTRAN 90 (ESource Series) by Larry R. Nyhoff, Sanford Leestma | |
Paperback: 390
Pages
(1999-04-04)
list price: US$43.00 -- used & new: US$34.00 (price subject to change: see help) Asin: 0130131466 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (1)
12 Phd's to write this worthless book |
23. Fortran 95/2003 Explained (Numerical Mathematics and Scientific Computation) by Michael Metcalf, John Reid, Malcolm Cohen | |
Paperback: 440
Pages
(2004-08-26)
list price: US$75.00 -- used & new: US$49.07 (price subject to change: see help) Asin: 0198526938 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (8)
fortran 95/2003
perfect book for experienced Fortran user
the best on the subject
Not a good textbook.
Not for beginners |
24. Fortran 77: Language and Style : A Structured Guide to Using Fortran 77 by Michael J. Merchant | |
Paperback: 447
Pages
(1981-05)
list price: US$32.95 -- used & new: US$104.29 (price subject to change: see help) Asin: 0534009204 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (1)
I was up and running with Fortran in 5 hours |
25. Applied Fortran 77: Featuring Structured Programming by Roy Ageloff, Richard Mojena | |
Paperback: 604
Pages
(1981-01-01)
list price: US$33.95 -- used & new: US$59.55 (price subject to change: see help) Asin: 0534009611 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (1)
FORTRAN 77 from the ground up |
26. Fortran Programming Using Structured Flowcharts by Richard Haskell | |
Paperback: 280
Pages
(1978-10)
Isbn: 0574211357 Canada | United Kingdom | Germany | France | Japan | |
27. Business Programming in Fortran IV and ANSI Fortran: A Structured Approach by Asad S. O. Khailany | |
Paperback: 432
Pages
(1981-06)
list price: US$36.00 Isbn: 0131076078 Canada | United Kingdom | Germany | France | Japan | |
28. Numerical Recipes in FORTRAN Example Book: The Art of Scientific Computing by William H. Press, Brian P. Flannery, Saul A. Teukolsky, William T. Vetterling | |
Paperback: 256
Pages
(1992-11-27)
list price: US$42.99 -- used & new: US$75.00 (price subject to change: see help) Asin: 0521437210 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (2)
Nice to have
A great recipe |
29. Fortran IV (Self-teaching Guides) by Jehosua Friedmann, Philip Greenberg, Alan M. Hoffberg | |
Paperback: 512
Pages
(1981-03-25)
list price: US$14.95 Isbn: 0471077712 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Customer Reviews (1)
Best Seller . . . until Basic hit the market place |
30. Fortran Programs for Chemical Process Design, Analysis, and Simulation by A. Kayode Coker PhD | |
Hardcover: 854
Pages
(1995-02-08)
list price: US$205.00 -- used & new: US$291.98 (price subject to change: see help) Asin: 0884152804 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (2)
Good Basic Chemical Engineering/Fortran book
Strictly for chemical engineering |
31. Fortran 95 Language Guide by Wilhelm Gehrke | |
Paperback: 394
Pages
(1996-08-13)
list price: US$54.95 Isbn: 3540760628 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (2)
Excellent reference
Fortran 95 Language Guide |
32. Programming with Fortran 77 by J. Ashcroft, et al | |
Paperback: 304
Pages
(1995-03-01)
Isbn: 0003833925 Canada | United Kingdom | Germany | France | Japan | |
33. Introduction to Fortran IV programming;: Using the watfor/watfiv compilers by John Markus Blatt | |
Paperback: 325
Pages
(1971)
Isbn: 087620440X Canada | United Kingdom | Germany | France | Japan | |
34. C++ for Fortran Programmers by Ira Pohl | |
Paperback: 540
Pages
(1997-07)
list price: US$39.99 Isbn: 0201924838 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description The book provides a smooth transition to C++ and object-orientedprogramming for programmers already familiar with Fortran, andincludes C++ to Fortran equivalencies making it easy to move from onelanguage to another. Engineering computations are featured throughout;important scientific types such as complex number, vector andpolynomial are implemented. It also incorporates the proposed ANSI C++Standard including bool, namespaces, and the STL library, and featuresa chapter on the use of STL and efficient generic programming.Allprogram code is fully tested and available on the World Wide Web. Customer Reviews (7)
Good book but costly
Doesn't live up to its title It's the "... For Fortran Programmers" part that is disappointing.I'm a member of the ostensible target demographic -- someone who has programmed for decades off and on in Fortran and is looking to learn the C (/ C++) language -- and this book sounded like exactly what I was looking for.Unfortunately, it did not live up to this expectation.The Fortran related material occupies only the first 20% of the book (plus a brief appendix),essentially the plain-old-C chapters. The "for Fortran programmers" content is mostly concerned with those areas where there are direct equivalences between the two languages that can be summarized neatly in tables (e.g. Fortran's "double precision" is the same as C's "double").This kind of info is useful, but an experienced Fortran programmer will easily pick it up anyway.When it comes to more complicated issues such as control structures (IF, etc.), the emphasis seems to be to present Fortran equivalents of C structures, rather than the reverse.I guess this could be seen as using the presumed Fortran background to explicate a C language description, but I'd think most Fortran programmers learning C will be thinking the reverse, "I know how to do Of course, a lot of the C++ language simply has no direct equivalent in Fortran.But if this were really written from the start for Fortran programmers there should be specific discussion showing how to do things that a Fortran programmer finds clumsy (such as matrix manipulation) more smoothly with the "++" part of C++, and the book should use examples drawn from scientific programming (which has been the primary domain of Fortran programmers). I am not saying this book should be a simple translation manual, but it should start with what the Fortran programmer already knows and build from there, and deal with problems that the Fortran programmer is typically interested in. In summary, this is a decent C++ book, but the Fortran content seems to be a clumsy afterthought, grafted on for marketing reasons.
A Great Dissappointment
A disappointing book
Very poorly written ... very few examples |
35. Fortran 90: A Reference Guide by Luc Chamberland | |
Paperback: 438
Pages
(1995-09)
list price: US$49.00 Isbn: 0133973328 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description |
36. Compaq Visual Fortran: A Guide to Creating Windows Applications by Norman Lawrence PhDMEd | |
Paperback: 600
Pages
(2002-01-02)
list price: US$76.95 -- used & new: US$50.00 (price subject to change: see help) Asin: 1555582494 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (6)
The ONLY book that has it all
Using Compaq Visual Fortran
WHAT A CRUMMY BOOK!!
A great investment
Yes, buy it. This is where Norman Lawrence comes in. I bought the latest print (C)2002. Not a general Fortran tutorial, but covering the necessary subjects to start immediately with Compaq Visual Fortran graphics and Windows, and with a nice Fortran programming style even a Guy-Like-Me could not improve too much (!!!).All sources available on the companion Web sites (Publisher, please pack these 90 separate files together). A rare must in the Fortran collection, as was the earlier Jones & Crabtree: Fortran Tools 1988 ISBN 0471619760 for string manipulation, file-i/o, lexical analysis in Fortran, a candidate for a reprint. ... Read more |
37. Fortran 77 Programming: With an Introduction to the Fortran 90 Standard (International Computer Science Series) by T. M. R. Ellis | |
Paperback: 672
Pages
(1990-07)
list price: US$47.00 -- used & new: US$98.49 (price subject to change: see help) Asin: 0201416387 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description |
38. Effective Fortran 77 (Oxford science publications) by Michael Metcalf | |
Paperback: 256
Pages
(1985-06-13)
list price: US$40.00 Isbn: 0198537093 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description |
39. FORTRAN 90 for Scientists and Engineers by Brian Hahn | |
Paperback: 351
Pages
(1994-04-21)
list price: US$74.95 -- used & new: US$55.55 (price subject to change: see help) Asin: 0340600349 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (1)
A fantastic book for renewing oneself to Fortran 90 The author slowly and extremely methodically exposes the readerto the Fortran 90 language with what I will coin "computationalmotivation."Simply stated, just when the chapter gets you thinkingabout "how to...", BANG, Brian Hahn begins to address that veryissue with source code and explanations!I cannot say enough about thisbook for the beginner or intermediate level Fortran programmer.Please, doyourself an enormous favor if you are interested in using this extremelypowerful (and fairly simple!) numerical language for engineering, science,applied mathematics and even financials...take a look at this text on thesubject!! ... Read more |
40. Introduction to Fortran IV Programming by D. L. Dimitry, Donald L. Dimitry, T. H. Mott | |
Paperback: 348
Pages
(1966-01)
list price: US$11.25 Isbn: 0030594901 Canada | United Kingdom | Germany | France | Japan | |
  | Back | 21-40 of 100 | Next 20 |