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

Decimal Squares software
Filter: All | Freeware | Demo
 

Decimal Squares

< 1 2 3 4 5 > 
Added: August 01, 2013 | Visits: 406

Efficient convertors between binary and decimal numbers These programs were developed for fast conversions between binary and decimal integers (there are other programs by fellow Matlab-users, dealing with fractions). They can be useful when the binary numbers are in vector form instead of strings.b2d takes a binary number in the form of an array and...



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Efficient convertors between binary and decimal numbers Download

Added: August 08, 2013 | Visits: 506

Least Squares Data Fitting in MATLAB Demonstration of least squares data fitting using both inverse and backslash operators.This example was developed for use in teaching modeling, simulation, and optimization in graduate engineering courses. A corresponding video is available at:





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Least Squares Data Fitting in MATLAB Download

Added: June 18, 2013 | Visits: 320

Convert decimal integer to arbitrary base DECIMAL_CONVERT generates a vector of coefficients representing a base 10 integer in a chosen base.DECIMAL_CONVERT(D,B) returns the representation of decimal integer, D, as a vector of coefficients such that:D = xn*B^n + ... + x2*B^2 + x1*B^1 + x0*B^0where B is the chosen base.See also polyval,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Convert decimal integer to arbitrary base Download

Released: October 29, 2016  |  Added: December 06, 2016 | Visits: 688

