parsing and evaluating mathematical expressions
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1039
Pattern Matching in Regular Expressions
Regular expressions are all about matching the userâ??s input to the application requirements. Although the system could accept any data without regular expressions, it will not push through since it will never be authenticated. With smart usage of more>> <<less
Added: 2009-05-14 License: Freeware Price: $0.00USD
14 downloads
C Programming - Expressions
In this tutorial you will learn about Expressin in C programming language - Arithmetic Expressions, Evaluation of Expressions, Precedence in Arithmetic Operators, Rules for evaluation of expression, T more>> In this tutorial you will learn about Expressin in C programming language - Arithmetic Expressions, Evaluation of Expressions, Precedence in Arithmetic Operators, Rules for evaluation of expression, Type conversions in expressions, Implicit type conversion, Explicit Conversion and Operator precedence and associativity.<<less
Added: 2006-05-30 License: Freeware Price: Free
1260 downloads
Parsing Forms With PHP and Sending E-Mail
Another very good, and very easy way to use PHP to do something that is more complicated in other languages is form processing and sending e-mail. PHP makes it easy for even the most neolithic of us. more>> Another very good, and very easy way to use PHP to do something that is more complicated in other languages is form processing and sending e-mail. PHP makes it easy for even the most neolithic of us. This two-page tutorial shows you how.<<less
Added: 1999-12-11 License: Other Free / Open Source License Price: Free
3609 downloads
Operators and Arithmetic Fundamentals
Explains operators and simple mathematical functions, which operators take priority over others, and how to implement them in code. more>> Explains operators and simple mathematical functions, which operators take priority over others, and how to implement them in code.<<less
Added: 2004-12-23 License: Price: 0.00 Price: 0.00
13 downloads
Introduction to Regular Expressions with .net 1.0.0
Regular expressions(or regex) are a language used for more sophisticated form and text processing. They are often used to perform complex search-and-replace operations, and to validate that text data is well-formed. Regular expressions can be used to more>> Regular expressions(or regex) are a language used for more sophisticated form and text processing. They are often used to perform complex search-and-replace operations, and to validate that text data is well-formed. Regular expressions can be used to perform all sorts of powerful text processing and manipulation in just about every language and on every platform. Every regular expression either matches text (search) or matches and replaces text (search and replace).<<less
Added: 2009-04-16 License: Freeware Price: $0.00USD
16 downloads
Mathematical generate pictures
Learn how to apply sine and cosines function for creating some pictures by Drawing API. more>> Learn how to apply sine and cosines function for creating some pictures by Drawing API.<<less
Added: 2006-05-21 License: Freeware Price: Free
1254 downloads
Using Regular Expressions in JavaScript 1.0
Regular expressions are represented as samples for searching set symbols combinations in text lines (this search refers to comparison to the sample). more>> Regular expressions are represented as samples for searching set symbols combinations in text lines (this search refers to comparison to the sample).<<less
Added: 2007-05-07 License: Free Non-Commercial Price: $0.00USD
16 downloads
PHP validation and verification
This is one the trickiest parts of any application at all. Why is that? Because the developer doesnt control it. You can write the best algorithm in the world, but still if it includes user input there is a place for mistakes. Even if we put some more>> This is one the trickiest parts of any application at all. Why is that? Because the developer doesnt control it. You can write the best algorithm in the world, but still if it includes user input there is a place for mistakes. Even if we put some coplicated logic to prevent the input of wrong symbols, check the consistence of the data and do whatever possible to make sure that it is all OK, there is still possibility that the users enter the wrong number. Though all said, we must try to prevent the most of human errors and the best way to do this is by using Regular Expressions. Basicly Regular Expressions are used for string matches. They are based on search and pattern matching strings in text. A lot of books are written about them, there are even some programming languages designed especially for Regular Expressions.<<less
Added: 2007-12-08 License: Freeware Price: $0.00USD
13 downloads
Finding links using Regular Expression Syntax 1
In this example source code we will find links in a test using regular expression syntax. You may use this pattern to find in a custom script. more>> In this example source code we will find links in a test using regular expression syntax. You may use this pattern to find in a custom script.<<less
Added: 2004-01-26 License: Freeware Price: $0.00USD
14 downloads
Validate an email address using regular expressions 1.0.0
email address are the means of communication with people around the world. While processing forms email address validation plays an important. Proper email validation strengthen our contact list, ban spamming and protect us from robot form filling (Form more>> email address are the means of communication with people around the world. While processing forms email address validation plays an important. Proper email validation strengthen our contact list, ban spamming and protect us from robot form filling (Form AutoFill). Here we are going to design a regular expression pattern to validate email address. which will check to make sure an e-mail address is a valid address, and in proper format means containing an username, at sign (@), and valid hostname. For example, admin@samplehost.com is valid, but SPAM@badhost is invalid. Most of email service provides limit the use of literals for email address creation. Only letters (a-z,A-Z), numbers (0-9), hyphens (-), underscore (_) and periods (.) are allowed and no special characters are accepted. You can add or remove any literals to your regular expression.<<less
Added: 2009-05-04 License: Freeware Price: $0.00USD
15 downloads
Find And Replace - Regular Expression (REGEXP) Online Tool. 2.0
Recursively searches the contents of files for a particular string, and replaces that string with whatever you like. Ability to first preview, and then to include/exclude files (or lines) which you want edited. The quick-n-simple version allows you to more>> Recursively searches the contents of files for a particular string, and replaces that string with whatever you like. Ability to first preview, and then to include/exclude files (or lines) which you want edited. The quick-n-simple version allows you to just paste text into a textarea, and apply regular expressions to it (includes REG-EXP examples).<<less
Added: 2005-05-05 License: Freeware Price: $0.00USD
14 downloads
JavaScript Regular Expressions guide
Regular expressions are a powerful tool for performing pattern matches in Strings in JavaScript. This is a comprehensive guide and reference on JS regular expressions. more>> Regular expressions are a powerful tool for performing pattern matches in Strings in JavaScript. This is a comprehensive guide and reference on JS regular expressions.<<less
Added: 2006-07-25 License: Freeware Price: $0.00USD
21 downloads
FrontPage, Dreamweaver And Expression Web Templates
Zeustemplates offers premium FrontPage, Dreamweaver and Expression Web Templates for unlimited downloads. All templates at Zeustemplates are full site and include of all the features that Frontpage, Dreamweaver or Expression Web support. Such as DWT more>> Zeustemplates offers premium FrontPage, Dreamweaver and Expression Web Templates for unlimited downloads. All templates at Zeustemplates are full site and include of all the features that Frontpage, Dreamweaver or Expression Web support. Such as DWT layouts etc are included.<<less
Added: 2007-02-18 License: Commercial Price: $0.00USD
15 downloads
Regular Expression Methods
Regular expression or RegEx may look like a simple function in an Ajax or JavaScript based application but itâ??s presence in these forms of applications is very importance since they help in screening the forms of data coming into the application. The more>> <<less
Added: 2009-05-11 License: Freeware Price: $0.00USD
14 downloads
Matching text with Special meta-characters using Regular Expressions 1.0.0
Regex are more powerful and we want to do more than simply search for literal pieces of text. There are certain reserved meta-characters with Special uses and meaning. These "metacharacters" are: the square bracket [...], the backslash , the caret ^, more>> <<less
Added: 2009-04-20 License: Freeware Price: $0.00USD
15 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 parsing and evaluating mathematical expressions 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