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

Abstract Data Type Adts freeware
Filter: All | Freeware | Demo
 

Abstract Data Type Adts

1 2 3 4 5 > 
Added: March 12, 2010 | Visits: 1.108

Data::Type::Docs Data::Type::Docs is a Perl module with the manual overview. MANUALS Data::Type::Docs::FAQ Frequently asked questions. Data::Type::Docs::FOP Frequently occuring problems. Data::Type::Docs::Howto Point to point recipes how to get things done. Data::Type::Docs::RFC Exact API... Platforms: *nix

License: Freeware Size: 70.66 KB Download (88): Data::Type::Docs Download

Added: July 14, 2010 | Visits: 1.226

Data::Type Data::Type is a Perl module with versatile data and value types. SYNOPSIS use Data::Type qw(:all); use Error qw(:try); try { verify $email , EMAIL; verify $homepage , URI(http); verify $cc , CREDITCARD( MASTERCARD, VISA ); verify $answer_a , YESNO; verify $gender , GENDER; verify... Platforms: *nix

License: Freeware Size: 22.53 KB Download (97): Data::Type Download

Added: March 03, 2010 | Visits: 1.127

Class::Meta::Type Class::Meta::Type is a Perl module for data type validation and accessor building. SYNOPSIS package MyApp::TypeDef; use strict; use Class::Meta::Type; use IO::Socket; my $type = Class::Meta::Type->add( key => io_socket, desc => IO::Socket object, name => IO::Socket Object ); This... Platforms: *nix

License: Freeware Size: 61.44 KB Download (93): Class::Meta::Type Download

Added: October 08, 2010 | Visits: 956

Tie::Array::PackedC Tie::Array::PackedC is a tie a Perl array to a C-style array (packed; elements of a single, simple data type). SYNOPSIS use Tie::Array::PackedC qw(packed_array packed_array_string); my $ref=packed_array(1,2,3,4); my $ref2=packed_array_string(my $s,1,2,3,4); use Tie::Array::PackedC... Platforms: *nix

License: Freeware Size: 6.14 KB Download (88): Tie::Array::PackedC Download

Added: July 08, 2010 | Visits: 1.055

Better String Library Better String Library is an abstraction of a string data type which is superior to the C library char buffer string type and C++s std::string. The library is totally stand alone, portable (known to work with gcc/g++, MSVC++, Intel C++, WATCOM C/C++, Turbo C, Borland C++, IBMs native CC compiler... Platforms: *nix

License: Freeware Size: 112.64 KB Download (95): Better String Library Download

Added: May 23, 2010 | Visits: 972

libscl libscl (SCL) is a library that provides hash tables, list, queue, stack, symbol, balanced binary tree, and a vector as abstract data types. Multiple independent instances of the same abstract type can be used, each with its own arbitrary contents. Whats New in This Release: - Added a little... Platforms: *nix

License: Freeware Size: 133.12 KB Download (97): libscl Download

Added: April 18, 2010 | Visits: 773

C::DynaLib::Struct C::DynaLib::Struct is a tool for handling the C `struct data type. SYNOPSIS use C::DynaLib::Struct; Define C::DynaLib::Struct( $struct_tag, $template0, @field_names0, [$template1, @field_names1,] ... ); $rstruct = tie( $struct, $struct_tag [, @initializer_list] ); $value =... Platforms: *nix

License: Freeware Size: 35.84 KB Download (98): C::DynaLib::Struct Download

Added: February 15, 2010 | Visits: 2.252

GPS Tracker GPS Tracker project allows someone to track a GPS enabled cell phone using Google maps. For this project I used a Motorola i355 cell phone on the Sprint/Nextel network. You need to have a data plan so that you can make updates to your website from the cellphone. Please read the ReadMe.txt file... Platforms: *nix

License: Freeware Download (203): GPS Tracker Download

Released: July 20, 2012  |  Added: July 20, 2012 | Visits: 563

XEditor The XEditor is a Java tool which allows users to view the record field and check image of Image Check Data (Type 52) records within an X9 Image Cash Letter file. With the Image Validation plugin, view and validate images in the ICL files according to the X9.100-181 (TIFF) standards. Platforms: Windows, XP, Windows Vista, 7, 7x64

License: Freeware Download (53): XEditor Download

Released: October 05, 2012  |  Added: October 05, 2012 | Visits: 1.121

VB Project Eye Freeware VB Project Eye is an analysis tool for determing the calls/uses of procedures, variable and data type in shortest time and allows a slight navigation through the call trees of a Visual Basic project. The dependences between the different objects can be represented graphically. In addition it... Platforms: Windows

License: Freeware Size: 632 KB Download (73): VB Project Eye Freeware Download

Released: November 19, 2012  |  Added: November 19, 2012 | Visits: 314

koalaXML Extremely simple Java XML data type, very useful as a parameter/return type, as well as a class property type. Platforms: Windows, Mac, Linux

License: Freeware Size: 27.79 KB Download (47): koalaXML Download

Added: August 04, 2013 | Visits: 338

Eu Lib EuLib is a C library implementing the embeddable language "Calc" and some abstract data types like lists, trees, b-trees and date/time management functions. Initially developed by Eurosoft Informatica Medica for it's own internal use, it's now LGPL. Platforms: *nix

License: Freeware Size: 737.28 KB Download (41): Eu Lib Download

Added: January 18, 2010 | Visits: 1.344

Data::Phrasebook::Loader::XML Data::Phrasebook::Loader::XML Perl module can abstract your phrases with XML. SYNOPSIS use Data::Phrasebook; my $q = Data::Phrasebook->new( class => Fnerk, loader => XML, file => phrases.xml, dict => Dictionary, # optional ); OR my $q = Data::Phrasebook->new( class => Fnerk,... Platforms: *nix

License: Freeware Size: 17.41 KB Download (120): Data::Phrasebook::Loader::XML Download

Added: April 15, 2010 | Visits: 1.211

Test::Data Test::Data is a Perl module to test functions for particular variable types. SYNOPSIS use Test::Data qw(Scalar Array Hash Function); Test::Data provides utility functions to check properties and values of data and variables. Functions Plug-in modules define functions for each data type.... Platforms: *nix

License: Freeware Size: 8.19 KB Download (96): Test::Data Download

Added: March 05, 2010 | Visits: 850

Persistent::DBI Persistent::DBI is an Abstract Persistent Class implemented using a DBI Data Source. SYNOPSIS ### we are a subclass of ... ### use Persistent::DBI; @ISA = qw(Persistent::DBI); ABSTRACT This is an abstract class used by the Persistent framework of classes to implement persistence using... Platforms: *nix

License: Freeware Size: 10.24 KB Download (91): Persistent::DBI Download

Added: November 25, 2010 | Visits: 1.084

Data::Generate Data::Generate allows you to create various types of synthetic data by parsing "regex-like" data creation rules. This module generates data by parsing given text statements (data creation rules). These statements are flexible and powerful regex-like way to control the production of synthetic... Platforms: *nix

License: Freeware Size: 25.6 KB Download (91): Data::Generate Download

Added: January 04, 2010 | Visits: 1.056

CGI::Validate CGI::Validate is an advanced CGI form parser and type validation. SYNOPSIS use CGI::Validate; # GetFormData() only use CGI::Validate qw(:standard); # Normal use use CGI::Validate qw(:subs); # Just functions use CGI::Validate qw(:vars); # Just exception vars ## If you dont want it to... Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): CGI::Validate Download

Added: May 20, 2013 | Visits: 582

Function for finding peaks from data array I was not able to get the peaks from my experimentally obtained data because of its random nature. As a result the findpeaks() defined in Matlab library was not giving results as expected. Hence I made a code which will help findpeaks() help detect the peaks more accurately.It basically averages... Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Function for finding peaks from data array Download

Added: March 31, 2013 | Visits: 516

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: August 17, 2013 | Visits: 506

Data Structure: A Cell Array List Container Intent: Provides a useful 1D data structure (or container) for storing an ordered heterogeneous set of elements.Motivation: MATLABdlT« R2009a provides the "containers.Map" data structure for storing an unordered heterogeneous set of elements - the Map ADT is a container that is indexed with a... Platforms: Matlab

License: Freeware Size: 30.72 KB Download (45): Data Structure: A Cell Array List Container Download

1 2 3 4 5 >