Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
Quadratic-O-Matic 1.0
K-means Clustering using Perl
Fatalyzer 1.0
Engineering Units Conversion Calculator 1.0
Base Converter 2.0
Top Code
Base Converter 2.0
Engineering Units Conversion Calculator 1.0
Fatalyzer 1.0
K-means Clustering using Perl
Quadratic-O-Matic 1.0
CGI/PERL > Science and Engineering
Source List

Code 1-5 of 5   


This program solves quadratic equations. Type in the coefficients for x^2 and x and the constant to get your quadratic equation and you will then be given the roots of the equation. If "b2 - 4ac" is negative, you'll be given the results...



This script is for a K-means clustering algorithm.



Add this to your site and users can use it to calculate their bodyfat percentage.



This Perl script allows users to convert a wide range of units such as energy, pressure, volume, density, entropy, enthalpy, specific volume, viscosity, and more.



This script takes any integer in decimal and converts it to the same number in any base up to 20.