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

Fixed Immediate Annuities freeware
Filter: All | Freeware | Demo
 

Fixed Immediate Annuities

< 1 2 3 4 5 > 

Tips for Fixed-Point Modeling and Code Generation for Simulink 7 (R2008a) There are challenges to face when programming in fixed-point code manually. Similarly, care is required in automatically generating fixed-point code. The developer must pay attention to design tradeoffs, namely: accuracy, efficiency, ROM, RAM, execution time, and readability.The MathWorks tools... Platforms: Matlab


Fixed Start/End Point Multiple Traveling Salesmen Problem - Genetic Algorithm Script Finds a (near) optimal solution to a variation of the M-TSP by setting up a GA to search for the shortest route (least distance needed for each salesman to travel from the start location to individual cities and back to the original starting place).Each salesman starts at the first point, and... Platforms: Matlab


Toolbox for Analysis of Complex System Using Fixed Points Script It provides a way and interface to find fixed points in system equations, determine their properties and to animate the results. Platforms: Matlab


Added: August 11, 2013 | Visits: 467

Rotation About A Fixed Axis Model The Rotation About a Fixed Axis example computes the angular momentum of a rigid rectangular box attached to a rotating axle. The fixed axis is in the z-direction. Users can tilt the box relative to the axle and can change the box dimensions. The simulation shows that the angular momentum vector... Platforms: Mac

License: Freeware Size: 849.92 KB Download (35): Rotation About A Fixed Axis Model Download

Added: April 20, 2010 | Visits: 790

mod_sleep mod_sleep module simply sleeps a fixed length of time every request. The sleep time can be configured globally, or per < VirtualHost >, < Directory >, or < Location >. This module serves more as an example than providing any really useful function, though someone did ask for it - sort of.... Platforms: *nix

License: Freeware Size: 24.58 KB Download (93): mod_sleep Download

Added: August 02, 2010 | Visits: 997

