Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.424.945 Times

Fortran Powerstation freeware
Filter: All | Freeware | Demo
 

Fortran Powerstation

< 1 2 3 4 5 > 
Added: July 01, 2010 | Visits: 1.410

g95 g95 projects goal is to create a free, open source Fortran 95 compiler. The code has been donated to the Free Software Foundation for inclusion in GCC, the Gnu Compiler Collection. G95 is still in a beta state. G95 can compile most fortran 90/95 programs just fine on a wide variety of...



Platforms: *nix

License: Freeware Size: 3.2 MB Download (118): g95 Download

Added: July 16, 2010 | Visits: 988

LAPACK LAPACK is a linear algebra library, based on LINPACK and EISPACK. LAPACK is written in Fortran77 and provides routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems. The associated...





Platforms: *nix

License: Freeware Size: 10.6 MB Download (117): LAPACK Download

Added: January 25, 2010 | Visits: 960

PDL::Slatec PDL::Slatec is a PDL interface to the slatec numerical programming library. SYNOPSIS use PDL::Slatec; ($ndeg, $r, $ierr, $a) = polyfit($x, $y, $w, $maxdeg, $eps); This module serves the dual purpose of providing an interface to parts of the slatec library and showing how to interface PDL...


Platforms: *nix

License: Freeware Size: 2.1 MB Download (115): PDL::Slatec Download

Added: November 24, 2010 | Visits: 849

PETSc PETSc is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. PETSc library employs the MPI standard for all message-passing communication. PETSc is easy to use for beginners. Moreover, its careful...


Platforms: *nix

License: Freeware Size: 9.8 MB Download (110): PETSc Download

Added: January 20, 2010 | Visits: 1.204

PDL::MatrixOps PDL::MatrixOps Perl module contains some useful Matrix operations. SYNOPSIS $inv = $a->inv; $det = $a->det; ($lu,$perm,$par) = $a->lu_decomp; $x = lu_backsub($lu,$perm,$b); # solve $a x $x = $b PDL::MatrixOps is PDLs built-in matrix manipulation code. It contains utilities for many...


Platforms: *nix

License: Freeware Size: 2.1 MB Download (107): PDL::MatrixOps Download

Added: May 27, 2010 | Visits: 938

CFITSIO CFITSIO is a library of C and Fortran subroutines for reading and writing data files in FITS (Flexible Image Transport System) data format. CFITSIO simplifies the task of writing software that deals with FITS files by providing an easy to use set of high-level routines that insulate the...


Platforms: *nix

License: Freeware Size: 2.06 MB Download (106): CFITSIO Download

Added: October 14, 2010 | Visits: 909

Ygl Ygl emulates SGIs GL routines under X11. It compiles fine under AIX >3.2, HP-UX >7.0, Linux with XFree/Xorg, SunOS, ConvexOS, Mac A/UX, Mac OS/X and many others, but needs an ANSI-C compiler (gcc is ok). The library was written for two reasons: On our RS/6000 GT4 hardware, 2D Ygl is up to...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (106): Ygl Download

Added: April 03, 2010 | Visits: 1.423

PDL::Graphics::PGPLOT::Window PDL::Graphics::PGPLOT::Window is a OO interface to PGPLOT windows. SYNOPSIS perldl> use PDL::Graphics::PGPLOT::Window perldl> $win = PDL::Graphics::PGPLOT::Window->new(Device => /xs); perldl> $a = pdl [1..100] perldl> $b = sqrt($a) perldl> $win->line($b) perldl> $win->hold() perldl> $c...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (106): PDL::Graphics::PGPLOT::Window Download

Added: November 27, 2010 | Visits: 1.240

Vigyaan Vigyaan is an electronic workbench for bioinformatics, computational biology and computational chemistry. It has been designed to meet the needs of both beginners and experts. VigyaanCD is a live Linux CD containing all the required software to boot the computer with ready to use modeling...


Platforms: *nix

License: Freeware Size: 638 MB Download (106): Vigyaan Download

Added: January 13, 2010 | Visits: 999