InchPro Decimal InchPro Decimal is free program for conversion inches between all units of measurement and also converting any units of measure among themselves. Any transformations for units from next list in any direction: Metric system - (kilometer, hectometer, decameter, meter, decimeter, centimeter,...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 5.65 MB Download (47): InchPro Decimal Download

Added: April 04, 2006 | Visits: 8.454

Aquarius Soft PC Binary Converter Aquarius Soft PC Binary Converter is a simple and fast number system conversion software that lets you instantly convert between binary, octal, decimal and hexadecimal number systems. Simply enter a value into one of the edit box and immediately see the results in the other 3 edit boxes....


Platforms: Windows

License: Shareware Cost: $3.00 USD Size: 776 KB Download (498): Aquarius Soft PC Binary Converter Download

Released: April 01, 2014  |  Added: July 17, 2014 | Visits: 11.505

Breaktru Fractions n Decimals Two programs in one. One that can Add, Subtract, Divide and Multiply fractions and another that can convert a decimal to a fraction or a fraction to a decimal. It's a breeze with "Fractions". Quick and easy interface. No confusing menus. Many fraction programs only convert fractions to a decimal....


Platforms: Windows, Windows 7

License: Shareware Cost: $9.95 USD Size: 5.1 MB Download (346): Breaktru Fractions n Decimals Download

Released: April 11, 2011  |  Added: October 26, 2011 | Visits: 3.545

Hex Editor Neo Hex and Binary Code Data Editing Software Utility for Windows. Hex Editor Neo is a basic editor for everyone who works with ASCII, hex, decimal, float, double and binary data. Make patches with just two mouse clicks, manipulate your EXE, DLL, DAT, AVI, MP3, JPG files with unlimited undo/redo....


Platforms: Windows

License: Shareware Cost: $24.99 USD Size: 8.33 MB Download (253): Hex Editor Neo Download

Released: August 08, 2011  |  Added: August 29, 2011 | Visits: 2.001

Binary Viewer Binary Viewer is a free windows utility allowing you to open and view any file located on your computer regardless of format file was saved. It can display data in decimal, octal, hexadecimal and text (ASCII or Unicode) formats. Program supports Alternate Data Streams (ADS). It also provides...


Platforms: Windows

License: Freeware Size: 767.6 KB Download (692): Binary Viewer Download

Added: August 23, 2008 | Visits: 880

Cribbage Squares Solitaire An excellent solitaire version of Cribbage that you are sure to find an addictive diversion. Cribbage Squares Solitaire is a one-player game, where you compete against yourself or against the computer for the highest score. The object of Cribbage Squares Solitaire is to build the best possible...


Platforms: Windows

License: Shareware Cost: $7.00 USD Size: 808 KB Download (102): Cribbage Squares Solitaire Download

Added: January 13, 2010 | Visits: 1.034

Convert::MIL1750A Convert::MIL1750A is a Perl module for conversion routines between decimal floating/integer values and hexadecimal values in the MIL-STD-1750A format. SYNOPSIS use MIL1750A; # Convert to MIL-STD-1750A hex from decimal $hex16i = I16_to_1750A( $dec_value ); $hex16f = F16_to_1750A(...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (120): Convert::MIL1750A Download

Added: October 19, 2010 | Visits: 809

EDA EDA is an Eiffel implementation of the General Decimal Arithmetic Specification. EDA allows unlimited precision decimal arithmetic. By implementing the GDA Specification version 1.08, the library conforms to the requirements of the ANSI/IEEE standard 854-1987, while supporting integer and...


Platforms: *nix

License: Freeware Size: 563.2 KB Download (96): EDA Download

Added: February 17, 2010 | Visits: 1.212

Statistics::LineFit Statistics::LineFit module least squares line fit, weighted or unweighted. SYNOPSIS use Statistics::LineFit; $lineFit = Statistics::LineFit->new(); $lineFit->setData (@xValues, @yValues) or die "Invalid data"; ($intercept, $slope) = $lineFit->coefficients(); defined $intercept or die...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (128): Statistics::LineFit Download

Added: July 04, 2010 | Visits: 1.076

Statistics::OLS Statistics::OLS is a Perl module to perform ordinary least squares and associated statistics. SYNOPSIS use Statistics::OLS; my $ls = Statistics::OLS->new(); $ls->setData (@xydataset) or die( $ls->error() ); $ls->setData (@xdataset, @ydataset); $ls->regress(); my ($intercept, $slope)...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (96): Statistics::OLS Download

Added: April 23, 2010 | Visits: 998

Statistics::GaussHelmert Statistics::GaussHelmert is a general weighted least squares estimation module. SYNOPSIS use Statistics::GaussHelmert; # create an empty model my $estimation = new Statistics::GaussHelmert; # setup the model given observations $y, covariance matrices # $Sigma_yy, an initial guess $b0...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (123): Statistics::GaussHelmert Download

Added: January 25, 2010 | Visits: 567

Fraction Squares Fraction Squares shows a series of 160 pre-set drawings. Each drawing is of a square with a fractional part shaded. Students determine the shaded and unshaded fractional parts.


Platforms: Mac

License: Freeware Size: 1.4 MB Download (111): Fraction Squares Download

Released: June 21, 2011  |  Added: July 13, 2011 | Visits: 1.170

EsbDecimals EsbDecimals is a free subset of the forthcoming ESBPCS for .NET - it includes Microsoft .NET Framework Assembly (v2.0, v3.0, v3.5 and v4.0 included) that have classes that supply Constants and Mathematical Routines for the Decimal Type supplied by the Framework. Full C# source is included as...


Platforms: Windows

License: Freeware Size: 2.89 MB Download (92): EsbDecimals Download

Released: July 18, 2012  |  Added: August 26, 2012 | Visits: 962

BHD Converter BHD Converter is a simple tool programmed in java that lets the users convert between the numeric systems binary, hexidecimal, and decimal with the click of a button.


Platforms: Windows

License: Freeware Size: 492.57 KB Download (94): BHD Converter Download

Released: November 02, 2012  |  Added: November 02, 2012 | Visits: 437

Sudoku - Latin Squares for Mac OS This new twist on a classic game opens up a whole new world of Sudoku. Start small, with a 3x3 grid, to take things easy. Or go big, with the classic 9x9 grid, and become a sudoku master. With all kinds of helpful features, like notes and hints, you'll get drawn in to solving hundreds of...


Platforms: Mac

License: Freeware Size: 12.7 MB Download (485): Sudoku - Latin Squares for Mac OS Download

Released: December 08, 2012  |  Added: December 08, 2012 | Visits: 443

Blue Squares This brain twister can produce hours of fun or frustration. Drag the blue squares to the grid and try to figure out which combination is needed to use up all the squares.


Platforms: Windows

License: Freeware Size: 2.01 MB Download (50): Blue Squares Download

Released: November 24, 2012  |  Added: November 24, 2012 | Visits: 431

Radian-Degree Calculator A Windows program for * converting radians to and from degrees, minutes and seconds * converting decimal degrees to and from degrees, minutes and seconds, * converting decimal degrees to and from degrees and decimal minutes, and * performing addition and subtraction of angles. Input values may be...


Platforms: Windows

License: Shareware Cost: $9.95 USD Size: 1.34 MB Download (574): Radian-Degree Calculator Download

< 1 2 3 4 5 >