e99 Online Shopping Mall

Geometry.Net - the online learning center Help  
Home  - Basic F - Fortran Programming (Books)

  Back | 61-80 of 100 | Next 20
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

click price to see details     click image to enlarge     click link to go to the store

 
61. Elementary Computer Programming
 
$25.00
62. Schaum's Outline of Programming
 
63. Standard Fortran Programming (The
 
64. Principles of Programming: An
 
65. Basic Fortran IV Programming
 
66. Introduction to Numerical Methods
 
67. Applied Fortran IV programming
 
$58.67
68. Fundamentals of Fortran 77 Programming:
 
$9.98
69. Programming in Fortran: Structured
 
70. Equalities and approximations,:
 
71. Programming in Fortran 77 (Bernard
 
72. Fortran Programming, Programs
 
$125.00
73. Programming for the Social Sciences:
 
74. Basic Fortran programming
 
$29.99
75. Fortran Programming: A Spiral
 
76. A Structured Approach to Fortran
 
77. A Course on Programming in FORTRAN
 
$29.99
78. Programming With Fortran IV (QPI
 
79. Standard Fortran Programming:
 
80. Mathematics and Computing: with

61. Elementary Computer Programming in Fortran IV
by Boris W. Boguslavsky
 Paperback: 482 Pages (1980-08)
list price: US$21.95
Isbn: 0835916480
Canada | United Kingdom | Germany | France | Japan

62. Schaum's Outline of Programming with FORTRAN Including Structured FORTRAN
by Seymour Lipschutz, Arthur Poe
 Paperback: 314 Pages (1978-05-01)
list price: US$12.95 -- used & new: US$25.00
(price subject to change: see help)
Asin: 007037984X
Average Customer Review: 4.0 out of 5 stars
Canada | United Kingdom | Germany | France | Japan
Editorial Review

Product Description
FORTRAN is the most popular computer language currently in use. As over 90% of students studying computer programming take a course in FORTRAN and annual enrolment is well over 100,000 students, this text will cover an extensive range of computer programming courses. ... Read more

Customer Reviews (3)

5-0 out of 5 stars While dated, it is still an excellent demonstration of beginning programming
This is another one of the books that will always hold a special place in my heart. When I made the decision to go to college, I did not have a great deal of money available. Therefore, I decided to take as many College Level Examination Program (CLEP) tests as possible. One of the exams that was available was programming with FORTRAN. Therefore, to prepare for the exam, I purchased this book and systematically worked through most of the example problems. After I did that, I took the exam and passed it with points to spare.
While I agree that the book is now dated, as the changes in programming fundamentals has long ago left this version of FORTRAN by, it is still an excellent demonstration of the fundamentals of programming. The thought processes that go into programming, the syntax of a language and some of the basic problems that can be used in beginning programming classes are all presented in a clear and understandable manner.

3-0 out of 5 stars Great from a historical perspective
This book (written when my dad was still in school) provides such information as how to write programs on punch cards, and format the output onto a line printer.This is the FORTRAN that many mathematicians, scientists, and engineers got their start on.While the book, and the version of FORTRAN presented, is clearly dated, it is filled with interesting and practical problems.If you are interested in learning FORTRAN as it is used today, this may not be the best, but from a historical perspective... in a word punchcards.

4-0 out of 5 stars Just Another Programming Language Of Interest.
Was a good book to start the learning of FORTRAN ... way back in the late '70s. ... Read more


63. Standard Fortran Programming (The Irwin series in information and decision sciences)
by Donald H. Ford
 Paperback: 330 Pages (1978-12)

Isbn: 0256019983
Canada | United Kingdom | Germany | France | Japan

64. Principles of Programming: An Introduction with Fortran
by E.B. James
 Paperback: 96 Pages (1978-09)

Isbn: 0273012215
Canada | United Kingdom | Germany | France | Japan

65. Basic Fortran IV Programming
by Jeremiah J. Healy
 Paperback: 275 Pages (1975-05)
list price: US$24.95
Isbn: 0201028271
Canada | United Kingdom | Germany | France | Japan

66. Introduction to Numerical Methods and Fortran Programming
by Thomas Richard McCalla
 Hardcover: 374 Pages (1967-05)
list price: US$27.00
Isbn: 0471581259
Average Customer Review: 5.0 out of 5 stars
Canada | United Kingdom | Germany | France | Japan

Customer Reviews (1)

5-0 out of 5 stars DP
Programin ... Read more


67. Applied Fortran IV programming
by John R Sturgul
 Loose Leaf: 391 Pages (1976)

Isbn: 0534004407
Canada | United Kingdom | Germany | France | Japan

68. Fundamentals of Fortran 77 Programming: A Structured Approach
by Robert C. Nickerson
 Paperback: 537 Pages (1985-02)
list price: US$58.67 -- used & new: US$58.67
(price subject to change: see help)
Asin: 067339039X
Canada | United Kingdom | Germany | France | Japan

69. Programming in Fortran: Structured Programming With Fortran IV and Fortran 77 (The Barnes & Noble outline series)
by Vladimir Zwass
 Paperback: 213 Pages (1980-12)
list price: US$8.95 -- used & new: US$9.98
(price subject to change: see help)
Asin: 0064601943
Average Customer Review: 5.0 out of 5 stars
Canada | United Kingdom | Germany | France | Japan

Customer Reviews (1)

5-0 out of 5 stars If you need to work with FORTRAN...
My boss'll probably laugh till he falls over if he ever reads this review. He's an atmospheric physicist (translation: "a meteorologist who doesn't want to be in the same category as the empty suits on the evening news,") who programmed a lot in FORTRAN before he changed over to management. He likes to goad C programmers showing signs of prima-donnaism by saying he could write XYZ in FORTRAN, no matter what XYZ happens to be.

What earthly use is FORTRAN these days, you may ask (apart from any unlucky soul who has to maintain some hunk of ancient code), and thus, what use is this book? Well, that depends.

In the last numerical analysis class I took, I opted to do the programming assignments in FORTRAN, after one or two aggravating forays at writing them in C with a limited amount of time. Translating the algorithms into FORTRAN required a lot less work (duh, you say; the language exists for FORmula TRANslation). Still, with a time limit for homework assignments, it can be useful.

(In real life, a mathematician attached to a project I'm familiar with designs algorithms, but he's not a programmer, so his assistant has to implement them. Well, the mathematician actually writes them in FORTRAN, and the assistant gets to translate them into C...)

This particular book is, of course, somewhat elderly, as the title will tell you, but that can actually be in your favour. It's *extremely* easy to follow, and quite short, so it's easy to find what you need. And no matter how old, unmaintained, and just plain obsolete the FORTRAN compiler you're dealing with happens to be, this book will support you in writing code that can work with it.

Even though I don't work with FORTRAN these days, I keep it as a reference just in case, because it's worth its weight in platinum if you need to write something in the language. ... Read more


70. Equalities and approximations,: With Fortran programming
by Robert D Larsson
 Hardcover: 158 Pages (1963)

Asin: B0006AYWO4
Canada | United Kingdom | Germany | France | Japan

71. Programming in Fortran 77 (Bernard Babani Publishing Radio & Electronics Books)
by Noel Kantaris
 Paperback: 160 Pages (1988-08)

Isbn: 085934195X
Canada | United Kingdom | Germany | France | Japan

72. Fortran Programming, Programs and Schematic Storage Maps
by Myron G. Mochel
 Hardcover: 256 Pages (1971-02)

Isbn: 007042635X
Canada | United Kingdom | Germany | France | Japan

73. Programming for the Social Sciences: Algorithms and fortran77 Coding (Computer Science for the Behavioral Sciences Series)
by R. S. Lehman
 Hardcover: 592 Pages (1986-11-01)
list price: US$125.00 -- used & new: US$125.00
(price subject to change: see help)
Asin: 0898595886
Canada | United Kingdom | Germany | France | Japan

74. Basic Fortran programming
by John B Harvill
 Unknown Binding: 268 Pages (1968)

Asin: B0006BTW3E
Canada | United Kingdom | Germany | France | Japan

75. Fortran Programming: A Spiral Approach
by Charles Kreitzberg, Ben Shneiderman
 Hardcover: 447 Pages (1975-04)
-- used & new: US$29.99
(price subject to change: see help)
Asin: 0155280120
Canada | United Kingdom | Germany | France | Japan

76. A Structured Approach to Fortran 77 Programming (International computer science series)
by T. M. R. Ellis
 Paperback: 350 Pages (1983-01)
list price: US$23.33
Isbn: 0201137909
Canada | United Kingdom | Germany | France | Japan

77. A Course on Programming in FORTRAN
by Valerie Joyce Calderbank
 Hardcover: 183 Pages (1983-01)
list price: US$8.95
Isbn: 0412237903
Canada | United Kingdom | Germany | France | Japan

78. Programming With Fortran IV (QPI series)
by Byron S. Gottfried
 Paperback: 373 Pages (1984-01)
list price: US$32.00 -- used & new: US$29.99
(price subject to change: see help)
Asin: 0137296991
Canada | United Kingdom | Germany | France | Japan

79. Standard Fortran Programming: A Structured Style (The Irwin series in information and decision sciences)
by Donald H. Ford, Joseph Rue
 Paperback: 319 Pages (1982-07)
list price: US$20.95
Isbn: 0256026084
Canada | United Kingdom | Germany | France | Japan

80. Mathematics and Computing: with FORTRAN Programming.
by William S.; Greenberg, Herbert J. Dorn
 Hardcover: Pages (1968-01-01)

Asin: B000JDS3ES
Canada | United Kingdom | Germany | France | Japan

  Back | 61-80 of 100 | Next 20
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

Prices listed on this site are subject to change without notice.
Questions on ordering or shipping? click here for help.

site stats