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.411.943 Times

Fortran Decode freeware
Filter: All | Freeware | Demo
 

Fortran Decode

1 2 3 4 5 > 
Added: July 15, 2010 | Visits: 1.188

CallGraph::Lang::Fortran CallGraph::Lang::Fortran is a Perl module with a Fortran 77 parser for creating call graphs. SYNOPSIS use CallGraph::Lang::Fortran; my $graph = CallGraph::Lang::Fortran->new(files => [glob(*.f)]); print $graph->dump; This module is a subclass of CallGraph which implements parsing Fortran...



Platforms: *nix

License: Freeware Size: 7.17 KB Download (152): CallGraph::Lang::Fortran Download

Added: August 27, 2010 | Visits: 1.178

Fortran::Format Fortran::Format is a Perl module to read and write data according to a standard Fortran 77 FORMAT. SYNOPSYS use Fortran::Format; my $f = Fortran::Format->new("2(N: ,I4,2X)"); print $f->write(1 .. 10); # prints the following: # N: 1 N: 2 # N: 3 N: 4 # N: 5 N: 6 # N: 7 N: 8 # N: 9 N:...





Platforms: *nix

License: Freeware Size: 18.43 KB Download (167): Fortran::Format Download

Added: April 27, 2010 | Visits: 1.708

Audio::AMR::Decode Audio::AMR::Decode is a Perl extension do decode .amr files. SYNOPSIS use Audio::AMR::Decode; Audio::AMR::Decode::amr2raw(infile.amr, outfile.pcm); This module will attempt to decode an amr encoded audio file to a raw pcm audio encoded file. The package contains C-source files for the...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (296): Audio::AMR::Decode 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

Released: July 17, 2012  |  Added: July 17, 2012 | Visits: 604

Calibrated{Q} IMX Decode for Mac OS A multi-threaded IMX QuickTime Codec(Decode Only) that enables you to view QuickTime IMX Movies in QuickTime Player and other 3rd party applications that support QuickTime. Features at a glance: - Supported Apple IMX Formats: - NTSC IMX 30/40/50 - PAL IMX 30/40/50 Colorspace conversion to...


Platforms: Mac

License: Freeware Size: 4.2 MB Download (59): Calibrated{Q} IMX Decode for Mac OS Download

Released: November 06, 2012  |  Added: November 06, 2012 | Visits: 556

Calibrated{Q} DVCProHD Decode for Mac OS A multi-threaded DVCProHD QuickTime Codec(Decode Only) that enables you to view QuickTime DVCProHD Movies in QuickTime Player and other 3rd party applications that support QuickTime. Features at a glance - Supports the Apple DVCProHD formats:1080p24, 1080p25, 1080p30, 1080i30, 1080i25, and...


Platforms: Mac

License: Freeware Size: 3.7 MB Download (62): Calibrated{Q} DVCProHD Decode for Mac OS Download

Released: July 11, 2012  |  Added: July 11, 2012 | Visits: 617

Calibrated{Q} XD Decode for Mac OS A multi-threaded QuickTime Codec(Decode Only) that enables you to view QuickTime XDCAM and HDV Movies in QuickTime Player and other 3rd party applications that support QuickTime. Features at a glance: - Calibrated{Q} XD Decode supports the following Apple .MOV encoded files: - HDV: 1080i30,...


Platforms: Mac

License: Freeware Size: 4 MB Download (56): Calibrated{Q} XD Decode for Mac OS Download

Added: September 08, 2013 | Visits: 516

Call .m from Fortran This heavily commented Fortran program serves as a simple example on how a MATLAB .m file can be called from Fortran. Suitable if this is your first time trying this.The basic mechanism is to pack the C-compiled .m into a .dll and link to it from Fortran. Argument and result xfer mechanism is...


Platforms: Matlab

License: Freeware Size: 10 KB Download (47): Call .m from Fortran Download

Added: August 08, 2008 | Visits: 2.031

Decode - Shell Extension Decode Shell Extension allows you to decode Internet email attachments simply by right-clicking on a saved message file from Explorer and selecting Decode from the menu. Supports multiple attachments; multi-part files (already concatenated); Base64(MIME), yEnc, BinHex (Mac format),...


Platforms: Windows

