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

Value Pawn software
Filter: All | Freeware | Demo
 

Value Pawn

< 1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 330

Caching and aliasing with descriptors This script contains a few simple descriptor classes to compute and cache attribute value on demand and to define attribute as alias to other.



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

License: Freeware Download (52): Caching and aliasing with descriptors Download

Released: December 03, 2012  |  Added: December 03, 2012 | Visits: 588

Bond Value Calculator for PPC Bond Value Calculator makes it possible to estimate the prices of bullet and callable bonds using the arbitrage-free binomial tree of risk-free short rates model.





Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 160 KB Download (51): Bond Value Calculator for PPC Download

Released: September 10, 2012  |  Added: September 10, 2012 | Visits: 417

Pawn'd Break jewels like a king in Pawn'd! Match-3 meets Chess. This addictive new game combines the strategic thinking and unique moves of chess with fun, gem-shattering, puzzle-game action. Each piece has simple but unique moves inspired by chess a


Platforms: Mac

License: Freeware Size: 19 MB Download (51): Pawn'd Download

Added: June 04, 2013 | Visits: 516

UK Power Value Neutral hedge Simple example showing how a value neutral hedge is determined for the UK power (electricity) markets.HedgeControl Function for power hedging of Balance of Month, Monthly and Seasonal products based on value forward preservation hedging, i.e. uses the forward curve to determine the value neutral...


Platforms: Matlab

License: Freeware Size: 112.64 KB Download (51): UK Power Value Neutral hedge Download

Added: May 10, 2013 | Visits: 490

Changing return value for mutating list methods Mutating list methods such as 'append' or 'extend' return None instead of the (mutated) list itself. Sometimes, this is not the desired behaviour. To have a reference to the (mutated) list returned is usefull, if one wants to chain commands such as mylistinstance.append(7).sort().


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


Added: May 10, 2013 | Visits: 505

Getting min/max in a sequence Getting min/max in a sequence script allows you to find the min/max value in a sequence as compared to a reference.


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

License: Freeware Download (51): Getting min/max in a sequence Download

Added: May 10, 2013 | Visits: 410

Print an expression and its value The function printexpr() takes a Python expression, and prints it's value, and the filename and line from which printexpr() is called. This script is useful when debugging programs.


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

License: Freeware Download (50): Print an expression and its value Download

ARMAX-GARCH Toolbox (Estimation, Forecasting, Simulation and Value-at-Risk Applications) ARMAX-GARCH Toolbox (Estimation, Forecasting, Simulation and Value-at-Risk Applications)The ARMAX-GARCH Toolbox estimates, forecasts and simulates a large variety of ARMA and GARCH models with different distributions and for any order of AR(n), MA(m), ARCH (p) and GARCH (q) effects as well as it...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 235.52 KB Download (50): ARMAX-GARCH Toolbox (Estimation, Forecasting, Simulation and Value-at-Risk Applications) Download

Collateral Missing Value Estimation: a new robust missing value estimation algorithm for microarray The CMVE toolbox estimates missing values by using correlation structure of the data. The software can be used to impute missing values in any correlated data especally microarray gene expression data. The imputation performance of the software has proven significant affect on gene regulatory...


Platforms: Matlab


Released: September 22, 2012  |  Added: September 22, 2012 | Visits: 589

Sothink All Video Converter Value Pack Sothink All Video Converter Value Pack is including Sothink iPod Video Converter, 3GP Video Converter, PSP Video Converter, and SWF to Video Converter. These four video converters can convert Flash to Video files (SWF to Video) and then convert all popular video formats to 3GP/PSP/iPod Video. It...


Platforms: Windows

License: Shareware Cost: $105.00 USD Size: 26.76 MB Download (49): Sothink All Video Converter Value Pack Download

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

Released: June 17, 2012  |  Added: June 17, 2012 | Visits: 817

NPV of Discounted Cash Flows The name NPV of Discounted Cash Flows stands for Net Present Value of Discounted Cash Flows. This free financial calculator determines the present value of an investment property's cash flows and sale proceeds for periods up to ten years. To begin using NPV of Discounted Cash Flows Calculator...


Platforms: Windows

License: Freeware Size: 2.8 MB Download (49): NPV of Discounted Cash Flows Download

Released: October 14, 2012  |  Added: October 14, 2012 | Visits: 307

Value investment Most time the market valuates the stocks correctly. But sometimes stocks are over valued or under valued. Benjamin Grahams idea was to buy stocks when they are under valued. He developed a simple but successful rule. The rule was used by many successful value investors like Warren Buffet. Here we...


Platforms: Windows

License: Demo Cost: $9.99 USD Size: 245 KB Download (49): Value investment Download

Added: April 13, 2013 | Visits: 255

Find Peak Value It's a simple function. Can help you find peak value from a lot of datas. It contains some demos.It's my first time to submit file, thanks for your using.


Platforms: Matlab

License: Freeware Size: 40.96 KB Download (49): Find Peak Value Download

Added: June 17, 2013 | Visits: 750

Black-Scholes Option Value Web Application - Java/Tomcat This is a web application to calculate and plot Black-Scholes option value using MATLAB algorithms. These algorithms are built into Java .jar files using MATLAB Builder for Java. The code shows how to call these algorithms from the Java web application, which runs within Apache's Tomcat servlet...


Platforms: Matlab

License: Freeware Size: 30.72 KB Download (48): Black-Scholes Option Value Web Application - Java/Tomcat Download

Quaternionic singular value decomposition of square colour images into singular value components A colour (RGB or 3-channel) image may be converted to a quaternion matrix by placing the three colour components into the three quaternionic imaginary parts, leaving the real part zero. The quaternionic singular value decomposition is a technique to decompose the quaternion matrix (representation...


Platforms: Matlab


Added: August 21, 2013 | Visits: 499

Search closest value in a vector Search value 'v' in sorted vector 'x' and find index and valuewith respect to vector x that is equal or closest to 'v'.If more than one value is equal then anyone can be returned(this is property of binary search).If more than one value is closest then first occurred is returned(this is property...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Search closest value in a vector Download

Added: June 30, 2013 | Visits: 455

Compromise value for n-player cooperative games Calculates the compromise value for n-player gamesGive as input the values for all coalitions in lexicographic order(per group size). The program then calculates the compromise value.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Compromise value for n-player cooperative games Download

Added: May 10, 2013 | Visits: 353

Link Node 6.x-1.1 / 5.x-1.3 Parameters follow the part and are comma separated name="value" pairs: [node:node_id,title="Original version of the picture"]Note that the values must be encased in double quotes. This is to allow users to include commas in the value.  InstallationUnpack in your modules folder (usually...


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

License: Freeware Download (47): Link Node 6.x-1.1 / 5.x-1.3 Download

Released: June 20, 2012  |  Added: June 20, 2012 | Visits: 420

Sothink All DVD Ripper Value Pack Sothink All DVD Ripper Value Pack contains four professional DVD converters. They are DVD to iPod Converter, DVD to 3GP Converter, DVD to PSP Converter, and DVD Ripper. With the help of these DVD ripper toolss, you can easily rip DVD to AVI, rip DVD to iPod video, rip DVD to 3GP video, rip DVD to...


Platforms: Windows

License: Shareware Cost: $60.00 USD Size: 16.81 MB Download (46): Sothink All DVD Ripper Value Pack Download

< 1 2 3 4 5 >