Parse::Binary::FixedFormat Parse::Binary::FixedFormat is a Perl module to convert between fixed-length fields and hashes. SYNOPSIS use Parse::Binary::FixedFormat; my $tarhdr = new Parse::Binary::FixedFormat [ qw(name:a100 mode:a8 uid:a8 gid:a8 size:a12 mtime:a12 chksum:a8 typeflag:a1 linkname:a100 magic:a6... Platforms: *nix

License: Freeware Size: 31.74 KB Download (96): Parse::Binary::FixedFormat Download

Added: June 12, 2010 | Visits: 1.345

dxgallery dxgallery is a static HTML image gallery generator which uses dynamic columns and fixed pixel image scaling. It also tries to look pretty. I created dxgallery because it is the only one I know of that: - Uses a dynamic number of columns. - Uses consistent pixel count scaling. - Is the... Platforms: *nix

License: Freeware Size: 20.48 KB Download (96): dxgallery Download

Released: December 06, 2012  |  Added: December 06, 2012 | Visits: 2.580

App::SimpleScan::Substitution::Line App::SimpleScan::Substitution::Line is a line with optional fixed variable values. SYNOPSIS my $line = App::SimpleScan::Substitution::Line->new(" this "); # Use only this value when substituting " ". $line->fix(substituite => change); # what vars are fixed? my @fixed_ones =... Platforms: *nix

License: Freeware Size: 54.27 KB Download (258): App::SimpleScan::Substitution::Line Download

Added: January 25, 2010 | Visits: 636

Immediate Answer Immediate Answer lets you choose your search area from a pop-up menu. Type in your question, select web page, image, news or movie from the pop-up menu, hit return and get an answer from Jeeves. A special thanks to e-dot studios for letting me use a part of their Google Widget v 1.1 script. Platforms: Mac

License: Freeware Download (96): Immediate Answer Download

Released: October 18, 2012  |  Added: October 18, 2012 | Visits: 872

StelsCSV - fast Text JDBC / CSV JDBC driver StelsCSV is a JDBC driver that allows to perform SQL queries and other JDBC operations on text files (CSV, DSV, tab-separated, fixed-length, etc). Using this driver, you can easily create a fast database consisting of plain text files. Also, the driver can be used for writing data import programs... Platforms: Windows, Unix, Linux

License: Freeware Size: 1013.76 KB Download (58): StelsCSV - fast Text JDBC / CSV JDBC driver Download

Released: June 03, 2012  |  Added: June 03, 2012 | Visits: 506

TextMaster Split File Software tool for slicing any fixed or delimited text files into specified number of text files with the same structure. Features include defining number of files to split into based on number of lines each file should contain or fixed number of files regardless of the size. Each file can have... Platforms: Windows

License: Freeware Size: 354 KB Download (52): TextMaster Split File Download

Added: May 10, 2013 | Visits: 513

Fixed Data Dropdown In other words, this is a dependent drop down with a static data set consisting of the keys (which will be used for the first input selector) and the values (which will be in the dependent drop down).If the database's values do not uniquely identify a specific key, you may well want to save the... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (56): Fixed Data Dropdown Download

Added: April 04, 2013 | Visits: 577

Blurry Background Effect Simple fixed positioning of two separate background images allows for a very neat effect. Like looking through frosted glass. Platforms: JavaScript

License: Freeware Size: 92.16 KB Download (46): Blurry Background Effect Download

Added: May 20, 2013 | Visits: 428

Fade Out Bottom Using a fixed position alpha-transparent PNG, you can make the bottom of your page d-deDUfade outd-deDt. Platforms: JavaScript

License: Freeware Size: 10 KB Download (46): Fade Out Bottom Download

A 32 point FFT in embedded MATLAB using fixed point arithmetic DFT plays important role in DSP and used in wide variety of applications like correlation and spectral analysis. Understanding quantization errors in its computation is an important aspect of its design either for s/w or h/w implementation.A complex DFT of N points has N complex (4N real)... Platforms: Matlab


Added: May 22, 2013 | Visits: 485

Fixed-Point ATAN2 using CORDIC This demo consists of a m-file script (fixed_point_atan2_using_cordic.m) and a m-file function (atan2_fixpt.m). The script contains a step-by-step explanation of how a four quadrant arctan can be calculated using a CORDIC (COordinate Rotation DIgital Computer) algorithm. The first part shows the... Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Fixed-Point ATAN2 using CORDIC Download

Added: July 29, 2013 | Visits: 510

Fixed Point Radix-4 FFT Radix-4 FFT Test ScriptThis file runs three versions of a Radix-4 FFT written in MATLAB: radix4FFT1_Float.m computes a radix-4 FFT for floating point data types radix4FFT2_FixPt.m computes a fixed point radix-4 FFT (requires Fixed Point Toolbox) radix4FFT3_FixPtEML.m is an Embedded MATLAB version... Platforms: Matlab

License: Freeware Size: 61.44 KB Download (48): Fixed Point Radix-4 FFT Download

Added: August 14, 2013 | Visits: 551

Fixed-Point Programming in MATLAB Webinar Materials The attached zip file contains the slides, MATLAB M-files, and Simulink models that were used in the Fixed-Point Programming in MATLAB webinar from December 8, 2005 by Tom Bryan. The recorded webinar is linked off of the Fixed-Point Toolbox web page Platforms: Matlab

License: Freeware Size: 1.63 MB Download (46): Fixed-Point Programming in MATLAB Webinar Materials Download

Added: August 22, 2013 | Visits: 283

Fixed-point value Run demo file included.Double to fixed-point conversion with setting options like word length, signed/unsigned, automatic or manual scaling, guard bits... Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Fixed-point value Download

Asian Option - Pricing using Monte Carlo Control Variate Method An example to price an Arithmetic Average fixed strike Call option in the Black-Scholes framework using Monte Carlo Control Variate Platforms: Matlab


< 1 2 3 4 5 >