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

Variable freeware
Filter: All | Freeware | Demo
 

Variable

1 2 3 4 5 > 
Added: May 04, 2010 | Visits: 1.722

Language::Basic::Variable Language::Basic::Variable is a Perl module to handle parsing and implementing BASIC variables. SYNOPSIS See Language::Basic for the overview of how the Language::Basic module works. This pod page is more technical. There are two sorts of variables: Arrays and Scalars. Each of those classes...



Platforms: *nix

License: Freeware Size: 52.22 KB Download (92): Language::Basic::Variable Download

Added: May 27, 2010 | Visits: 902

Variable::Alias Variable::Alias is a Perl module created to alias any variable to any other variable. SYNOPSIS use Variable::Alias alias; my $src; my $a; our $b; my @c; our @d; alias $src => $a; alias $a => $b; alias $b => $c[0]; alias @c => @d; $src=src; # All the other variables now have the...





Platforms: *nix

License: Freeware Size: 3.07 KB Download (90): Variable::Alias Download

Added: June 04, 2010 | Visits: 873

Variable::Strongly::Typed::Scalar Variable::Strongly::Typed::Scalar is Perl module for strongly typed scalar. SYNOPSIS This class is utilized by Variable::Strongly::Typed - you dont access this directly =head1 DESCRIPTION.


Platforms: *nix

License: Freeware Size: 10.24 KB Download (90): Variable::Strongly::Typed::Scalar Download

Added: January 01, 2010 | Visits: 1.141

Variable::Strongly::Typed::Validators Variable::Strongly::Typed::Validators is Perl module with built-in type validators. SYNOPSIS This class is utilized by Variable::Strongly::Typed - you dont access this directly. This module defines a %conditions hash contained expressions that define the built-in types. If you want to create...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (97): Variable::Strongly::Typed::Validators Download

Added: September 23, 2010 | Visits: 780

Variable::Strongly::Typed Variable::Strongly::Typed is a Perl module to let some variables be strongly typed. SYNOPSIS use Variable::Strongly::Typed; my $int :TYPE(int); # must have an int value my $float :TYPE(float); # must have a float value my $string :TYPE(string); # must not be a reference my $file...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (94): Variable::Strongly::Typed Download

Added: October 26, 2010 | Visits: 758

Variable::Strongly::Typed::Array Variable::Strongly::Typed::Array is a Perl module for strongly typed array. SYNOPSIS This class is utilized by Variable::Strongly::Typed - you dont access this directly my @array_of_ints :TYPE(int); # Each slot must contain an int my @array_of_rgb :TYPE(&red_green_blue); # my enumerated...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (86): Variable::Strongly::Typed::Array Download

Released: November 17, 2012  |  Added: November 17, 2012 | Visits: 626

Easy Environment Variable Setter Easy Environment Variable Setter is, just like the name suggests, a handy, easy to use application specially designed to help you create Environment Variables. Once you've opened the application you can load a template / project in File->Load, and you can save it when you're done. You can also...


Platforms: Windows

License: Freeware Download (414): Easy Environment Variable Setter Download

Released: November 13, 2012  |  Added: November 13, 2012 | Visits: 550

Environment Variable Editor Environment Variable Editor is a handy and reliable utility designed to enable you to edit environment variables from a GUI interface. Environment Variable Editor is a better alternative for editing variables. It provides a GUI that enables you to access and edit the variables more quickly.


Platforms: Windows

License: Freeware Download (50): Environment Variable Editor Download

Added: May 10, 2013 | Visits: 762

Variable Products Commision Variable Products Commision allows you to provide your affiliates with a different percentage for your products.Example:Product 1, 3, 5, 6 and 7 are in category 1.If a customer buys any of those products your affiliate will get a 20% commision.Product 2, 4, and 8 are in category 2.If a customer...


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (58): Variable Products Commision Download

Added: May 10, 2013 | Visits: 458

