math expression parser component
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4791

Math Expression Calculator 9.14
Math Expression Calculator is an ease to use tool to quickly evaluate mathematical expressions involving multiple variables more>>
Math Expression Calculator 9.14 is a program for evaluating mathematical expressions involving multiple variables. With it you are able to type in an expression such as '235 + 15.5 * 6 - ( 225 - 12.75 )' and see the result instantaneously. It supports a lot of functions in addition to the basic operators. It can save the calculations history, you are ease to re-trace your previous calculations. You can free from the frustration when using an ordinary calculator.
Enhancements: includes user interface enhancements.
Download (248KB)
Added: 2007-10-09 License: Freeware Price: $0.00
93 downloads
EquTranslator. Math exprassion parser/evaluator. 1.0
Its a fast equation evaluator with parse-tree builder and user-friendly interface for parsing and calculation a run-time defined math expression. The math expressions is represented as string in a fun more>>
Its a fast equation parser/evaluator with parse-tree builder and user-friendly interface for parsing and calculation a run-time defined math expression.
The math expressions is represented as string in a function style
F(x1, x2,..., xn) =f(x1, x2,..., xn)
, where
F(x1, x2,..., xn) - declares number and names of the variables;
f(x1, x2,..., xn) - math expression may contain:
-variables x1, x2,..., xn and numbers,
-arithmetic operations + - * / ^,
-supporting a large set of math functions: sqrt, sin, exp, cos, tan, ln, abs, acos, asin, atan, cosh, log10, sinh, tanh,
-constants e= 2.71828182845904 and pi= 3.14159265358979, and
-user defined functions and constants.
For example:
F(x, y) = 3*x^2+y^2+e/4,
F(x1, x2, y) = (x1-sin(x2))/y,
F()=5+6+pi.
Algorithm, which is used here, has been developed and implemented by Easy Math Solution and has different binary (static link library, dynamic link library and COM) implementation and programming approach (procedural and object oriented). It allows using EquTranslator in C/C++, C#, Delphi, VB and other languages and systems that can understand dll and COM.
<<lessThe math expressions is represented as string in a function style
F(x1, x2,..., xn) =f(x1, x2,..., xn)
, where
F(x1, x2,..., xn) - declares number and names of the variables;
f(x1, x2,..., xn) - math expression may contain:
-variables x1, x2,..., xn and numbers,
-arithmetic operations + - * / ^,
-supporting a large set of math functions: sqrt, sin, exp, cos, tan, ln, abs, acos, asin, atan, cosh, log10, sinh, tanh,
-constants e= 2.71828182845904 and pi= 3.14159265358979, and
-user defined functions and constants.
For example:
F(x, y) = 3*x^2+y^2+e/4,
F(x1, x2, y) = (x1-sin(x2))/y,
F()=5+6+pi.
Algorithm, which is used here, has been developed and implemented by Easy Math Solution and has different binary (static link library, dynamic link library and COM) implementation and programming approach (procedural and object oriented). It allows using EquTranslator in C/C++, C#, Delphi, VB and other languages and systems that can understand dll and COM.
Download (720K)
Added: 2005-03-17 License: Freeware Price: $0.00
1699 downloads
Regular Expression Component Library for VC7 3.1
Search and/or replace strings or files using regular expressions. more>>
The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions in non-managed C++ code. It supports both MFC programming using the MFC programming model and non-MFC programming. Both methods of programming support a properties, methods, and events model with VC++ and Visual Studio .NET 2002.
It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.
<<lessIt has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.
Download (6.45MB)
Added: 2003-08-14 License: Freeware Price:
2272 downloads
Regular Expression Component Library for VC6 3.1
Search and/or replace strings or files using regular expressions. more>>
The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions.
It supports both MFC programming using the MFC programming model and non-MFC programming. Both methods of programming support a properties, methods, and events model with VC++. Member function event handling is supported using the packaged Boost function and bind facilities which comes with the download.
It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.
<<lessIt supports both MFC programming using the MFC programming model and non-MFC programming. Both methods of programming support a properties, methods, and events model with VC++. Member function event handling is supported using the packaged Boost function and bind facilities which comes with the download.
It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.
Download (6.79MB)
Added: 2003-08-14 License: Freeware Price:
2263 downloads
Regular Expression Component Library for BCB4 3.1
Search and/or replace strings or files using regular expressions. more>>
The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions. It supports both VCL programming using the C++ Builder 4 IDEs RAD programming model and non-VCL programming. Both methods of programming support the properties, methods, and events model C++ Builder.
It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.
<<lessIt has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.
Download (4.26MB)
Added: 2003-08-14 License: Freeware Price:
2262 downloads
Regular Expression Component Library for BCB6 3.1
Search and/or replace strings or files using regular expressions. more>>
The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions.
It supports both VCL programming using the C++ Builder 6 IDEs RAD programming model and non-VCL programming. Both methods of programming support the properties, methods, and events model C++ Builder.
It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.
<<lessIt supports both VCL programming using the C++ Builder 6 IDEs RAD programming model and non-VCL programming. Both methods of programming support the properties, methods, and events model C++ Builder.
It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.
Download (3.30MB)
Added: 2003-08-14 License: Freeware Price:
2266 downloads
Epson Expression 636 3.42A copy
Windows 98 twain driver more>> This self-extracting file contains the Expression 636 Plug and Play driver v.3.42A for Windows 98. Note: This driver requires a SCSI connection. After installation, Windows identifies the scanner as a GT-9500.<<less
Download (790k)
Added: 2008-11-09 License: Update Price:
348 downloads
Email Address Parser 1.5
Allows for quick formatting of email list for mass emailings. Just import a text file full of emails and Email Address Parser will remove any improperly formatted emails saving you loads of time. more>>
System Requirements: Windows
Enhancements: Improved Emailing feature. Improved parsing.
<<less Download (2.08MB)
Added: 2009-06-20 License: Freeware Price: $0.00
55 downloads
Microsoft Expression Media Reader (Windows) 1
Microsoft Expression Media Reader (Windows) is created to be a free but useful application which allows you to share Expression Media catalogs with anyone on the Macintosh or Windows platform who may not own Expression Media. more>> <<less
Download (5.1MB)
Added: 2007-08-20 License: Freeware Price:
downloads
MB Free Expression Number 1.85
MB Free Expression Number is such an easy-to-use and handy software which lets you predict what lies ahead of you in the calendar year ahead. more>> <<less
Download (785.2KB)
Added: 2008-11-16 License: Freeware Price:
downloads
SMAngleLabel component
SMAngleLabel component is the successor TCustomLabel with the extended features more>>
SMAngleLabel component is the successor TCustomLabel with the extended features. Is able to display the text under any angle. This component allows to change a horizontal alignment and vertical layout.
SMAngleLabel component works with Alignment and Layout properties.
<<lessSMAngleLabel component works with Alignment and Layout properties.
Download (2.84KB)
Added: 2006-08-30 License: Freeware Price:
1150 downloads
MB Minor Expression Number 1.0
MB Minor Expression Number gives you a useful and unique numerology software that lets you know the attributes of your minor expression numbers that is also often referred to as just expression number. more>> <<less
Download (724.3KB)
Added: 2009-11-16 License: Freeware Price: Notavailable
downloads
Regular Expression Checker 1.42
This is the software for creating regular expression and testing it. Can write regular expressions, even if you do not know about the details of regular expression. You can buy the Source Code ( C#200 more>>
Requirements: Microsoft .NET Framework
<<less Download (124.14KB)
Added: 2008-09-07 License: Freeware Price: $0
534 downloads
Other version of Regular Expression Checker
License:Freeware
SMConvexButton component
SMConvexButton component is an extension of the TBitBtn component that allows to display a caption and glyph more>>
SMConvexButton component is an extension of the TBitBtn component that allows to display a caption and glyph. It looks like an IBM-button.
<<less Download (6.89KB)
Added: 2006-08-31 License: Freeware Price:
1149 downloads
Desktop Expression Calculator 1.1
Desktop Expression application represents a free calculator designed to solve arithmetic expressions more>>
Desktop Expression application represents a free calculator designed to solve arithmetic expressions.
The expression calculator evaluates a single line artihmetic expression such as
sqrt(cos(60)+sin(30)).
Expression Calculator has been developed for Win32 platforms and has been tested with Windows XP.
<<lessThe expression calculator evaluates a single line artihmetic expression such as
sqrt(cos(60)+sin(30)).
Expression Calculator has been developed for Win32 platforms and has been tested with Windows XP.
Download (321KB)
Added: 2007-03-07 License: Freeware Price:
968 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above math expression parser component search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed
