This nice program is able to solve and draw linear equations of any order easily. The ULTRA-HIGH precision and the ablity to draw ANTI-AILIASED lines are only a few of its facilities. Despite all these facilities, there are only a few lines of code. Note: This program is written in Borland Delphi 2007
[Introduction]
------------------
This program is a new version of the "V Design Linear Equations" series which can be downloaded from the website you've downloaded this code from. In this version, the whole structure has been changed.
The followings are new facilities and updates which make this version
far better than the previous ones:
[+] The precision has gone up so much.
[+] The ablity to draw anti-ailiased lines for better View.
[+] New graph which provides navigation.
[+] The ablity to determine Minimum and Maximum ranges.
[+] The ablity to determine the X and Y increments.
[Usage]
----------
Before compiling the application, please compile the Math Expression parser library which is a critical need for the application.
Math Expression Parser/__history/vdlibs_mathexparser.dpr.~10~
479b
Math Expression Parser/__history/vdlibs_mathexparser.dpr.~11~
473b
Math Expression Parser/__history/vdlibs_mathexparser.dpr.~12~
1Kb
Math Expression Parser/__history/vdlibs_mathexparser.dpr.~13~
1Kb
Math Expression Parser/__history/vdlibs_mathexparser.dpr.~14~
1Kb
Math Expression Parser/__history/vdlibs_mathexparser.dpr.~15~
1Kb
Math Expression Parser/__history/vdlibs_mathexparser.dpr.~16~
1Kb
Math Expression Parser/__history/vdlibs_mathexparser.dpr.~17~
1Kb
Math Expression Parser/__history/vdlibs_mathexparser.dpr.~18~
1Kb
Math Expression Parser/__history/vdlibs_mathexparser.dpr.~19~
1Kb
Math Expression Parser/vdlibs_mathexparser.dpr
1Kb
Math Expression Parser/vdlibs_mathexparser.dproj
3Kb
Math Expression Parser/vdlibs_mathexparser.dproj.local
373b
Math Expression Parser/vdlibs_mathexparser.identcache
125b
Math Expression Parser/vdlibs_mathexparser.res
5Kb
READ ME!!!!.txt
1Kb
UNIT_MAIN.dcu
26Kb
UNIT_MAIN.dfm
141Kb
UNIT_MAIN.pas
24Kb
Similar code
xVideo Delphi Demo
(Popularity: ) : This is a demo using xVideo library(http://surodev.com).. What is xVideo? xVideo is a multimedia library that acts like a wrapper for DIrectshow. Main featureas: media playback, support for capture devices, converter, support adding DSP, Winamp DSP plugins, DVD playback. Binary Clock
(Popularity: ) : This is a simple binary clock, I got the idea from Linux's binary clock applet.
Polynomial
(Popularity: ) : Program to evaluates a uniform polynomial of one variable at the value x. Definition: f(x) = a0 x^0 + a1 x^1 + a2 x^2 + a3 x^3 + ... a0, a1, ... are coefficients Calculate ( Calculator )
(Popularity: ) : To provide a way for a program to use dynamic formulas / expressions at run-time. For instance you could read in a formula ( with variables ) from a config file then pass that formula ( variables and all ) ... Mini-Calculator
(Popularity: ) : This example simply shows how to perform the 4 most basic mathematical functions there are: Multiplication, Division, Subtraction, and Addition. Math Expression Evaluator
(Popularity: ) : 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 code. Enjoy RichEdit Syntax Highlighter 3.0
(Popularity: ) : Set of classes for Automatic Syntax highlighting in a RichEdit Control for Delphi 5,6 and 7 Classes: TpsvPasRTF -- Delphi syntax highlight TpsvHTMLRTF -- HTML syntax highlight TpsvSQLRTF -- SQL syntax highlight TpsvPHPRTF -- PHP syntax highlight TpsvVBScriptRTF -- VBScript ... Millercalc
(Popularity: ) : This is a simple calculator program that I made to help me learn the Delphi programming enviroment. It only does the simple math operations add, subtract, multiply and divide. Vector Algebra
(Popularity: ) : A small library for vector algebra: scalar and vector products, rotations etc. Works with any coordinates (cartesian or not). RG-PhoeniX
(Popularity: ) : Phoenix is a scripting language,with some functions,its just a little code,because I only worked 2 hours on it,but I would like if you make more functions in it. I will upload a better version Soon.