Shared variable Shared objects work like normal data types but can create a alias variable or can be used as pass-by-reference arguments.The alias variable is called a shared variable. Requirements: - MATLAB 7.6 or higher


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

License: Freeware Download (57): Shared variable Download

Added: May 10, 2013 | Visits: 459

Padding variable length sequences Padding variable length sequences script returns a pad function that implements tuple unpacking.


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

License: Freeware Download (55): Padding variable length sequences Download

Added: March 25, 2013 | Visits: 588

Pulse Generator with variable Frequency This block generates a pulsed signal with assigned amplitude and variable frequency.You must connect the input to sinusoidal signal generator.The block provide convert the sinusoidal signal to quadratic output with amplitude and frequency variable.


Platforms: Matlab

License: Freeware Size: 10 KB Download (47): Pulse Generator with variable Frequency Download

Added: August 10, 2013 | Visits: 536

Aerospace Blockset / Incorrect Variable Mass Equation Two mass variable equations with "Aerospace 3Dof Simple Variable Mass Blockset" are compared in a 1Dof frictionless environment. Initial conditions are given in Model Callbacks.Results showed that "Aerospace 3Dof Simple Variable Mass Blockset" uses the incorrect equation.


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Aerospace Blockset / Incorrect Variable Mass Equation Download

Added: July 15, 2013 | Visits: 488

Variable Cleanup Your variable table can get bloated under three circumstances: 1. Your site has existed since 4.7 or earlier, back when modules didn't have a way to clean up their variables. 2. You've tried out many modules, but either forgot to uninstall the module before removing the code, or the module didn't...


Platforms: PHP

License: Freeware Size: 10 KB Download (39): Variable Cleanup Download

Added: September 07, 2013 | Visits: 452

UC Variable Price The UC Variable Price product feature allows you to turn any product in your Ubercart store into a variable priced product. Instead of using a fixed price entered by an administrator, customers can specify their own price for a product on the add to cart form. This makes it a useful module for...


Platforms: PHP

License: Freeware Size: 10 KB Download (51): UC Variable Price Download

Added: May 10, 2013 | Visits: 312

Printing strings with embedded variable names This class encapsulates a string with embedded variable names. They are usually evaluated when the object's __str__() method is called. You can specify that they be evaluated when the object is created by including the immediate argument to the constructor. The doc string at the top of the module...


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


Multiple Variable Traveling Salesmen Problem - Genetic Algorithm It finds a (near) optimal solution to a variation of the M-TSP (that has a variable number of salesmen) by setting up a GA to search for the shortest route (least distance needed for the salesmen to travel to each city exactly once and return to their starting locations). Each salesman travels to...


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


Added: May 10, 2013 | Visits: 505

Getting SYSTEM environment variable under Windows This script allows you to get SYSTEM environment value, as if running under Service or SYSTEM account.As you can see in Windows Control Panel 'System' applet there are two groups of environment variables: USER and SYSTEM. This script presents a function for retrieve SYSTEM variable value. 


Platforms: Windows, Python,


Added: July 08, 2013 | Visits: 675

MATLAB Simulation of variable-mass rigid-body 6DOF SIXDOFVM Calculate aircraft variable-mass rigid-body six-degrees-of-freedom equations of motion using MATLAB ODE45 solver. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Inputs: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Forces = 3x1 vector of forces in body coordinates Moments = 3x1 vectory of...


Platforms: Matlab

License: Freeware Size: 10 KB Download (57): MATLAB Simulation of variable-mass rigid-body 6DOF Download

Toolbox: partial least squares and CARS for variable selection 1 Introduction This toolbox implements all the routine PLS-related/based algorithms which kind of serves as the basics in chemometrics, including PLS calibration and prediction, leave one out cross validation (LOOCV), K-fold cross validation, Monte Carlo cross validation(MCCV), double cross...


Platforms: Matlab

License: Freeware Size: 440.32 KB Download (50): Toolbox: partial least squares and CARS for variable selection Download

1 2 3 4 5 >