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

Data Type freeware
Filter: All | Freeware | Demo
 

Data Type

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

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.221

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.122

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: 951

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.052

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: April 18, 2010 | Visits: 766

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

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

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.115

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: 310

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: April 15, 2010 | Visits: 1.206

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: November 25, 2010 | Visits: 1.078

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.050

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: 577

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: 511

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: 501

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

Added: February 10, 2010 | Visits: 963

Class::Meta Class::Meta is a Perl class automation, introspection, and data validation. SYNOPSIS Generate a class: package MyApp::Thingy; use strict; use Class::Meta; use Class::Meta::Types::String; use Class::Meta::Types::Numeric; BEGIN { # Create a Class::Meta object for this class. my $cm =...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (90): Class::Meta Download

Added: June 14, 2010 | Visits: 833

tpl Tpl is a binary data interchange format and C API. C programs can use tpl to store or load serialized images of structured C data. The data is stored in its native binary format. The data can consist of the basic C types, binary buffers and strings, and aggregations and arrays. The serialized...


Platforms: *nix

License: Freeware Size: 296.96 KB Download (95): tpl Download

Added: May 10, 2013 | Visits: 466

dgMaster dgMaster is a simple, free, extensible and open source data generator released under the GPL license. It is currently under development, (for now, only text format is supported), and the plan is to extend it with many features (database, xml and more).The data generator has built-in support for a...


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

License: Freeware Download (57): dgMaster Download

Added: April 02, 2013 | Visits: 410

Create Bus Data for Models with Root-Level Bus Inputs A common task in Simulink is to test a certain component of a larger model. With large-scale modeling, such componentization is often accomplished through the use of model reference. These large models also often use bus signals to organize large amounts of signals in the model. The situation at...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Create Bus Data for Models with Root-Level Bus Inputs Download

Added: August 05, 2013 | Visits: 322

Load BIOPAC ACQ (AcqKnowledge for PC) data "load_acq.m" will load BIOPAC's AcqKnowledge (ACQ) data to a structure containing ACQ header field and data matrix field.It is based on Application Note #156 from BIOPAC web site (see attachment). The note mentioned that: "This document describes file formatting for all Windows versions of...


Platforms: Matlab

License: Freeware Size: 225.28 KB Download (49): Load BIOPAC ACQ (AcqKnowledge for PC) data Download

1 2 3 4 5 >