License: Freeware Size: 310 KB Download (319): Decode - Shell Extension Download

Released: December 16, 2012  |  Added: December 16, 2012 | Visits: 525

FORTRAN Unit Test Framework (FRUIT) FORTRAN Unit Test Framework, written in FORTRAN 95. So that all FORTRAN features can be tested. FRUIT has assertion, fixture, setup, teardown, report, spec, driver generation. Rake used as build tool. Tutorials at http://fortranxunit.wiki.sourceforge.net The core testing part is in FORTRAN, this...


Platforms: Windows, Mac, Linux

License: Freeware Size: 33.48 KB Download (58): FORTRAN Unit Test Framework (FRUIT) Download

Released: July 16, 2012  |  Added: July 16, 2012 | Visits: 558

Open Fortran Project The Open Fortran Project (OFP) provides a Fortran 2008 compliant parser and associated tools. These tools provide a Java and C API for actions called when parser rules are completed. It also provides Fortran interfaces to the OpenCL runtime (new).


Platforms: Windows, Mac, Linux

License: Freeware Size: 1.05 MB Download (53): Open Fortran Project Download

Added: May 23, 2013 | Visits: 564

Encode Decode ASCII Binary Very simple program to convert regular ASCII text to a block of binarry numbers and vise versa. Just run the following commands to view an example:encode('test.txt','binary.txt')decode('binary.txt','ascii.txt')


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Encode Decode ASCII Binary Download

Added: March 31, 2013 | Visits: 514

Receive serial data and decode it This blockreceives serial data from an instrument or processor and decode it to apply on a plant model. You can see how serial receive block works and other blocks like ASCII Decode and Data type conversion . After receiving the data and decoding, it is applied to the plant model (transfer...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Receive serial data and decode it Download

Added: April 02, 2013 | Visits: 507

From Fortran, call MATLAB Compiler C shared library The MATLAB Compiler (v4, R14 onwards) can package MATLAB code into an executable or C/C++ shared library. Calling a C shared library from Fortran, however, can be difficult. The mixed-language issue is C vs. Fortran calling conventions. This is an example of how to call a MATLAB...


Platforms: Matlab

License: Freeware Size: 10 KB Download (53): From Fortran, call MATLAB Compiler C shared library Download

Added: June 25, 2013 | Visits: 460

fulltosparse (Fortran version) SYNTAX: B = fulltosparse(A)A = full 2-dimensional double matrixB = sparse 2-dimensional double matrix version of AThis example demonstrates how to populate a sparse matrix. For the purpose of this example, you must pass in a non-sparse 2-dimensional argument of type double. fulltosparse.for is...


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): fulltosparse (Fortran version) Download

Added: August 25, 2013 | Visits: 495

mex -setup with Intel Fortran and MS VS.Net Here are some configuration files to allow the mex -setup being withi) Intel Fortran 8.1 with MS Visual Studio 2003ii) Intel Fortran 10.1 with MS Visual Studio 2005


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): mex -setup with Intel Fortran and MS VS.Net Download

Added: June 08, 2013 | Visits: 467

Intel91 fortran with MEX There is not yet any official support for use of the latest Intel 9.1 fortran compiler with MEX. The official support is for 9.0 and requires Visual Studio/C++ 2003 for the linker.This MEX options file works for the latest 9.1 fortran compiler and Visual Studio 2005.The path for the compiler and...


Platforms: Matlab

License: Freeware Size: 10 KB Download (47): Intel91 fortran with MEX Download

Released: December 19, 2007  |  Added: December 19, 2007 | Visits: 4.779

Paddy Paddy is a small Text file viewer with some configuration options for colors and fonts. In contrary to Notepad it can also be used with Linux type files. Paddy can decode Hex encoded Html and Script text, Base64, and Rotate13. Two different fonts can be used according to file extensions.


Platforms: Windows

License: Freeware Size: 62.81 KB Download (253): Paddy Download

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: June 16, 2010 | Visits: 713

Libkdcraw Libkdcraw is a C++ interface around dcraw binary program used to decode RAW picture files. The library documentation is available on header files. Libkdcraw library is used by kipi-plugins, digiKam and others kipi host programs..


Platforms: *nix

License: Freeware Size: 655.36 KB Download (94): Libkdcraw Download

1 2 3 4 5 >