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

Matrix Data Structures software
Filter: All | Freeware | Demo
 

Matrix Data Structures

< 1 2 3 4 5 > 
Added: September 09, 2013 | Visits: 255

Data::DRef Data::DRef is a Perl module that provides a streamlined interface for accessing values within nested Perl data structures. These structures are generally networks of hashes and arrays, some of which may be blessed into various classes, containing a mix of simple scalar values and references to...



Platforms: *nix

License: Freeware Size: 10.24 KB Download (41): Data::DRef Download

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

Quick Recovery Novell Data Recovery Features: Novell Data Recovery from deleted partitions Recovery even if internal data structures like: "HotFix Table, Volume Definition Table are missing or corrupted" Recover data from sub allocated data volumes Recovery if Novell operating system is corrupted Recovery even if file allocations...





Platforms: Linux

License: Demo Cost: $389.00 USD Size: 2 MB Download (429): Quick Recovery Novell Data Recovery Download

Released: July 01, 2012  |  Added: July 01, 2012 | Visits: 386

The Data Structure Translator Generates internal (in memory) and external (on disk) forms of binary data structures, and the code to convert between the two.


Platforms: Windows, Mac, Linux

License: Freeware Size: 58.33 KB Download (49): The Data Structure Translator Download

Added: May 10, 2013 | Visits: 514

TBCI numerical library This is a templated library of numerical base classes which implement basic data structures like complex numbers, dynamic vectors, static vectors, different types of matrices like full matrices, band matrices, sparse matrices, etc. and also included a representation for Tensors and its typical...


Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (49): TBCI numerical library Download

Added: June 11, 2013 | Visits: 300

Dilates matrix data Dilates a time series input and resizes it to the orignal sample lengthinput. If a matrix is input, dilation is done along columns. % The up/downsampling is done via resample.m, so low-pass filtering of theup/downsampling is automatically implemented. An anti-alaising, lowpassfilter is applied to...


Platforms: Matlab

License: Freeware Size: 10 KB Download (39): Dilates matrix data Download

Released: May 01, 2009  |  Added: September 17, 2009 | Visits: 2.554

Report Inverter for Excel Report Inverter for Excel is a one-of a kind product aimed at inverting the action of a reporting application, which helps you to convert text reports into a data table format also known as flat file database. This Excel add-in allows you to perform automated reformatting actions, skipping...


Platforms: Windows

License: Shareware Cost: $199.00 USD Size: 3.03 MB Download (119): Report Inverter for Excel Download

Added: August 12, 2010 | Visits: 777

Alzabo::BackCompat Alzabo::BackCompat is a Perl module that can convert old data structures. This module is used to magically convert schemas with an older data structure to the latest format. Alzabo is a two-fold program. Its first function is as a data modelling tool. Through either a schema creation...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (99): Alzabo::BackCompat Download

Added: February 19, 2010 | Visits: 697

Pedit Pedit software is an interactive editor for pickle encoded data structures..


Platforms: *nix

License: Freeware Size: 4.1 KB Download (95): Pedit Download

Added: June 18, 2010 | Visits: 947