Fortran::Namelist Fortran::Namelist is a Perl extension for Fortran namelists. SYNOPSIS use Fortran::Namelist; my $nml_file = /home/user/my_namelist.nml; my $nml=Fortran::Namelist->new( file => $nml_file ); my %new_group = ( group_name => { grp_var1 => some_string, grp_var2 => [ 1 , 2 , 3 ], } );...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (105): Fortran::Namelist Download

Added: July 04, 2010 | Visits: 1.576

R R is a language and environment for statistical computing and graphics. R is a GNU project which is similar to the S language and environment which was developed at Bell Laboratories (formerly AT&T, now Lucent Technologies) by John Chambers and colleagues. R can be considered as a different...


Platforms: *nix

License: Freeware Size: 10.4 MB Download (105): R Download

Added: August 19, 2010 | Visits: 877

MPI Ruby MPI Ruby is a Ruby binding of MPI. MPI Rubys primary goal in making this binding was to make the power of MPI available to Ruby users in a way that fits into the languages object oriented model. In order to do this, the buffer and datatype management necessary in the C, C++, and Fortran...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (104): MPI Ruby Download

Added: January 16, 2010 | Visits: 1.145

rgen rgen is a library consisting of random number generator and data accumulation classes. Its envisioned purpose is in the development of Monte Carlo simulations where the ability to readily substitute a variety of random generators may be used to assess the influence of the underlying random number...


Platforms: *nix

License: Freeware Size: 522.24 KB Download (102): rgen Download

Added: January 25, 2010 | Visits: 967

Empire This is a Carbon port of the original and ancient EMPIRE. Those of you who are more than 40 years old may remember this mother of all strategy games. Please refer to the detailed description on playing instructions ("Empire.pdf").And also, please don't blame the quite poor graphics on me; I just...


Platforms: Mac

License: Freeware Download (101): Empire Download

Added: April 05, 2010 | Visits: 1.004

RubyInline Ruby Inline is an analog to Perls Inline::C. Out of the box, it allows you to embed C/++ external module code in your ruby script directly. By writing simple builder classes, you can teach how to cope with new languages (fortran, perl, whatever).. A site oriented HTML creation toolkit.


Platforms: *nix

License: Freeware Size: 15.36 KB Download (100): RubyInline Download

Added: March 12, 2010 | Visits: 540

PDL::Impatient PDL::Impatient is a PDL for the impatient. SYNOPSIS A brief summary of the main PDL features and how to use them. Perl is an extremely good and versatile scripting language, well suited to beginners and allows rapid prototyping. However until recently it did not support data structures...


Platforms: *nix

License: Freeware Size: 2.1 MB Download (99): PDL::Impatient Download

Added: July 19, 2010 | Visits: 1.147

GNU Source-highlight GNU Source-highlight produces a document with syntax highlighting when given a source file. Source-highlight reads source language specifications dynamically, thus it can be easily extended (without recompiling the sources) for handling new languages. GNU Source-highlight also reads output...


Platforms: *nix

License: Freeware Size: 614.4 KB Download (99): GNU Source-highlight Download

Added: May 10, 2013 | Visits: 926

NumPy The fundamental package needed for scientific computing with Python is called NumPy.  This package contains: - a powerful N-dimensional array object - sophisticated (broadcasting) functions - basic linear algebra functions - basic Fourier transforms - sophisticated random number capabilities...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (99): NumPy Download

Added: January 21, 2010 | Visits: 1.257

joeq virtual machine Joeq is a virtual machine and compiler infrastructure designed to facilitate research in virtual machine technologies such as Just-In-Time and Ahead-Of-Time compilation, advanced garbage collection techniques, distributed computation, sophisticated scheduling algorithms, and advanced run time...


Platforms: *nix

License: Freeware Size: 1024 KB Download (98): joeq virtual machine Download

Added: April 27, 2010 | Visits: 732

Itzam Itzam its a library that creates and manipulates files containing variable-length, random access records. Information is referenced by a user-defined key value; indexes may be combined with or separate from data. Itzam is a deliberately portable, low-level C library that can (and will) be...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (98): Itzam Download

< 1 2 3 4 5 >