 |
|
|
|
Math Expression Evaluator
The thing takes a string like ((Cos(Pi/2)+1)^(2+3)+1) and returns the result. It's an improved Delphi version of the award-winning VB ... |
July 3rd 2008 |
|
11k |
Millercalc
This is a simple calculator program that I made to help me learn the Delphi programming enviroment. It only does ... |
May 14th 2008 |
|
10k |
Polynomial
Program to evaluates a uniform polynomial of one variable at the value x. Definition: f(x) = a0 x^0 + a1 ... |
February 4th 2008 |
|
11k |
Mini-Calculator
This example simply shows how to perform the 4 most basic mathematical functions there are: Multiplication, Division, Subtraction, and Addition. |
October 3rd 2007 |
|
2k |
Binary Clock
This is a simple binary clock, I got the idea from Linux's binary clock applet.
|
March 21st 2006 |
|
8k |
Calculate ( Calculator )
To provide a way for a program to use dynamic formulas / expressions at run-time. For instance you could read ... |
March 21st 2006 |
|
8k |
|
|
|
 |