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

Data Structure Tutorial freeware
Filter: All | Freeware | Demo
 

Data Structure Tutorial

< 1 2 3 4 5 > 
Added: May 22, 2013 | Visits: 628

plotautobd PLOTAUTOBD builds bifurcation diagrams as displayed by XPPAUT, from AUTO data saved in a DAT file by XPPAUT option File/All Info.Several built-in features allow to finely control the graphic output with the possibility to produce publication quality figures as well as to make bifurcation data...



Platforms: Matlab

License: Freeware Size: 440.32 KB Download (51): plotautobd Download

Added: July 06, 2013 | Visits: 420

Absolute and Comparison Analysis for Affymetrix Data We attempt to reproduce and efficiently implement in MATLAB publicly available methods of Affymetrix MAS 5 and GCOS 1.2 software that perform single-array and comparison analysis for Affymetrix data given by CEL and CDF files and create corresponding CHP data structures:1. CHP data structure is...





Platforms: Matlab

License: Freeware Size: 20.48 KB Download (41): Absolute and Comparison Analysis for Affymetrix Data Download

Added: August 08, 2013 | Visits: 571

Rules Transformers This project, developed in the course of GSoC 2010, will provide two modules for Rules to transform data.The first module (Transformers Actions) will provide the rules actions, that actually allows you transform data.The second module (Transformers Pipelines) will provide a Yahoo Pipes-like...


Platforms: PHP

License: Freeware Size: 40.96 KB Download (39): Rules Transformers Download

Added: June 19, 2013 | Visits: 409

Infinispan Infinispan is an open source, Java based data grid platform. Infinispan is a high performance, distributed and highly concurrent data structure. JTA transactions, eviction, and passivation/overflow to disk are also supported. Features: * Data grid * Distributed cache * In-memory key-value...


Platforms: Mac

License: Freeware Size: 76.96 MB Download (54): Infinispan Download

Added: October 09, 2013 | Visits: 403

jSmaTeP Often there is the task to process import data stored in a data file. Or even ???*Nsworse???*N? - you have to process imported data and afterwards you have to export processed data in a different format into a new export file and send it to a different recipient. What do you do? You write some...


Platforms: Mac

License: Freeware Size: 10.24 KB Download (41): jSmaTeP Download

Added: August 21, 2013 | Visits: 281

ESBTL ESBTL (Easy Structural Biology Template Library) is a lightweight C++ library that allows the handling of PDB data and provides a data structure suitable for geometric analysis and advanced constructions.


Platforms: *nix

License: Freeware Size: 122.88 KB Download (33): ESBTL Download

Added: June 23, 2013 | Visits: 346

XanLib XanLib is a Linux library which provides data structures like hash tables, lists, pipes etc.. Each data structure exposes both synchronized and not synchronized methods.


Platforms: *nix

License: Freeware Size: 2.12 MB Download (34): XanLib Download

Added: August 24, 2008 | Visits: 1.049

MyGeneration .NET Code Generator MyGeneration is a .NET developer tool that generates code from templates by combining either JScript or VBScript with a powerful database meta-data API. Multi-Database Support: Microsoft SQL, Oracle, IBM DB2, MySQL, and Microsoft Access. Entity Aliasing: names of tables, views, columns,...


Platforms: Windows

License: Freeware Size: 634 KB Download (123): MyGeneration .NET Code Generator Download

Added: January 18, 2010 | Visits: 1.676

Aapl C++ Template Library Aapl is a C++ template library for generic programming. Aapl supports different generic programming paradigms by providing variations of standard data structures. For example, a by-value linked list template may be used to store a user supplied type such as an integer. A different list...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (100): Aapl C++ Template Library Download

Added: August 19, 2010 | Visits: 1.220

GPS::Babel GPS::Babel is a Perl interface to gpsbabel. SYNOPSIS use GPS::Babel; my $babel = GPS::Babel->new(); # Read an OZIExplorer file into a data structure my $data = $babel->read(route.ozi, ozi); # Convert a file automatically choosing input and output # format based on extension...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (120): GPS::Babel Download

