Related:
C Compiler
- Calculus
- Calculus Bc
- Calculus Help
- Calculus Notes
Sponsored Links:
GNU Fortran 95 (Popularity: )
(Score: 21.06)
http://gcc.gnu.org/fortran/
Ongoing project to develop a Fortran 95 compiler front end, as well as runtime libraries, for the GNU Compiler Collection (GCC).
Category:
Main\Computers\Programming\Languages\Fortran
|
G95 (Popularity: )
(Score: 20.94)
http://www.g95.org/
Ongoing project to create a free, open source Fortran 95 compiler and runtime libraries. Almost all of Fortran 95 is supported. Compiler binaries for Linux, Unix, OS X, and Windows available.
Category:
Main\Computers\Programming\Languages\Fortran
|
GCC Software Development Kit (Popularity: )
(Score: 19.80)
http://gccsdk.riscos.info/
Open source C, C++, and Fortran compiler and supporting libraries. Native RISC OS compiler, and cross-compiler from Unix.
Category:
Main\Computers\Systems\RISC OS\Software
|
Absoft Pro Fortran (Popularity: )
(Score: 19.35)
http://www.absoft.com/
Fortran 95/90/77 and C/C++ compilers for Windows, Mac OS 9 and OS X, Linux IA32 and AMD Opteron and AMD Athlon 64-bit processors. Resells IBM XL Fortran compiler for Mac OS X. Offers VAST parallelization and vectorization tools.
Category:
Main\Computers\Programming\Languages\Fortran
|
F (Popularity: )
(Score: 17.92)
http://www.fortran.com/F/index.html
Subset Fortran 95 compiler, keeping only the modern features. The compiler is freely available on Windows, Linux, and Solaris.
Category:
Main\Computers\Programming\Languages\Fortran
|
KindFinder (Popularity: )
(Score: 17.83)
http://www.unics.uni-hannover.de/rrzn/gehrke/kindfind.f90
Fortran 90 program by Werner W. Schultz that checks for the available KIND parameters available for a given Fortran 90 or 95 compiler. It prints into a file a new Fortran program that can be compiled to write into a unit the various parameters thatdescribe ...
Category:
Main\Computers\Programming\Languages\Fortran
|
U_F95_TS Fortran 95 Test Suite (Popularity: )
(Score: 16.98)
http://www.fortran.com/f95ts.html
Extensive suite of Fortran 95 tests that exercise all portions of the language. It consists of more than 400,000 lines of Fortran 95 code. In addition, test generators produce and execute ten million lines of Fortran 95 program statements. In addition ...
Category:
Main\Computers\Programming\Languages\Fortran
|
Makemake (Popularity: )
(Score: 15.99)
http://www.fortran.com/fortran/makemake.perl
Perl script by Michael Wester that generates a Makefile from the sources in the current directory. The source files may be in either C, Fortran 77, Fortran 90 or some combination of these languages. If the F90 compiler specified is cray or parasoft, then ...
Category:
Main\Computers\Programming\Languages\Fortran
|
Compiler Diagnostic Test Sets (Popularity: )
(Score: 15.92)
http://ftp.aset.psu.edu/pub/ger/fortran/test/results.txt
Fortran 77/90/95 codes to test run-time diagnostic/debug capability of Windows and Linux Fortran Compilers, by Arnaud Desitter and Herman D. Knoble.
Category:
Main\Computers\Programming\Languages\Fortran
|
GCC: GNU Compiler Collection (Popularity: )
(Score: 15.89)
http://gcc.gnu.org/
Developed by GNU project as free compiler for GNU system. Front ends: C, C++, Objective-C, Fortran, Java, Ada; libraries for libstdc++, and libgcj. Mission, mail lists, timeline, contributors, committee, instructions, manual, FAQ, downloads, plans, bug ...
Category:
Main\Computers\Programming\Compilers\GNU Compiler Collection
|
Extended Fortran Types (XFT) Library (Popularity: )
(Score: 15.72)
http://www.geocities.com/jdujic/fortran/xft/xfthome.htm
Set of modules by Jugoslav Dujic which wrap some of Win32 functionality most used for building GUIs. It is distributed as free, open source resource. Currently, XFT is available only for the Compaq/Intel Visual Fortran compiler since it partially depends ...
Category:
Main\Computers\Programming\Languages\Fortran
|
Lahey Computer Systems (Popularity: )
(Score: 15.50)
http://www.lahey.com/
Fortran 95/90 and C++ compilers for Linux, Windows Windows.NET, and SPARC Solaris. Also sells Essential Lahey Fortran subset compiler for Windows and graphics and user interface tools and libraries.
Category:
Main\Computers\Programming\Languages\Fortran
|
Digital Visual Fortran Programmer's Guide (Popularity: )
(Score: 15.27)
http://books.elsevier.com/us//digitalpress/us/subindex.asp?maintarget=&isbn=1555582184
By Michael Etzel and Karen Dickinson (Digital Press). Shows developers how to create Windows applications using Digital (now Compaq) Visual Fortran compiler. Site describes book and lists contents.
Category:
Main\Computers\Programming\Languages\Fortran
|
G77 (Popularity: )
(Score: 15.14)
http://www.gnu.org/software/fortran/fortran.html
Free Fortran 77 compiler using the GCC back-end.
Category:
Main\Computers\Programming\Languages\Fortran
|
Fortran 66 compiler (Popularity: )
(Score: 14.98)
http://www.dynacompsoftware.com/ebay/ANSI66.htm
For MS-DOS, distributed by Dynacomp Software.
Category:
Main\Computers\Programming\Languages\Fortran
|
Software Source Code Analyzer for Fortran & C (Popularity: )
(Score: 14.95)
http://www.cleanscape.net/programming-solutions/code-analysis/
Pre-compiler that catches software problems compilers don't at the source code level in Fortran and C.
Category:
Main\Computers\Programming\Software Testing\Tools
|
Polaris (Popularity: )
(Score: 14.95)
http://polaris.cs.uiuc.edu/polaris/polaris-old.html
The Polaris compiler takes a Fortran 77 program as input, transforms this program so that it runs efficiently on a parallel computer, and outputs this program version in one of several possible parallel Fortran dialects.
Category:
Main\Computers\Programming\Languages\Fortran
|
Controversy, Compromise, Modernization: From FORTRAN to Fortran 90 (Popularity: )
(Score: 14.79)
http://www.scd.ucar.edu/tcg/consweb/Fortran90/scnhist.html
By Jeanne Adams. Describes the evolution of Fortran, focusing on the Fortran 90 standard.
Category:
Main\Computers\Programming\Languages\Fortran
|
Matlab2fmex (Popularity: )
(Score: 14.71)
https://sourceforge.net/projects/matlab2fmex/
Matlab2fmex.m is a small translator which aims to convert numerical Matlab m-files to Fortran 90 mex files. Matlab2fmex first translates an m-file to a Fortran90 mex source file and then compiles that Fortran 90 file using Matlab's mex and the local compiler ...
Category:
Main\Computers\Programming\Languages\Fortran
|
Fortran Friends (Popularity: )
(Score: 14.66)
http://www.argonet.co.uk/users/fortran/
A page where it is possible to buy Acorns Fortran77 compiler for RISC OS.
Category:
Main\Computers\Systems\RISC OS\Developers
|
Connected Calculus (Popularity: )
(Score: 14.65)
http://www.math.montana.edu/frankw/ccp/calculus/topic.htm
This is an applied calculus tutorial. Some prior calculus knowledge might be helpful.
Category:
Main\Science\Math\Calculus
|
A Calculus Primer (Popularity: )
(Score: 14.55)
http://www.arachnoid.com/calculus/
This is a clearly written Calculus tutorial with plenty of graphic aids. Meant as an introduction to Calculus for nonspecialists, it covers many of the basics including differential equations.
Category:
Main\Science\Math\Calculus
|
NAGWare (Popularity: )
(Score: 14.35)
http://www.nag.co.uk/nagware.asp
Fortran 95 compiler with 2003 features for Linux, Windows, and Unix on many platforms.
Category:
Main\Computers\Programming\Languages\Fortran
|
Ftnchek (Popularity: )
(Score: 14.35)
http://www.dsm.fordham.edu/~ftnchek/
Static analyzer for Fortran 77 designed to detect certain errors that a compiler usually does not. [Free]
Category:
Main\Computers\Programming\Languages\Fortran
|
Silverfrost (Popularity: )
(Score: 14.35)
http://www.silverfrost.com/11/ftn95/overview.asp
Fortran 95 compiler for Win32 and Microsoft .NET. The personal edition is free for non-commercial use.
Category:
Main\Computers\Programming\Languages\Fortran
|
Fortran Tools by Nelson Beebe (Popularity: )
(Score: 14.32)
http://www.math.utah.edu/~beebe/software/fortran-tools.html
Dcl2inc postprocesses ftnchek .dcl files to create separate include files; dtosstod converts Fortran floating-point precision; fpp is a reversible Fortran preprocessor; lprsf3 is a filter to print Fortran and SFTRAN3 files with boldface keywords; andpretty ...
Category:
Main\Computers\Programming\Languages\Fortran
|
Check compiler and run-time environment (CHKSYS) (Popularity: )
(Score: 14.29)
http://ftp.aset.psu.edu/pub/ger/fortran/chksys.htm
Chksys.f determines the properties of the run-time environment for Fortran 77 programs. Chkcomp.f is a Fortran 77 code containing deliberate deviations from the standard and deliberate bad statements for testing the compiler's accuracy. Chksysff.f90 is ...
Category:
Main\Computers\Programming\Languages\Fortran
|
Fortran Source Check (Popularity: )
(Score: 14.16)
http://www.lahey.com/check.htm
Produces compile-time diagnostics of Fortran code using the Lahey/Fujitsu Fortran 95, Lahey Fortran 90, or Essential Lahey Fortran 90 compilers. Can show warnings, perform a Fortran 90/95 conformance check, warn about use of obsolescent features, force ...
Category:
Main\Computers\Programming\Languages\Fortran
|
Fortran :: EBooks and Tutorials (Popularity: )
(Score: 14.07)
http://www.geocities.com/subash_iitkgp/EBooks/Language/Fortran.html
Links to Fortran tutorials and electronic books (Introductory, Advanced, Fortran 77 & 90, Mixed Language Programming & Parallel Fortran).
Category:
Main\Computers\Programming\Languages\Fortran
|
Calculus WIZ (Popularity: )
(Score: 13.98)
http://www.wolfram.com/products/student/calcwiz/
Become a calculus superpower with Calculus WIZ, an interactive tutorial that's simple, powerful, and easy to understand. (Requires Mathematica or Mathematica for Students)
Category:
Main\Computers\Software\Operating Systems\Mac OS
|
James Craig Burley (Popularity: )
(Score: 13.92)
http://world.std.com/~burley/
Projects include a Fortran compiler. List of restaurants, links, and hardware experiences.
Category:
Main\Computers\Software\Operating Systems\Linux
|
Cobalt Blue, Inc. (Popularity: )
(Score: 13.89)
http://www.cobalt-blue.com/
Provide software tools including For_Study (Fortran Static Analyzer), For_Struct (Fortran Restructurer), and For_C (Fortran to C conversion software). Also offers Fortran consulting and code customization services.
Category:
Main\Computers\Programming\Languages\Fortran
|
Mr. Calculus (Popularity: )
(Score: 13.80)
http://www.geocities.com/calculusisnumber1/
"Mr. Calculus is available to give you hints on your calculus/mathematics questions." Contains links to AP resources, tables for derivatives, logarithms, exponentials, convergence tests for infinite series, and sequence limits.
Category:
Main\Science\Math\Calculus\High School Math
|
Walter Bright Page (Popularity: )
(Score: 13.71)
http://www.walterbright.com/
Wrote D; Northwest Software C, Datalight C, Zorland C, Zortech C++ (first native C++ compiler), Symantec C++, Digital Mars C++; Visual Cafe Java compiler; ABEL Advanced Boolean Expression Language compiler; DMDScript ECMA 262 Script compiler/interpreter ...
Category:
Main\Computers\Programming\Languages\D
|
Green Hills (Popularity: )
(Score: 13.69)
http://www.ghs.com/products/FORTRAN_compilers.html
Fortran 77 Compilers conform fully to ANSI X3.9-1978 Standard FORTRAN 77 (Full Language) and FIPS PUB 069-1, and adds the DOD MIL-STD 1753 Fortran extensions and selected VAX/VMS FORTRAN extensions. Supported processors include 68K, MIPS, x86, SPARC,and ...
Category:
Main\Computers\Programming\Languages\Fortran
|
Edison Design Group (Popularity: )
(Score: 13.51)
http://edg.com/
Compiler front ends for the OEM market. Company profile, customer list, descriptions of Java, C++, FORTRAN compilers.
Category:
Main\Computers\Programming\Compilers\Companies
|
Fortran Resources - Garnatz and Grovender (Popularity: )
(Score: 13.35)
http://www.gginc.biz/fort.html
Keyed file shareware in Fortran 90 and 77, Fortran 90 interface to the X Window system.
Category:
Main\Computers\Programming\Languages\Fortran
|
Dan Nagle (Purple Sage Consulting) code (Popularity: )
(Score: 13.33)
http://users.erols.com/dnagle/download.html
Fortran Portability Project, Fortran 2003 examples, and Fortran modules.
Category:
Main\Computers\Programming\Languages\Fortran
|
COMP-FORTRAN-90 (Popularity: )
(Score: 13.30)
http://www.jiscmail.ac.uk/lists/comp-fortran-90.html
Fortran 90/95/2003 discussion group, with archived messages. Members of the Fortran standards committee and other experts participate.
Category:
Main\Computers\Programming\Languages\Fortran
|
F90 Model (Popularity: )
(Score: 13.24)
http://owen.sj.ca.us/rkowen/howto/slides/f90model/slides/index.html
Discusses the programming model that the new Fortran 90 standard appears to promote. The reader should already be familiar with Fortran 90. This Fortran 90 model is highly speculative and purely opinionated and should not be taken as authoritative, but ...
Category:
Main\Computers\Programming\Languages\Fortran
|