DBD::RAM DBD::RAM is a DBI driver for files and data structures. SYNOPSIS use DBI; my $dbh = DBI->connect(DBI:RAM:,usr,pwd,{RaiseError=>1}); $dbh->func({ table_name => my_phrases, col_names => id,phrase, data_type => PIPE, data_source => [ ], }, import ); print $dbh->selectcol_arrayref(qq[...


Platforms: *nix

License: Freeware Size: 29.7 KB Download (92): DBD::RAM Download

Added: August 14, 2010 | Visits: 602

libgee libgee is a collection library providing GObject-based interfaces and classes for commonly used data structures. The project provides Collection, Iterator, List, Iterable, Map, and Set interfaces and HashMap, ArrayList and HashSet implementations.. bitron Software: Programmierung von...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (95): libgee Download

Added: June 13, 2010 | Visits: 890

XML::Generator::PerlData XML::Generator::PerlData is a Perl extension for generating SAX2 events from nested Perl data structures. SYNOPSIS use XML::Generator::PerlData; use SomeSAX2HandlerOrFilter; ## Simple style ## # get a deeply nested Perl data structure... my $hash_ref =...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (99): XML::Generator::PerlData Download

Added: June 03, 2010 | Visits: 1.300

C Generic Library C Generic Library is a generic data structure library is a bunch of data structures that are designed and created in as generic a fashion as possible. Each data structure will contain its own basic memory management, be able to handle any object type, and hopefully constraint to strict...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (108): C Generic Library Download

Added: April 02, 2010 | Visits: 802

Storable Storable package contains persistence for Perl data structures. SYNOPSIS use Storable; store %table, file; $hashref = retrieve(file); use Storable qw(nstore store_fd nstore_fd freeze thaw dclone); # Network order nstore %table, file; $hashref = retrieve(file); # There is NO...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (89): Storable Download

Added: June 07, 2010 | Visits: 567

PApp::Storable Storable module is a persistence for Perl data structures. SYNOPSIS use Storable; store %table, file; $hashref = retrieve(file); use Storable qw(nstore store_fd nstore_fd freeze thaw dclone); # Network order nstore %table, file; $hashref = retrieve(file); # There is NO nretrieve() #...


Platforms: *nix

License: Freeware Size: 399.36 KB Download (88): PApp::Storable Download

Added: April 11, 2010 | Visits: 1.065

Linux Kernel Spinlock Metering The Linux SMP kernel uses spinlocks to protect data structures from concurrent, potentially conflicting accesses. Linux Kernel Spinlock Metering is a kernel patch that allows you to build an i386, ia64, Alpha, Sparc64, or mips64 kernel that can perform simple "metering" (record-keeping) of...


Platforms: *nix

License: Freeware Download (101): Linux Kernel Spinlock Metering Download

Added: July 20, 2010 | Visits: 1.283

Clone::More Clone::More is a Perl module that can copy Perl data structures. SYNOPSIS use Clone::More qw( clone ); my $structure = [ { key => value } ]; for my $set ( @$structure ) { my $clone = clone( $set ); for ( keys %$clone ) { print "Everything matches" if ( exists( $set->{$_} ) &&...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (108): Clone::More Download

Released: November 21, 2012  |  Added: November 21, 2012 | Visits: 593

RElim A program to find frequent item sets (also closed and maximal) with the relim algorithm (recursive elimination), which is inspired by the FP-growth algorithm, but does its work without prefix trees or any other complicated data structures. The main strength of this algorithm is not its speed...


Platforms: Windows

License: Freeware Download (498): RElim Download

Released: November 03, 2012  |  Added: November 03, 2012 | Visits: 909

WinHex WinHex is a hexadecimal editor for Windows 95/98/Me/NT/2000/XP with a lot of features:* Disk editor (logical & physical, supports FAT16, FAT32, NTFS, and CDFS)* RAM editor - a means to edit other processes' virtual memory* Data Interpreter, knowing 19 data types* Editing data structures using...


Platforms: Windows

License: Freeware Size: 1.12 MB Download (444): WinHex Download

Released: July 23, 2012  |  Added: July 23, 2012 | Visits: 634

Talend Open Profiler Talend Open Profiler is a very useful application designed to offer users a sophisticated, yet easy to use data profiling tool that defines the content, structure, and quality of highly complex data structures. The open source data profiler allows business users and data management staff to...


Platforms: Windows

License: Freeware Download (54): Talend Open Profiler Download

Added: September 20, 2013 | Visits: 343

jfunctions Java library for operations with Iterables and other data structures in functional way. Features: * API for programming on Java in functonal style * A lot of basic functions on Iterable arguments * BufferedReader and JDBC ResultSet Iterable wrappers * Operations on graphs (in development)


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 163.84 KB Download (50): jfunctions Download

< 1 2 3 4 5 >