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

Scalar software
Filter: All | Freeware | Demo
 

Scalar

< 1 2 3 4 5 > 
Added: September 10, 2010 | Visits: 727

Lingua::Phonology::Features Lingua::Phonology::Features is a module to handle a set of hierarchical features. SYNOPSIS use Lingua::Phonology; my $phono = new Lingua::Phonology; my $features = $phono->features; # Add features programmatically $features->add_feature( Node => { type => privative, children =>...



Platforms: *nix

License: Freeware Size: 100.35 KB Download (98): Lingua::Phonology::Features Download

Added: April 15, 2010 | Visits: 836

fields::aliased fields::aliased is a Perl module that can create aliases for object fields. SYNOPSIS package MyPackage; use strict; use fields qw($scalar @array %hash); sub new { my $class = shift; my $self = fields::new($class); return $self; } sub mymethod { my MyPackage $self = shift; use...





Platforms: *nix

License: Freeware Size: 8.19 KB Download (90): fields::aliased Download

Added: July 23, 2010 | Visits: 1.068

Tie::Trace Tie::Trace can easy print debugging with tie. SYNOPSIS use Tie::Trace; my %hash; tie %hash, "Tie::Trace"; $hash{hoge} = hogehoge; # warn Hash => Key: hoge, Value: hogehgoe at ... my @array; tie @aray, "Tie::Trace"; push @array, "array"; # warn Array => Point: 0, Value: array at ......


Platforms: *nix

License: Freeware Size: 8.19 KB Download (114): Tie::Trace Download

Added: April 25, 2010 | Visits: 1.044

Db::Documentum Db::Documentum is a Documentum API interface for Perl. SYNOPSIS use Db::Documentum qw(:all); scalar = dmAPIGet( ); $sessionID = dmAPIGet("connect,docbase,username,password"); scalar = dmAPIExec( ); $rv = dmAPIExec("next,c,$collection_id"); scalar = dmAPISet( , ); $api_stat =...


Platforms: *nix

License: Freeware Size: 296.96 KB Download (105): Db::Documentum Download

Added: September 08, 2010 | Visits: 1.162

Hash::Merge Hash::Merge Perl module merges arbitrarily deep hashes into a single hash. SYNOPSIS use Hash::Merge qw( merge ); my %a = ( foo => 1, bar => [ qw( a b e ) ], querty => { bob => alice }, ); my %b = ( foo => 2, bar => [ qw(c d) ], querty => { ted => margeret }, ); my %c = %{ merge(...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (96): Hash::Merge Download

Added: October 16, 2010 | Visits: 874

Template::Plugin::Java::Constants Template::Plugin::Java::Constants is a Perl module with constants for the Java Template plugin modules. SYNOPSIS use Template::Plugin::Java::Constants qw/:regex/; use Template::Plugin::Java::Constants qw/:boolean/; use Template::Plugin::Java::Constants qw/:all/; regex The "regex" tag...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (104): Template::Plugin::Java::Constants Download

Added: July 21, 2010 | Visits: 862

Hub::Perl::Language Hub::Perl::Language is a Perl module that contains a lot of methods. PUBLIC METHODS sizeof Integer size of hashes, arrays, and scalars Usage: sizeof %hash Usage: sizeof @array Usage: sizeof $scalar_ref Usage: sizeof $scalar Usage: sizeof %more, @than, $one Sizes are computed as...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (87): Hub::Perl::Language Download

Added: July 10, 2010 | Visits: 617

Perl6::Contexts Perl6::Contexts - array and hash variables turn into references to themselves when used in non-numeric scalar context or as function arguments. SYNOPSIS my @foo = ( 1 .. 20 ); my $foo = @foo; # same as: my $foo = @foo; my $foo = 0 + @foo; # unchanged - length of @foo $obj->some_method(10,...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (89): Perl6::Contexts Download

Added: July 11, 2010 | Visits: 698

PDL::Internals PDL::Internals is a Perl module that contains a description of some aspects of the current internals. Intro This document explains various aspects of the current implementation of PDL. If you just want to use PDL for something, you definitely do not need to read this. Even if you want to...


Platforms: *nix

License: Freeware Size: 2.1 MB Download (88): PDL::Internals Download

Released: September 27, 2012  |  Added: September 27, 2012 | Visits: 819

Visualization Toolkit (VTK) The Visualization Toolkit (VTK) is an open-source, freely available software system for 3D computer graphics, image processing and visualization. VTK consists of a C++ class library and several interpreted interface layers including Tcl/Tk, Java, and Python. Kitware, whose team created and...


Platforms: Windows, Mac, Linux

License: Freeware Size: 10 MB Download (54): Visualization Toolkit (VTK) Download

Added: August 22, 2013 | Visits: 450

JSONXML Stand-alone Java library implementing parser/formatter/comparator/validator for JSON/XML-like text formats oriented on JSON-like object model (list,map,scalar + reflection). Library is designed to maximize adaptivity via set of extendable modules. Features Formatter: converts Java objects...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 225.28 KB Download (50): JSONXML Download

Released: June 24, 2012  |  Added: June 24, 2012 | Visits: 410

Last Java Collection Library The package allows to work with scalar arrays as usual collections. The problem with a scalar array Java templates don't support scalar types as generic parameters. Java code working with collection interfaces such as List or Collection is inapplicable for arrays. Some libraries supply methods...


Platforms: Windows, Mac, Linux

License: Freeware Size: 42.96 KB Download (46): Last Java Collection Library Download

Added: September 06, 2013 | Visits: 407

Teem Teem is a coordinated group of libraries for representing, processing, and visualizing scientific raster data. Teem includes command-line tools that permit the library functions to be quickly applied to files and streams, without having to write any code. The most important and useful libraries...


Platforms: *nix

License: Freeware Size: 1.49 MB Download (43): Teem Download

Added: May 10, 2013 | Visits: 167

Quantum Superposition This script lets you treat  python sets.The constructor takes any number of scalars and/or Superposition instances. These items are the possible states. When doing scalar operations on such objects, the operation is delegated to its possible statbjects, tr />


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

License: Freeware Download (52): Quantum Superposition Download

Added: May 10, 2013 | Visits: 413

MayaVi MayaVi is a free, easy to use scientific data visualizer. It is written in Python and uses the amazing Visualization Toolkit (VTK) for the graphics. It provides a GUI written using Tkinter. Features - An easy to use GUI. - Can be imported as a Python module from other Python programs and can...


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

License: Freeware Download (53): MayaVi Download

Added: May 19, 2013 | Visits: 853

Calculation of LLR values with variable noise variance LLR_DEMOD LLR Demodulator H = LLR_DEMOD_MEX(CONSTELLATION, MAPPING, METHOD) constructs a LLR demodulator object H for a given constellation, mapping and noise variance. The vectors CONSTELLATION and MAPPING are usually generated by using MATLAB Modem Modulation Modem. and contain the complex or...


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Calculation of LLR values with variable noise variance Download

Added: May 20, 2013 | Visits: 739

Measures of Analysis of Time Series toolkit (MATS) Measures of Analysis of Time Series (MATS) toolkit computes a number of different measures of analysis of scalar time series (linear, nonlinear and other statistical measures). It also contains pre-processing tools (transformations and standardizations), data splitting facility, resampled data...


Platforms: Matlab

License: Freeware Size: 3.41 MB Download (63): Measures of Analysis of Time Series toolkit (MATS) Download

Added: August 09, 2013 | Visits: 488

Quaternion Toolbox For purposes of these tools, a quaternion, q, is just a four element vector where q(1:3) is the "imaginary" or "vector" portion of the hypercomplex number, and q(4) is the "real" or "scalar" portion. Consequently, if q represents a rotation, then: q(1) = v1*sin(phi/2) q(2) = v2*sin(phi/2) q(3) =...


Platforms: Matlab

License: Freeware Size: 30.72 KB Download (44): Quaternion Toolbox Download

Added: July 25, 2013 | Visits: 513

PhotonAttenuation Set of functions providing the attenuation and energy absorption coefficients of x-ray and gamma-ray photons in various materials, based on NIST report 5632, by J. Hubbell and S.M. Seltzer.X = PhotonAttenuation(Material, Energy, Options, Thickness)Function providing the attenuation and energy...


Platforms: Matlab

License: Freeware Size: 163.84 KB Download (48): PhotonAttenuation Download

Added: August 08, 2013 | Visits: 489

Widefield Fluorescence Microscope point-spread function This function generate the point-spread function for a widefield microscope using a scalar diffraction-limited model (Stokseth refer to [1] and [3] below)----------------Input parameters:lambdaEx: Excitation Wavelength (in nm)lambdaEm: Emission wavelegnth (in nm)numAper: Numerical aperture of the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 92.16 KB Download (40): Widefield Fluorescence Microscope point-spread function Download

< 1 2 3 4 5 >