Geometry.Net - the online learning center
Home  - Basic_F - Fortran Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 2     21-40 of 176    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | 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  

         Fortran Programming:     more books (100)
  1. Fundamentals of Programming With Fortran 77 (An Independent learning module from the Instrument Society of America) by James M. Pruett, 1987-01
  2. Fortran 77: Language and Style : A Structured Guide to Using Fortran 77 by Michael J. Merchant, 1981-05
  3. Fortran 77: With Numerical Methods for Engineers and Scientists/Book and Disk by D. M. Etter, 1992-02
  4. Fortran 90/95 Explained by Michael Metcalf, John K. Reid, 1999-08-26
  5. FORTRAN 90 for Scientists and Engineers by Brian Hahn, 1994-04-07
  6. Fortran 77: Featuring Structured Programming (3rd Edition) by Loren P. Meissner, 1980-01
  7. Digital Visual FORTRAN Programmer's Guide (HP Technologies) by Michael Etzel, Karen Dickinson, 1999-04-01
  8. Fortran 77 and Numerical Methods for Engineers by Garold J. Borse, 1991-05
  9. FORTRAN 77 for Engineers and Scientists with an Introduction to FORTRAN 90 (4th Edition) by Larry Nyhoff, Sanford Leestma, 1995-12-28
  10. Schaum's Outline of Programming with FORTRAN Including Structured FORTRAN by Seymour Lipschutz, Arthur Poe, 1978-05-01
  11. Fortran Codes for Mathematical Programming by A.H. Land, S. Powell, 1973-01-01
  12. Numerical Recipes in FORTRAN 77: The Art of Scientific Computing by William H. Press, Brian P. Flannery, et all 1992-09-25
  13. C++ Scientific Programming : Computational Recipes at a Higher Level by John R. Berryhill, 2001-09-19
  14. Introduction to Programming Using Fortran 77 by Glen A. Gibson, 1982-03

21. The FORTRAN Programming Language
The fortran programming Language. FORTRAN is a standard scientific programming language. Installed on lemieux, Rachel, Jonas, Ben, codon, bioinformatics,
http://www.psc.edu/general/software/packages/fortran/fortran.html

22. HPF Course Front Page
High Performance fortran programming. This HTML / Java course describes the Programming language and includes all the relevant aspects of Fortran 90
http://www.liv.ac.uk/HPC/HTMLFrontPageHPF.html
High Performance Fortran Programming
This HTML / Java course describes the High Performance Fortran Programming language and includes all the relevant aspects of Fortran 90 Before accessing the course please fill in the following email form . Please add your Email address and in the body of the message, please state your employer / institution and location. Instructions on how to use the course. Some comments. Start the course. Note, for best results, ensure that your browser is Java enabled. Gzipped Postscript version of the Notes (pk)zipped Postscript version of the Notes Academic institutions may downlaod the full HTML course for local Intranet use. The course is available in two versions Unix (tarred and gzipped) or Windows 95 / NT format (pkzip) (In order to install the course on a PC a copy of untar.exe will be needed.) We regret that the courses use long filenames and will therefore not work under Windows 3.1. Instructions for unpacking can be found here . To obtain the password to allow access send an Email request form Do not forget to fill in your Email address.

23. High Performance Fortran Topic Overview
High Performance fortran programming. List of topics. Fortran 90 Introduction to Fortran Language Obsolescence Fortran 90 Programming
http://www.liv.ac.uk/HPC/HTMLHPFCourse/HTMLHPFCourseSlides.html
Next: Fortran 90 Up: Home
High Performance Fortran Programming List of topics

24. An Introduction To Fortran Programming
This is a practical introduction to fortran programming. Fortran programs begin with a section which lists the names of the variables to be used.
http://www.csit.fsu.edu/~burkardt/papers/fortran.html
An Introduction to Fortran Programming
The Index
Introduction
This is a practical introduction to Fortran programming. The best way to learn programming is to jump right in. We will look at concrete examples that do useful things. Some topics will be used before they have been properly defined, but you should be able to grasp the sense of what is going on, and you may expect the explanation to come shortly thereafter. Back to The Index.
Program: Hello World
Before you can do anything with Fortran, you need to have access to a computer, have an account, know how to use an editor, and so on. I'm not going to touch these topics, but our first exercise will test whether you have mastered them on your own so that we can move past these details and get into Fortran. Our goal in this first exercise is to do "whatever it takes" to create, compile, and run a "Hello, world!" program. You will need to create a file something like this: program hello print *, 'Hello, world!' stop end program

