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

Future Value Annuity freeware
Filter: All | Freeware | Demo
 

Future Value Annuity

< 1 2 3 4 5 > 
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

Added: May 10, 2013 | Visits: 401

No Future Posts This can be used to display future events like any other regular posts, without a calendar plugin.InstallationUnpack and upload it to the /wp-content/plugins/ directory.Activate the plugin through the 'Plugins' menu in WordPress. Requirements: - WordPress 2.0 or higher





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

License: Freeware Download (55): No Future Posts Download

Added: June 17, 2013 | Visits: 751

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

Robust solver for Lambert's orbital-boundary value problem A Lambert-orbital boundary value problem can be stated as"Find the orbit/trajectory of a spacecraft that flies from position [r1] to [r2], taking a time [tf] and making [m] complete orbits before arriving at [r2]. "The solution to each Lambert-problem is NOT unique; one can travel to [r2] via the...


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Robust solver for Lambert's orbital-boundary value problem Download

Bidirectional Branch and Bound Minimum Singular Value Solver (V2) B3MSV Bidirectional Branch and Bound(B3) subset selection using the the Minimum Singular Value (MSV) as the criterion.Consider the following subset selection problem:Given a tall (m x n, m>n) matrix, A, to find n rows of A such that the resulted n x n square submatrix has the largest MSV among...


Platforms: Matlab


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 19, 2013 | Visits: 674

Normal gravity value using Somigliana's formula NGRAV computes the normal gravity value (in m/sec^2 unit) of a point with the geodetic latitude defined in GRS80 ellipsoid,which is the more up-to-date and internationally adopted reference ellipsoid.The normal gravity value is used for the computation of the gravity anomaly which removes the...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Normal gravity value using Somigliana's formula 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

Added: September 14, 2013 | Visits: 528

CepCusto - return the value of SEDEX Return a value from a file DB with the value of SEDEX. This class have little use to the major of PHP users but it shows how to create a litle database with ascii files.Retorna um valor de um arquivo de banco de dados com o valor do sedex. Essa classe so eh util para poucos usuarios do PHP e...


Platforms: PHP

License: Freeware Size: 10 KB Download (43): CepCusto - return the value of SEDEX Download

Added: September 12, 2013 | Visits: 597

Blog or Website Value Calculator Blog or Website Value Calculator is a plug-in that gives you a nice tidy widget to display your blog's current estimated value in dollars. This information is displayed to you and your visitors to demonstrate just how much hard work you have put into your blog - Why not show this cool statistic...


Platforms: PHP

License: Freeware Size: 10 KB Download (46): Blog or Website Value Calculator Download

WP Missed Schedule Fix Failed Scheduled Future Posts Fix Missed Scheduled Future Posts Cron Job.Work with Shared and VPS Hosting. Support all WP version from 2.1.x to 3.1.x and WPMU 2.9.2Try WP Overview (lite) Try WP Overview (lite) MUNothing is written into your space diskThe wp_option database table is cleaned after uninstall it!No need to delete...


Platforms: PHP

License: Freeware Size: 10 KB Download (42): WP Missed Schedule Fix Failed Scheduled Future Posts Download

Added: September 16, 2013 | Visits: 418

QM Momentum Expectation Value The QM Momentum Expectation Value program displays the time evolution of the position-space wave function and the associated momentum expectation value. The default wave function is a Gaussian wave packet in a harmonic oscillator. Additional states and other potential energy functions can be...


Platforms: Mac

License: Freeware Size: 51.2 KB Download (35): QM Momentum Expectation Value Download

Added: September 01, 2013 | Visits: 437

QM Position Expectation Value The QM Position Expectation Value program displays the time evolution of the position-space wave function and the associated position expectation value. The default wave function is a two-state superposition of infinite square well states. Additional states and other potential energy functions...


Platforms: Mac

License: Freeware Size: 51.2 KB Download (34): QM Position Expectation Value Download

Added: September 23, 2006 | Visits: 3.327

RColours RColours converts the colour bands commonly found on resistors into the value of that resistor or it converts a given value into the colour bands that would be used to represent that value. 3 and 4 band representations are supported and the user can switch between the two to compare the result...


Platforms: Windows

License: Freeware Size: 53 KB Download (1293): RColours Download

Added: August 10, 2008 | Visits: 1.679

Future pinball If you have always dreamed of creating your own pinball machine with the components you want and completely how you like, then you`ve finally found the right program with this excellent pinball simulator.Future pinball 1.5 lets you design and create a pinball machine how you like, making it as...


Platforms: Windows

License: Freeware Size: 1024 B Download (788): Future pinball Download

Added: July 08, 2010 | Visits: 1.297

Ogg::Vorbis::Header Ogg::Vorbis::Header is an object-oriented interface to Ogg Vorbis information and comment fields. SYNOPSIS use Ogg::Vorbis::Header; my $ogg = Ogg::Vorbis::Header->new("song.ogg"); while (my ($k, $v) = each %{$ogg->info}) { print "$k: $vn"; } foreach my $com ($ogg->comment_tags) { print...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (217): Ogg::Vorbis::Header Download

Added: March 22, 2010 | Visits: 1.010

Nemiver Nemiver is an project to write a standalone graphical debugger that integrates well in the GNOME desktop environment. The project currently features a backend which uses the well known GNU Debugger gdb. General - In addition to the toolbar buttons, you can toggle breakpoints simply by...


Platforms: *nix

License: Freeware Size: 614.4 KB Download (99): Nemiver Download

Added: June 18, 2010 | Visits: 1.004

Tie::CountLoop Tie::CountLoop is a Perl module that helps you have a counter looping in a scalar with min max and increment value. SYNOPSIS use Tie::CountLoop; tie my $counter , Tie::CountLoop,15 ,-1 ,15 ,7 ,0; my $t = tied $counter; $t->increment( 1 ); for ( 1 .. 20 ) { print " <<$counter>> <$_>...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (92): Tie::CountLoop Download

Added: May 01, 2010 | Visits: 1.050

GO::TermFinder GO::TermFinder is a Perl module that can identify GO nodes that annotate a group of genes with a significant p-value. This package is intended to provide a method whereby the P-values of a set of GO annotations can be determined for a set of genes, based on the number of genes that exist in the...


Platforms: *nix

License: Freeware Size: 860.16 KB Download (101): GO::TermFinder Download

Added: August 01, 2010 | Visits: 1.270

Pim Pam PONG Pim Pam PONG is a PONG clone with a new look and in future versions, new interesting features. Pim Pam PONG is a clone of the original PONG developed in the 70s. Pim Pam PONG has been developed using the SDL libraries: SDL, SDL_image, SDL_mixer, and SDL_ttf. This permits the portability of...


Platforms: *nix

License: Freeware Size: 501.76 KB Download (96): Pim Pam PONG Download

< 1 2 3 4 5 >