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

Data Structures software
Filter: All | Freeware | Demo
 

Data Structures

1 2 3 4 5 > 
Added: March 21, 2010 | Visits: 1.133

Erwin Data Structures Erwin Data Structures is a library that is meant to be the ultimate data structure library for mixed usage of C and C++. Arbitrary key and value types are implemented by template files that dont use C++ templates, but are instantiated by a Perl script. This way, mixed usage in C and C++ is...



Platforms: *nix

License: Freeware Size: 686.08 KB Download (101): Erwin Data Structures Download

Added: July 20, 2010 | Visits: 905

Xephyrus Data Structures Tag Library Xephyrus Data Structures Tag Library provides an easy way to create and manipulate the contents of common Java data-structures such as maps and lists. Whats New in This Release: - The library was polished up. - Several improvements were made and a few bugs were fixed. - This version is...





Platforms: *nix

License: Freeware Size: 21.5 KB Download (96): Xephyrus Data Structures Tag Library Download

Added: October 15, 2010 | Visits: 1.059

Data::Dumper Data::Dumper module contains stringified perl data structures, suitable for both printing and eval. SYNOPSIS use Data::Dumper; # simple procedural interface print Dumper($foo, $bar); # extended usage with names print Data::Dumper->Dump([$foo, $bar], [qw(foo *ary)]); # configuration...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (97): Data::Dumper Download

Added: October 23, 2010 | Visits: 1.003

Test::Differences Test::Differences Perl module contains test strings and data structures and show differences if not ok. SYNOPSIS use Test; ## Or use Test::More use Test::Differences; eq_or_diff $got, "anbncn", "testing strings"; eq_or_diff @got, [qw( a b c )], "testing arrays"; ## Passing options:...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Test::Differences Download

Added: February 24, 2010 | Visits: 676

libcprops The c prototyping tools library consists of implementations for several widely used data structures and patterns as well as rudimentary tcp / httpd functionality. Object oriented development environments usually feature readymade implementations of such tools. cprops provides standard generic...


Platforms: *nix

License: Freeware Size: 317.44 KB Download (90): libcprops Download

Added: March 15, 2010 | Visits: 845

FRET FRET is a *nix command line tool that examines any file or files and attempts to identify the data structures and patterns within those file(s). FRET project does this by firstly scanning files using heuristic algorithms to identify structures and then by comparing files to identify common...


Platforms: *nix

License: Freeware Size: 460.8 KB Download (91): FRET Download

Added: November 24, 2010 | Visits: 846

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: October 27, 2010 | Visits: 1.018

Declare::Constraints::Simple Declare::Constraints::Simple is a Perl module for Declarative Validation of Data Structures. SYNOPSIS use Declare::Constraints::Simple-All; my $profile = IsHashRef( -keys => HasLength, -values => IsArrayRef( IsObject )); my $result1 = $profile->(undef); print $result1->message, "n"; #...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (88): Declare::Constraints::Simple Download

Added: May 06, 2010 | Visits: 935

HTML::Tree::AboutTrees HTML::Tree::AboutTrees is a article on tree-shaped data structures in Perl. This an article, not a module. The following article by Sean M. Burke first appeared in The Perl Journal #18 and is copyright 2000 The Perl Journal. It appears courtesy of Jon Orwant and The Perl Journal. This...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (91): HTML::Tree::AboutTrees Download

Added: August 23, 2010 | Visits: 1.064

Test::Tech Test::Tech is a Perl module that adds skip_tests and test data structures capabilities to the "Test" module. SYNOPSIS ####### # Procedural (subroutine) Interface # # (use for &Test::plan, &Test::ok, &Test::skip drop in) # use Test::Tech qw(demo finish is_skip ok ok_sub plan skip skip_sub...


Platforms: *nix

License: Freeware Size: 93.18 KB Download (89): Test::Tech Download

Released: June 25, 2010  |  Added: June 29, 2010 | Visits: 868

JDataset JDataset is a new data structures in browser implement by standard javascript. Power than array and object. Simplifies data manipulates and Ajax interactions. some features: 1. AJAX load and post between server and browser 2. Rich data manipulates: CRUD, navigation. locate, filter...


Platforms: Windows, Mac, *nix, Windows CE, Pocket PC, RIM,Symbian

License: Shareware Cost: $97.00 USD Size: 12.46 KB Download (108): JDataset Download

Added: May 10, 2013 | Visits: 411

Sglib Sglib is a library defining useful macros for manipulating common data structures. The library currently provides generic implementation for: - sorting arrays - manipulating linked lists - manipulating sorted linked lists - manipulating double linked lists - manipulating red-black trees -...


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

License: Freeware Download (51): Sglib Download

Added: March 18, 2010 | Visits: 1.066

Memory Structures Library Memory Structures Library (MemSL) is a complete data structures/collection classes library with memory tracing, memory debugging, entry/exit tracing, exception handling, definable memory handlers, built-in thread support, and much more. The project supports single, double, and circular linked...


Platforms: *nix

License: Freeware Size: 839.68 KB Download (98): Memory Structures Library Download

Added: August 09, 2010 | Visits: 1.335

GraphViz::Data::Structure GraphViz::Data::Structure can visualise data structures. SYNOPSIS use GraphViz::Data::Structure; my $gvds = GraphViz:Data::Structure->new($data_structure); print $gvds->graph()->as_png; This module makes it easy to visualise data structures, even recursive or circular ones. It is...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (120): GraphViz::Data::Structure Download

Added: November 21, 2010 | Visits: 997

Data::Walker Data::Walker is a tool for navigating through Perl data structures. SYNOPSIS Without any explicit objects: use Data::Walker; Data::Walker->cli( $data_structure ); Object-style invocation: use Data::Walker; my $w = new Data::Walker; $w->walk( $data_structure ); $w->ls("-al");...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (92): Data::Walker Download

Added: July 14, 2010 | Visits: 915

Data::Serializer Data::Serializer package contains modules that serialize data structures. SYNOPSIS use Data::Serializer; $obj = Data::Serializer->new(); $obj = Data::Serializer->new( serializer => Storable, digester => MD5, cipher => DES, secret => my secret, compress => 1, ); $serialized =...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (93): Data::Serializer Download

Released: January 30, 2013  |  Added: January 30, 2013 | Visits: 518

Toad Data Modeler Toad® Data Modeler helps you create high-quality data models and easily deploy accurate changes to data structures — at a fraction of the cost of many other solutions. With this cross-platform database modeling software, you can: Build high-quality logical and physical data models...


Platforms: Windows

License: Shareware Cost: $517.65 USD Size: 71.3 MB Download (49): Toad Data Modeler Download

Added: May 10, 2013 | Visits: 414

Handling Deeply Nested/Recursive Data Common python services such as pickle, deepcopy and comparison tests either fail entirely or do not scale for highly recursive data structures. This script presents a reversible "flatten" transformation that allows for such operations.


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

License: Freeware Download (49): Handling Deeply Nested/Recursive Data Download

Added: June 19, 2013 | Visits: 436

Data-asXML This Perl script can be used to convert data structures to/from XMLThe module is very similar to Perl scripts like XML::Compile, XML::TreePP and XML::Simple.Unlike those modules who tend to adapt data to XML, this script adapts XML tags to the desired data structure.By doing so, it makes the...


Platforms: CGI and Perl

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Data-asXML Download

Added: September 09, 2013 | Visits: 251

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

1 2 3 4 5 >