25. The Fortran Company
Site contains products, services, and general information related to the fortran programming language. Offers products, services, training and freeware.
http://www.fortran.com/

26. Physics 329 - Fall 1996 - Fortran Programming Notes
fdemo1.f Program demonstrating some essential Fortran 77 language elements. fdemo2.f Program demonstrating Fortran 77 usage of character variables
http://wwwrel.ph.utexas.edu/Members/matt/Teaching/96Fall/Phy329/Notes_fortran.ht
Physics 329: Fortran Programming
Please report all errors/typos. etc to matt@infeld.ph.utexas.edu
  • Most of the source code covered in class can be found on the account on einstein in (organized by lecture).
  • IMPORTANT: Refer to on-line (postscript) version of SGI Fortran 77 Language Reference Manual for full details of Fortran syntax.
  • Lecture 1 (Sep 16)
  • Lecture 2 (Sep 18)
    • fdemo1.f : Program demonstrating some essential Fortran 77 language elements.
    • : Output from
  • Lecture 3 (Sep 20)
    • fdemo2.f : Program demonstrating Fortran 77 usage of character variables
    • : Output from
    • : Test file used in mysum and dvfrom examples.
    • mysum.f : Reads real*8 values from stdin and writes sum on stdout. Less-commented mysum_s.f and sample output
    • dvfrom.f : Subroutine which reads real*8 vector from file (or stdin). Testing routine tdvfrom.f and sample output
    • dvto.f : Subroutine which writes real*8 vector to file (or stdout). Testing routine tdvto.f

27. Fortran Programming Guide
Previous Next Index. Sun Microsystems. fortran programming Guide. Sun WorkShop 6 Fortran 95 Fortran 77. Part No. 8063593-10. May 2000, Revision A
http://www.atnf.csiro.au/computing/software/sol2docs/manuals/fortran/prog_guide/
Fortran Programming Guide
Sun WorkShop 6
Fortran 95
Fortran 77
Part No. 806-3593-10 May 2000, Revision A Sun Microsystems, Inc.
Feedback

Library
Contents ... Index

28. Notes On FORTRAN Programming
Information about Fortran, programming, tools, floating point type, external environment.
http://www.ibiblio.org/pub/languages/fortran/
USER NOTES ON FORTRAN PROGRAMMING (UNFP) (An open cooperative practical guide) Mirroring thanks to SunSITEs: Poland, USA, Germany, Russia, ... [Home FTP site] New! Code Tuning co-guide, 1998 Lahey Fortran Users' Conference
May be redistributed provided it's kept updated,
and all rights are reserved