Added: November 06, 2010 | Visits: 1.183

Mac::PropertyList Mac::PropertyList is a Perl module to work with Mac plists at a low level. SYNOPSIS use Mac::PropertyList; my $data = parse_plist( $text ); # == OR == my $data = parse_plist_file( $filename ); # == OR == open my( $fh ), $filename or die "..."; my $data = parse_plist_fh( $fh ); my...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (126): Mac::PropertyList Download

Added: February 25, 2010 | Visits: 764

Object::LocalVars Object::LocalVars is a Perl module with outside-in objects with local aliasing of $self and object variables. SYNOPSIS package My::Object; use strict; use Object::LocalVars; give_methods our $self; # this exact line is required our $field1 : Prop; our $field2 : Prop; sub as_string :...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (94): Object::LocalVars Download

Added: June 12, 2010 | Visits: 1.295

BSP BSP is the most popular node builder for Doom. BSP is currently maintained by Colin Phipps. Please see the BSP entries in my blog for news about BSP, and the latest releases. But in practice, BSP is an old and mature tool; I just update it every now and then to fix any problems compiling it for...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (185): BSP Download

Added: March 01, 2010 | Visits: 680

generateDS.py generateDS.py generates Python data structures (for example, class definitions) from an XML Schema document. These data structures represent the elements in an XML document described by the XML Schema. It also generates parsers that load an XML document into those data structures. In addition,...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (88): generateDS.py Download

Added: April 05, 2010 | Visits: 941

Test::Deep Test::Deep is a Perl module for extremely flexible deep comparison. SYNOPSIS use Test::More tests => $Num_Tests; use Test::Deep; cmp_deeply( $actual_horrible_nested_data_structure, $expected_horrible_nested_data_structure, "got the right horrible nested data structure" ); cmp_deeply(...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (103): Test::Deep Download

Added: August 09, 2010 | Visits: 842

AnyData::Format::XML AnyData::Format::XML is a Perl module for tiedhash and DBI access to XML. SYNOPSIS # access XML data via a multi-dimensional tied hash # see AnyData.pod for full details # use AnyData; my $table = adTie( XML, $file, $mode, $flags ); OR # convert data to and from XML # see AnyData.pod...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (88): AnyData::Format::XML Download

Added: January 01, 2010 | Visits: 920

Compass::Bearing Compass::Bearing is a Perl module to convert angle to text bearing (aka heading). SYNOPSIS use Compass::Bearing; my $obj = Compass::Bearing->new(); print "Bearing: $_ deg => ", $obj->bearing($_), "n" foreach (12,45,78,133); print "Compass: ", join(":", $obj->data),"n"; CONSTRUCTOR new...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (136): Compass::Bearing Download

Added: April 11, 2010 | Visits: 1.095

App::Conf::File App::Conf::File is a Perl module to load and access configuration data. SYNOPSIS use App::Conf; $config = App::Conf->new(); $config = App::Conf->new(configFile => $file); print $config->dump(), "n"; # use Data::Dumper to spit out the Perl representation # accessors $property_value =...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): App::Conf::File Download

Added: February 02, 2010 | Visits: 801

ShmFIFO library ShmFIFO library provides an easy-to-use interface to shared memory for programs where one process needs to send blocks of data to other processes. It was developed because pipe(2) and mkfifo(3) have a very small buffer size (4k) and are unsuitable for many applications. Shmfifo allows you to...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (109): ShmFIFO library Download

Released: July 08, 2012  |  Added: July 08, 2012 | Visits: 413

FileScanner for Mac OS X FileScanner is a simple, easy-to-use utility designed to detect and decode several file formats even recursively. All the analyzed data structures can be inspected in detail with the help of this software application.


Platforms: Mac

License: Freeware Size: 2.3 MB Download (45): FileScanner for Mac OS X Download

< 1 2 3 4 5 >