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 49.589.930 Times

Acid Base Titrations Equivalence Point software
Filter: All | Freeware | Demo
 

Acid Base Titrations Equivalence Point

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

Smarty Base Template Smarty Base Template is a Smarty library for easy setup and use of base framework templates within PHP Smarty. A set of base content definition and base content template displays plug-in functions.



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

License: Freeware Download (51): Smarty Base Template Download

Released: June 12, 2013  |  Added: July 05, 2013 | Visits: 1.683

Copper Point of Sale Software Free POS Software - Download Retail Point of Sale Software System to streamline the retail checkout process. A cash register software system stores product information, records all sales transactions, prints receipts for customers and manages pricing and discounts. The Copper Point of Sales...





Platforms: Windows

License: Freeware Size: 448.02 KB Download (84): Copper Point of Sale Software Download

Released: July 26, 2013  |  Added: September 14, 2013 | Visits: 977

HarePoint Knowledge Base for SharePoint HarePoint Knowledge Base is a ready-made solution that provides a full-functionally knowledge management system in your SharePoint environment. The product is compatible with Microsoft SharePoint 2010 and 2013. The most outstanding advantage of the product is that it is easily deployed and...


Platforms: Windows

License: Shareware Cost: $1499.00 USD Size: 17.03 MB Download (48): HarePoint Knowledge Base for SharePoint Download

Added: May 10, 2013 | Visits: 779

UAV Matching and Data Base this program consider to be data base of micro and mini uav's and allow to you to make matching between data and show the result in excel report


Platforms: Matlab

License: Freeware Size: 3.01 MB Download (44): UAV Matching and Data Base Download

Added: May 22, 2013 | Visits: 422

point spread function calculation the shape and intensity distribution of focus point


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): point spread function Download

Converting Models from Floating Point to Fixed Point for Production Code Generation An essential step in embedded software development, floating- to fixed-point conversion can be tedious, labor-intensive, and error-prone. System engineers frequently design algorithms in floating-point math, usually double-precision. This format represents the ideal algorithm behavior but takes...


Platforms: Matlab


Added: May 15, 2013 | Visits: 432

Iterative Closest Point Method, C++ ICP - Iterative Closest Point algorithm, c++ implementation. Handles only points in R^3. Makes use of a kd-tree for closest-point search. ICP finds the transformation of points in data to fit points in model. Fit with respect to minimize a weighted sum of squares for distances between the data...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (39): Iterative Closest Point Method, C++ Download

RAPID RADIOMETRIC ENHANCEMENT OF COLORED 3D POINT CLOUDS USING COLOR BALANCING This implementation includes modules for radiometric enhancement of colored 3D point clouds. The introduced method balances the colors of -preferably but not necessarily- overlapping point clouds in such a way that the color variances in overlapping parts of the point clouds are reduced. See...


Platforms: Matlab


Added: September 14, 2013 | Visits: 450

Simple three-point minimum estimation Calculate minimum of single variable function using 3-point searchUsage:estimated_min=three_point(sfun,a,b,tolerance) sfun: Symbolic/String function a: Inferior Limit b: Superior Limit tolerance: Tolerance Range


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Simple three-point minimum estimation Download

Added: May 15, 2013 | Visits: 463

robust point set registration using mixture of Gaussians This package contains the MATLAB code for the robust point-setregistration algorithm discribed in the ICCV'05 paper:"Bing Jian and Baba C. Vemuri,A Robust Algorithm for Point Set Registration Using Mixture of Gaussians."It is part of software package which can be freely downloaded...


Platforms: Matlab

License: Freeware Size: 40.96 KB Download (39): robust point set registration using mixture of Gaussians Download

Added: July 05, 2013 | Visits: 357

PT2: tU, tG and inflection point Plot step response of PT2 (two PT1s)Calculate tU, tG, damping and inflection point.


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): PT2: tU, tG and inflection point Download

Added: June 18, 2013 | Visits: 483

MERGING 3D POINT CLOUDS WITH RADIOMETRIC ENHANCEMENT This implementation includes modules for radiometric enhancement of colored 3D point clouds and nearest neighbor search. The introduced method detects the overlapping parts and derives a transformation function that reduces radiometric differences. This transformation function can be in one of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): MERGING 3D POINT CLOUDS WITH RADIOMETRIC ENHANCEMENT Download

Added: September 06, 2013 | Visits: 313

Point biserial correlation Calculates point biserial correlation and tests for significance with either ttest or ranksum test.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Point biserial correlation Download

Added: May 26, 2013 | Visits: 505

Distance from a point to polygon Calculate the distance from a point to 2-D polygon, and the point on the polygon closest to the point.This is based on the function made by Michael Yoshpe. Also include the test suggested by Eric Schmitz.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Distance from a point to polygon Download

bitgui: A graphical explorer of the IEEE 754 floating point formats This graphical tool displays an editable binary representation of the two floating point formats used in MATLAB, namely single and double.For the selected number three displays are available:* The value as formated by the MATLAB software* The analysis of its segments: sign, mantissa and exponent...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): bitgui: A graphical explorer of the IEEE 754 floating point formats Download

Added: August 14, 2013 | Visits: 412

16 point radix 2 DIF FFT with Hamming window Implementation of 16 point radix 2 with Hamming windowApply hamming window for the input of FFT


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): 16 point radix 2 DIF FFT with Hamming window Download

Added: June 18, 2013 | Visits: 312

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 (39): Convert decimal integer to arbitrary base Download

Added: August 12, 2013 | Visits: 359

N-Point Central Differencing Computes an n-point central difference of function f with spacing h.Computes an n-point central difference of function f with spacing h.Returns a vector df of same size as f.Input f must be a vector with evenly spaced points.Input n must be 3,5,7, or 9.Differences for points near the edges are...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): N-Point Central Differencing Download

Added: July 23, 2013 | Visits: 433

Find point position in 2D polygon Calculates point position in 2D polygon: inside, outside, is a vertex and on the edge.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Find point position in 2D polygon Download

Added: August 24, 2013 | Visits: 420

Distance between a point and a triangle in 3D Calculate the distance of a given point P from a triangle TRI.Point P is a row vector of the form 1x3. The triangle is a matrix formed by three rows of points TRI = [P1;P2;P3] each of size 1x3. dist = pointTriangleDistance(TRI,P) returns the distance of the point P to the triangle TRI. [dist,PP0]...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Distance between a point and a triangle in 3D Download

< 1 2 3 4 5