29. York Computing Services
Fortran (Formula Translation) is a popular highlevel programming in science and Use a text editor such as vi or pico to write a Fortran program (see
http://www.cns.yorku.ca/computing/apps/phoenix/fortran.html
Computing at York U
You are now being redirected to the new York U Computing Web site If this page does not automatically refresh in 5 seconds, please click here

30. What Is FORTRAN? - A Word Definition From The Webopedia Computer Dictionary
KnowledgeStorm fortran programming Services Business technology search site offering software, service, reseller and hardware information on thousands of
http://www.webopedia.com/TERM/F/FORTRAN.html
You are in the: Small Business Computing Channel View Sites + ECommerce-Guide Small Business Computing ... »Close Enter a word for a definition... ...or choose a computer category. choose one... All Categories Communications Computer Industry Companies Computer Science Data Graphics Hardware Internet and Online Services Mobile Computing Multimedia Networks Open Source Operating Systems Programming Software Standards Types of Computers Wireless Computing World Wide Web Home
Term of the Day

New Terms

Pronunciation
...
Be a Commerce Partner

FORTRAN Last modified: Tuesday, May 19, 1998 Acronym for for mula tran slator , FORTRAN is the oldest high-level programming language . Designed by John Backus for IBM in the late 1950s, it is still popular today, particularly for scientific applications that require extensive mathematical computations. The two most common versions of FORTRAN are FORTRAN IV and FORTRAN 77. FORTRAN IV was approved as a USASI standard in 1966. FORTRAN 77 is a version of FORTRAN that was approved by ANSI in 1978 (they had expected to approve it in 1977, hence the name). FORTRAN 77 includes a number of features not available in older versions of FORTRAN. A new

31. Lahey - LF95 Linux 6.2
Lahey/Fujitsu Fortran 95. The standard for fortran programming from the leader Whether you write new Fortran programs or downsize existing applications,
http://www.lahey.com/linux.htm
****JavaScript based drop down DHTML menu generated by NavStudio. (OpenCube Inc. - http://www.opencube.com)**** cddcodebase = "http://www.lahey.com/navstudio/";cddcodebase432606 = "http://www.lahey.com/navstudio/"; Search
Lahey/Fujitsu Fortran 95 v6.2 for Linux
Full Fortran 77, 90, and 95

Speed. Dependability. Great Tech Support. Lahey/Fujitsu Fortran 95. The standard for Fortran programming from the leader in Fortran language systems. We've combined our 35 years of producing award-winning Fortran language systems with Fujitsu's compiler expertise and high-performance code generator to deliver the most-productive, best-supported Fortran 95 language system for the PC. Whether you write new Fortran programs or downsize existing applications, you need speed, dependability, and great tech support. You need Lahey/Fujitsu Fortran 95!
LF95 v6.2 Delivers!
Important features include ...
  • Automatic Parallelization Pentium 4 and Xeon optimizations with SSE2 instructions OpenMP v2.0 Support Prefetch optimizations for Pentium III and Athlon Unsurpassed global compile-time and runtime diagnostics Allocate arrays up to 2 GB External file size 2**64 bytes
  • "Our application is based on the finite-difference time-domain method. Using the auto-parallelization feature of LF95 PRO v6.2, we reduced the execution time by approximately 50 %."

32. FORTRAN Programming
One of the oldest programming languages, the FORTRAN was developed by a team of programmers at IBM led by John Backus, and was first published in 1957.
http://www.unixl.com/dir/information_technology/programming/fortran/
@import "http://www.unixl.com/test.css";
Find out about?
Information Technology
Programming FORTRAN
FORTRAN Programming
One of the oldest programming languages, the FORTRAN was developed by a team of programmers at IBM led by John Backus, and was first published in 1957. FORTRAN stands for ‘Formula Translation’.
It was the first successful high-level program, which was created in the 1950s to help scientists, engineers, and mathematicians write programs that could describe complex situations in nuclear science, Aviation technology and other strategic fields of research. It was very useful because it was designed to allow easy translation of math formulas into code.
In 1966 the language was standardized and FORTRAN IV was born. Since its creation FORTRAN has been used for designing of bridges, aero planes, factory automation systems and the analysis of scientific data etc.
Reference Sites - of at least 2 FORTRAN
General Overview of fortran 90 with features discussed includingl array syntax, specification statements, and general changes in the coding format. Syntax for DO, WHERE, IF, CASE, and other structures will be demonstrated.
http://www.nas.nasa.gov/Groups/SciCon/Tutorials/FORTRAN90/

33. FORTRAN PROGRAMMING ENVIRONMENT FEATURES
fortran programming ENVIRONMENT FEATURES. Privacy Legal Notice. The pages linked to here are an attempt to compare compilers on various platforms
http://www.llnl.gov/icc/lc/asci/fpe/fpe.html
FORTRAN PROGRAMMING ENVIRONMENT FEATURES
The pages linked to here are an attempt to compare compilers on various platforms available at LLNL in order to make it easier for the user to answer questions like:
  • I used option x with compiler ywhat do I use to get the same effect with compiler z?
  • If I use a particular language feature, will it be available on all of the platforms that I am interested in?
Basic information about recommended Fortran compiler options to use for codes at LLNL is available for the following compilers: NOTE: These pages are not an attempt to fully explain features or how to use them. The syntax, where given, is not necessarily formal or complete, although hopefully what is presented is accurate. Please refer to the appropriate man pages, user's guides, and reference guides for details. The intent is to link to the more detailed documentation as the appropriate links are found and time permits. In the meantime, hopefully this material will help aim users in the right directions. The languages and compilers currently compared here are the following:
FORTRAN 77
The ANSI FORTRAN standard as defined in ANSI X3.9-1978

34. Wiley::Advanced Scientific Fortran
By David Wille (Wiley). Covering topics and issues usually left untouched by standard introductory texts, this book provides a stepping stone to better, more portable and more efficient fortran programming. It illustrates some of the more advanced techniques and facilities of the language, showing how it can be used more effectively to solve practical problems involving heavy numerical computation. Site describes book and lists contents.
http://www.wiley.com/WileyCDA/WileyTitle/productCd-0471953830.html
Location: United States change location Shopping Cart My Account Help ... Contact Us
By Keyword By Title By Author By ISBN By ISSN Wiley Computing Computer Science Advanced Scientific Fortran Related Subjects
Distributed Systems

General Intelligent Systems and Agents

Quantum Computing

Computer Architecture
...
Visual Basic

Join a Computing Mailing List Related Titles
Software Reuse: A Holistic Approach (Paperback)

by Even-André Karlsson (Editor)
Requirements Engineering: Processes and Techniques (Hardcover)
by Gerald Kotonya, Ian Sommerville Requirements Engineering: A Good Practice Guide (Paperback) by Ian Sommerville, Pete Sawyer Software Engineering: Principles and Practice, 2nd Edition (Hardcover) by Hans van Vliet Modern Compiler Design (Paperback) by Dick Grune, Henri E. Bal, Ceriel J. H. Jacobs, Koen G. Langendoen by Jeff Magee, Jeff Kramer Managing Software Quality and Business Risk (Paperback) by Martyn A. Ould Advanced Scientific Fortran David R. Willé ISBN: 0-471-95383-0 Paperback 252 pages January 1996 US $125.00

35. Chicago Sun-Times - Programming › FORTRAN Programming Language
Tidy v7.2 is a highly configurable Fortran program to indent and renumber statements, selectively change case of keywords or non keywords, and do various
http://downloads.suntimes.com/category.php[id]125[SiteID]suntimes
Home News Sports Business ...
Home delivery
Hot Downloads Drawing Hand 2003
Magic Snake Game

Lemonade Tycoon

Rocket Mania
... Programming
Filter by: All OSs Handheld MS-DOS Win 2000/NT Win 95/98/ME Windows 3.1 Windows XP All Licenses Adware Beta Demo Freeware Legacy Public Domain Shareware All Prices Less than $5 Less than $10 Less than $25 Less than $50 Less than $100 All File sizes Less than 50kb Less than 250kb Less than 500kb Less than 750kb Less than 1mb Less than 2mb Less than 5mb Sort by: Released date Title Price User rating File size License Direction: Ascending Descending
FORTRAN programming language
Found: 21. Displaying: 1-10 caller52.zip - Released: Jul 09, 2000 OS: MS-DOS License: Freeware Price: User Rating: N/A Caller v5.2 is a 32-bit console application to assist in the reverse engineering of Fortran programs. Caller generates call trees and variable lists. The output is in either text or HTML for easy linked navigation. Caller can optionally annotate the call tree with comment information (eg 'description') from the original source file. Special requirements: None. Freeware. Uploaded by Anthony LiCausi Tlicausi@aol.com Downloads: File Size: 57.27 KB

36. IBM Software - XL Fortran - Product Overview
IBM offers XL Fortran for AIX and VS FORTRAN (for OS/390 and VM). evolve and show excellence in fortran programming support and execution performance!
http://www-306.ibm.com/software/awdtools/fortran/xlfortran/
Country/region select Home Products My account ... Support
Related software AIX XL C/C++ VisualAge C++ VS Fortran Related hardware IBM eServers Warranty info Software Software Development ... IBM Fortran Compilers
XL Fortran
Overview XL Fortran compilers are available for: IBM iSeries™, pSeries™, and BladeCenter server systems running AIX® and selected Linux® distributions. Apple Power Mac G4 and G5 systems running Mac OS X. Apple Power Mac G5 or Xserve G5 systems running Terra Soft Solutions' Y-HPC v20050115.
XL Fortran compilers provide: Full support for the Fortran 95, Fortran 90, and FORTRAN 77 language standards Partial support for the Fortran 2003 draft standard
XL Fortran helps you develop fast and efficient applications by providing: Symbolic debugging support. Profile-directed feedback and interprocedural analysis tools that help you examine and adjust program flow. Advanced whole-program optimization technology and compiler options that let you generate compiler output optimized to run on specifically  targeted processors and processor families.
With the AIX and Linux versions of XL Fortran, you can take advantage of:

37. FORTRAN 77
fortran programming from Oxford in the UK - this course may actually be better than fortran programming for Physics and Astronomy - a course from the
http://www.engineering.usu.edu/cee/faculty/gurro/Classes/Classes_Fall2002/Fortra
Home Resume Classes Publications ... Utah State University Fortran 77 Introductory Course Gilberto E. Urroz - ph. 435-797-3379 - gurro@cc.usu.edu - EC 214 - fax 435-797-1185 INTRODUCTION This web site provides basic information on programming with FORTRAN 77 using g77 (a free FORTRAN 77 compiler) . FORTRAN source code can be created with the PFE editor. Instructions on using this text editor are provided below. Both FORTRAN g77 and PFE are available at the College of Engineering's PC Lab (EL 105). Instructions on using these two programs at the PC Lab are provided below. Links are also provided for free online courses and tutorials to get you started programming with FORTRAN 77. Follow the links below for downloading the software and to link to online courses. For additional information on Fortran 77, visit my FORTRAN 77 web page Links in this page Software download Fortran g77 and PFE G77 and PFE at the PC Lab Online courses ... Introduction to Programming Software download Download the following files and save them with the given name in your desktop or drive FortranG77.zip:

38. Mathtools.net : Fortran/Reference And Documentation
Listing of fortran references and documentation. fortran programming Directory. Submitted Aug 16, 2001. Rating N/A Rate this link Total Visits 11
http://www.mathtools.net/Fortran/Reference_and_documentation/
Link Exchange for the Technical Computing Community Hosted by The MathWorks
www.mathworks.com

Search Entire Site Applications and Industries C,C++ Excel Fortran Java Learning and Education MATLAB Visual Basic Home Fortran Top-Rated Links
Reference and documentation
Related Categories

39. Fortran Start Page
Start Page for the programming language Fortran. Alan Miller s Fortran Software Notes on fortran programming Status Fortran 95 Fortran 90 +
http://fortran.domeintje.net/
(What the heck is Fortran ?)
General Metcalf's Fortran Info
Alan Miller's Fortran Software

Notes on Fortran programming

Status Fortran 95
...
Fortran 90 +

F.A.Q. Keith Bierman's FAQ
Michel Olagnon's Fortran 90 List

Arnaud's technical recipes

Jan's Computer Basics

Tutorials / Documentations Handleiding van de KUN Michael Metcalf's Fortran Tutorial Fortran tutorials F90/F95 texts by Bo Einarsson ... Watcom F77 Language Reference Clubs Fortran Programmers Club Fortran Friends Books Fortran Introduction to F90/F95 The Fortran Forum Fortran Journal ... F Programming Books History Computer Museum Fortran History Brief history of Fortran (Uni Vienna) ... The Hollerith Tabulating Machine Real Programmers (fun) Fortran ?!! ..they Don't Write Specs ..they Don't Use Pascal Rules To Be Known To Become a... ... The story of Mel Songs / poems : Fortran Fortran Song Fortran Programs Other pages Object Oriented F90 Programming Jan's lessons: 9 Languages Suggestions ? Suggestions / Comments / Questions ? Advertise ? Compilers Absoft Fortran Compilers F Compilers GNU Compiler Collection HP ... SUN Free Software Free Fortran Software Freeware donpac.ru

40. The Fortran Programming Language
The fortran programming Language. Next The Fortran Character Set Up Introduction to Fortran Previous Programming Exercises
http://rsc.anu.edu.au/~harry/COURSES/MATHMETH/node23.html
Next: The Fortran Character Set Up: Introduction to Fortran Previous: Programming Exercises
The Fortran Programming Language

Harold Schranz
Fri Jun 27 15:32:04 EST 1997

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  

Page 2     21-40 of 176    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | Next 20

free hit counter