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

Absolute Value Equations freeware
Filter: All | Freeware | Demo
 

Absolute Value Equations

1 2 3 4 5 > 
Added: May 01, 2013 | Visits: 548

Absolute-Value Output Circuit Simulation of Absolute-Value Output Circuit is carried out with operational amplifier,diodes and other components available in Simscape 2.1 version. Regardless of the polarity of the input signal, the output of the circuit is always positive going and this is displayed in the scopes.



Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Absolute-Value Output Circuit Download

Added: January 22, 2010 | Visits: 872

Scalar::Properties Scalar::Properties is a Perl module package that contains run-time properties on scalar variables. SYNOPSIS use Scalar::Properties; my $val = 0->true; if ($val && $val == 0) { print "yup, its true alright...n"; } my @text = ( hello world->greeting(1), forget it, hi...





Platforms: *nix

License: Freeware Size: 10.24 KB Download (94): Scalar::Properties Download

Added: August 14, 2010 | Visits: 908

Libeval Libeval provides simple means of evaluating simple arithmetic expressions involving literal numeric values, variables and functions using the addition (+), subtraction (-), multiplication (*), division (/), modulo division (), exponentiation (^), sign (+-), percentag (%) and grouping (())...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (95): Libeval Download

Added: August 23, 2013 | Visits: 347

daot In the dao to programming, some new forms, such as 3(x+5)(4a(5b+A11)), where A11 means A1 in other programming, |x|, the absolute value of x, n!, the factorial of n, date and time format, file path, url, email address, a menu in the restaurant, and all that, would become legal source code.


Platforms: *nix

License: Freeware Size: 10.24 KB Download (36): daot Download

Added: March 16, 2010 | Visits: 1.252

Test::Number::Delta Test::Number::Delta is a Perl module to compare the difference between numbers against a given tolerance. SYNOPSIS # Import test functions use Test::Number::Delta; # Equality test with default tolerance delta_ok( 1e-5, 2e-5, values within 1e-6); # Inequality test with default tolerance...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (103): Test::Number::Delta Download

Added: March 22, 2010 | Visits: 1.312

The Analysis & Reconstruction Sound Engine The Analysis & Reconstruction Sound Engine also known as ARSE, is a program that analyses a sound file into a spectrogram and is able to synthetise this spectrogram, or any other user-created image, back into a sound. The ARSE consists in two main parts, a spectrographer with a base-2...


Platforms: *nix

License: Freeware Size: 696.32 KB Download (94): The Analysis & Reconstruction Sound Engine Download

Added: May 22, 2010 | Visits: 1.055

Math::BigInt Math::BigInt is an arbitrary size integer/float math package. SYNOPSIS use Math::BigInt; # or make it faster: install (optional) Math::BigInt::GMP # and always use (it will fall back to pure Perl if the # GMP library is not installed): # will warn if Math::BigInt::GMP cannot be found...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (89): Math::BigInt Download

Added: August 11, 2010 | Visits: 1.205

Math::Matrix Math::Matrix can multiply and invert Matrices. The following methods are available: new Constructor arguments are a list of references to arrays of the same length. The arrays are copied. The method returns undef in case of error. $a = new Math::Matrix ([rand,rand,rand],...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (134): Math::Matrix Download

Added: January 25, 2010 | Visits: 528

Graphing Functions Students find and plot solutions to parabolas, hyperbolas, and absolute value functions using an on-screen Cartesian plane and five moveable points.


Platforms: Mac

License: Freeware Size: 227 KB Download (96): Graphing Functions Download

Added: April 14, 2013 | Visits: 290

Matlab Maze usage thyme = maze(30,45,'c');row - number of rows in the mazecol - number of column in the mazepattern - random(r), vertical(v), horizontal(h), checkerboard(c), spiral(s), burst(b)Construct graph system for maze. The graph entities are an id for each intersection(id), the physical row(rr) and...


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): Matlab Maze Download

Added: July 11, 2006 | Visits: 4.156

Pop-a-Color Value Pop-a-Color Value is a simple graphics tool that can be used to get color values when making skins for programs and also creating websites. When looking for html color values, hex color values, or rgb color values, Pop-a-Color Value is convenient when finding and learning color value ranges.


Platforms: Windows

License: Freeware Size: 316 KB Download (688): Pop-a-Color Value Download

Added: February 22, 2010 | Visits: 1.514

Keyword Market Value Analyzer Keyword Market Value Analyzer allows you to compile a database a keywords based on a particular keyword subject, and to compare their popularity with the highest amount advertisers are willing to pay to advertise for the keyword. The result of Keyword Market Value Analyzer is a really good idea...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (105): Keyword Market Value Analyzer Download

Released: August 22, 2012  |  Added: August 22, 2012 | Visits: 597

Resistor Value Calculator Resistor Value Calculator is an accessible and easy-to-use instrument that has been developed in order to compute a resistor value by knowing it's colors. Resistor Value Calculator was created with the help of the Java programming language and can run on multiple platforms.


Platforms: Windows

License: Freeware Download (449): Resistor Value Calculator Download

Added: May 10, 2013 | Visits: 575

Finding the value passed to a function by name Sometimes inside a decorator that creates a function with a generic (*args, **kwargs) signature, you want to access a value passed for a particular parameter name to a wrapped function, but don't know whether that value will be passed as a positional or keyword argument, or whether the wrapped...


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


Added: May 10, 2013 | Visits: 479

Changing a closed-over value In most languages with closures, it is possible to change a closed-over value and have the change visible in other closures which share a reference to the same variable. Python's syntax makes this impossible. Putting your changeable values inside a mutable object like a list-- it may occasionally...


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

License: Freeware Download (56): Changing a closed-over value Download

Added: May 10, 2013 | Visits: 413

Generic cacheable value objects superclass Generic cacheable value objects superclass script is a superclass for cache value objects by its constructor arguments.


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

License: Freeware Download (52): Generic cacheable value objects superclass Download

Added: May 10, 2013 | Visits: 778

Linear equations solver This script allows you to runĀ a linear equations solver using eval and built-in complex numbers.One could add one more line to insert '*' where needed, i.e. "100x" -> "100*x", add some input validation, in particular check whether the equation is actually linear and not quadratic or cubic, and...


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

License: Freeware Download (58): Linear equations solver Download

Added: August 13, 2013 | Visits: 567

SELECT-VALUE-SET This script allows you to set the value of a select tag without having to know its position in the list.


Platforms: JavaScript

License: Freeware Size: 10 KB Download (54): SELECT-VALUE-SET Download

Added: August 24, 2013 | Visits: 494

Lagrange's equations Lagrange is a function that calculate equations of motion (Lagrange's equations) d/dt(dL/d(dq))- dL/dq=0. It Uses the Lagrangian that is a function that summarizes thedynamics of the system. Symbolic Math Toolbox is required.


Platforms: Matlab

License: Freeware Size: 10 KB Download (50): Lagrange's equations Download

Graphical ODE solver for one or two ordinary differential equations Graphical user interface (GUI) is used to solve up to two ordinary differential equations (ODEs). Results can be plotted easily. Choose between MATLAB's ode45 (non-stiff solver) or ode15s (stiffer solver).This is primarily a teaching tool.


Platforms: Matlab


1 2 3 4 5 >