Languages
- 1862
- Fortran 77 Codes
- Programs by John A. Strain to count zeros of the zeta function, compute the Fast Gauss Transform, and use spectral methods to solve nonlinear parabolic systems.
- 1863
- Fortran 77 Codes
- Programs by Niklaus Zimmermann for climate data analysis, moving window regression, soil profile analysis, and testing predictive (simulated) maps.
- 1866
- Fortran Resources - Garnatz and Grovender
- Keyed file shareware in Fortran 90 and 77, Fortran 90 interface to the X Window system.
- 1867
- Fortran Tools by Nelson Beebe
- 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; and pretty is a Fortran 66 prettyprinter.
- 1869
- Fortran78 Test Suite
- Product of the NIST Information Technology Laboratory (ITL). It is used to determine, insofar as is practical, the degree to which a Fortran processor conforms to FIPS Fortran.
- 1870
- Free Software (of Craig C. Douglas)
- Fortran and C codes for fast matrix multiplication and multigrid solution of PDEs.
- 1871
- G77_i386_fpe_demo
- Demonstrates handling of floating point exceptions under g77/i386/Linux. By Tom Crane.
- 1872
- Gridpak
- Package for curvilinear orthogonal grid generation, which creates an orthogonal grid when provided with boundary information.
- 1874
- Input Routines
- Fortran 90 module by Andy Stone that parses input lines into 'words', and routines that read a 'word' and translate it into a specified form, usually an integer or double-precision number. In conjunction with a simple CASE structure this provides a powerful and flexible method for organising data input. The package includes documentation, and an example program and data file as illustrations of the ways in which the module can be used to organise data. [gzipped tar file].
- 1875
- Jeff Cameron's Fortran code
- Code for the VMS operating system and for a fractal figure called Sierpinski's Gasket.
- 1876
- Jugoslav Dujic's Fortran Resources
- XFT (eXtended Fortran Types) is a set of Fortran modules which wrap some Win32 APIs, the Dialog Management section has an enhanced DFLOGM module from CVF 6 and the Win32 Headers section has translations of some C header files that were not (yet?) incorporated in CVF.
- 1877
- KindFinder
- 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 that describe each integer/real representation.