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

Grammatical Structure freeware
Filter: All | Freeware | Demo
 

Grammatical Structure

< 1 2 3 4 5 > 
Added: April 02, 2013 | Visits: 409

Structure Cut As an example, suppose you had taken 155 seconds of data of the location (x,y,z) of a particle as a function of time (t). It is convenient to put that all into a struct, such as this one:>> datadata = t: [155000x1 double] x: [155000x1 double] y: [155000x1 double] z: [155000x1 double]If you wanted...



Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Structure Cut Download

Added: March 27, 2013 | Visits: 470

GP-OLS model structure identification Genetic Programming (GP) generates nonlinear input-output models of dynamical systems from input-output measurement data. This GP-OLS toolbox applies Orthogonal Least Squares algorithm (OLS) to improve the search effeciency of GP.It can be used for static equation discovery or structure...





Platforms: Matlab

License: Freeware Size: 10 KB Download (43): GP-OLS model structure identification Download

Added: August 17, 2013 | Visits: 500

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: June 16, 2013 | Visits: 445

Calculation for interest rate model & structure for personal use only.1: the interest rate structure calculation and rules.2: the interest rate model, used frequently in real world.


Platforms: Matlab

License: Freeware Size: 1.12 MB Download (40): Calculation for interest rate model & structure Download

Added: August 25, 2013 | Visits: 439

HOPPscore - Protein Structure Quality HOPPscore is a simple application for evaluating the structural quality of theoretical or experimental protein structures. Protein are evaluated by comparing structure fragments to a reference dictionary of fragments from high resolution structures. Features . Protein Structure Quality...


Platforms: *nix

License: Freeware Size: 2.29 MB Download (33): HOPPscore - Protein Structure Quality Download

Added: July 10, 2010 | Visits: 936

Rubytree Rubytree is a simple to use general purpose tree data structure implementation in Ruby. It provides easy access methods for navigating the hierarchy, as well as for accessing the nodes. Rubytree project also provides ability to marshal the entire tree structure. Whats New in This Release: -...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (100): Rubytree Download

Added: May 23, 2010 | Visits: 1.085

FLV::VideoTag FLV::VideoTag is a flash video file data structure Perl module. METHODS This is a subclass of FLV::Base. $self->parse($fileinst) Takes a FLV::File instance and extracts an FLV video tag from the file stream. This method throws exceptions if the stream is not a valid FLV v1.0 or v1.1 file....


Platforms: *nix

License: Freeware Download (99): FLV::VideoTag Download

Added: September 23, 2010 | Visits: 776

Perl6::Gather Perl6::Gather is a Perl module that implements the Perl 6 gather/take control structure in Perl 5. SYNOPSIS use Perl6::Gather; @list = gather { # Try to extract odd numbers and odd number names... for (@data) { if (/(one|three|five|nine)$/) { take qq{$_}; } elsif (/^d+$/ && $_ %2) {...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (89): Perl6::Gather Download

Added: October 11, 2010 | Visits: 1.247

KnowledgeRoot KnowledgeRoot is a knowledge base system that lets you structure your content in a tree. KnowledgeRoot project integrates FCKeditor to make adding content easy. Knowledgeroot use PHP and MySQL or PostgreSQL. Whats New in This Release: - This release fixes insecure upload of fckeditor.....


Platforms: *nix

License: Freeware Size: 1024 KB Download (113): KnowledgeRoot Download

Added: March 16, 2010 | Visits: 1.104

Data::Diff Data::Diff is a data structure comparison module. SYNOPSIS use Data::Diff qw(diff); # simple procedural interface to raw difference output $out = diff( $a, $b ); # OO usage $diff = Data::Diff->new( $a, $b ); $new = $diff->apply(); $changes = $diff->diff_a(); Data::Diff computes the...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (96): Data::Diff Download

Added: February 04, 2010 | Visits: 776

MLDBM MLDBM is a Perl module to store multi-level hash structure in single level tied hash. SYNOPSIS use MLDBM; # this gets the default, SDBM #use MLDBM qw(DB_File FreezeThaw); # use FreezeThaw for serializing #use MLDBM qw(DB_File Storable); # use Storable for serializing $dbm = tie %o, MLDBM...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (91): MLDBM Download

Added: March 21, 2010 | Visits: 1.132

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 (97): Erwin Data Structures Download

Added: August 08, 2010 | Visits: 1.067

Xholon runtime framework Xholon runtime framework executes applications that are event-driven or that have highly dynamic structure or behavior. Specify your models using XML and Java, or using third-party UML2 tools and MDA transformations. To get started, read or actively work through the basic HelloWorld tutorial....


Platforms: *nix

License: Freeware Size: 3.6 MB Download (91): Xholon runtime framework Download

Added: March 21, 2010 | Visits: 820

Any::Renderer::XML Any::Renderer::XML Perl module can render a data structure as element-only XML. SYNOPSIS use Any::Renderer; my %xml_options = (); my %options = ( XmlOptions => %xml_options ); my $format = "XML"; my $r = new Any::Renderer ( $format, %options ); my $data_structure = [...]; # arbitrary...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (98): Any::Renderer::XML Download

Added: June 03, 2010 | Visits: 1.293

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: October 24, 2010 | Visits: 837

AFS::KTC_TOKEN AFS::KTC_TOKEN is a Perl class to handle the AFS structure ktc_token. SYNOPSIS use AFS::KTC_TOKEN; use AFS::KTC_PRINCIPAL; use AFS::KTC_EKEY; use AFS::Cell qw(localcell); my $token = AFS::KTC_TOKEN->nulltoken; print "StartTime = ", $token->startTime, "n"; print "EndTime = ",...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (97): AFS::KTC_TOKEN Download

Added: November 14, 2010 | Visits: 1.675

Image::MetaData::JPEG::Structures Image::MetaData::JPEG::Structures is a Perl module that describes the structure of a JPEG file; it is an appendix to the main manual page of the Image::MetaData::JPEG module, which the reader should refer to for further details and the general scope. THE STRUCTURE OF JPEG PICTURES The JPEG...


Platforms: *nix

License: Freeware Size: 286.72 KB Download (93): Image::MetaData::JPEG::Structures Download

Added: April 23, 2010 | Visits: 736

IRCTree IRCTree is a project which shows a tree representing the structure of an IRC network in ASCII. Introduction IRCTree shows a tree in ascii format representing the structure of an IRC network. You need netcat (nc) for it to work. Example uses $ irctree irc.swipnet.se Compiling No...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (90): IRCTree Download

Added: January 10, 2010 | Visits: 971

Tree::Numbered Tree::Numbered is a thin N-ary tree structure with a unique number for each item. SYNOPSYS use Tree::Numbered; my $tree = Tree::Numbered->new(John Doe); $tree->append(John Doe Jr.); $tree->append(Marry-Jane Doe); while (my $branch = $tree->nextNode) { $branch->delete if...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (105): Tree::Numbered Download

Released: October 06, 2012  |  Added: October 06, 2012 | Visits: 376

CueMol 1.1.0 CueMol is a program for the macromolecular structure visualization on the Windows platform (CueMol was formerly called "Que"). CueMol aims to visualize and build the crystallographic models of macromolecules, with the user-friendly interfaces. Currently supported files are molecular coordinates...


Platforms: Windows

License: Freeware Size: 3.3 MB Download (446): CueMol 1.1.0 Download

< 1 2 3 4 5 >