Welcome![Sign In][Sign Up]
Location:
Search - math parser

Search list

[Mathimatics-Numerical algorithmsMathExpr_src.zip

Description: An extensible math parser
Platform: | Size: 20104 | Author: | Hits:

[GUI DevelopmuParser

Description: Many applications require the parsing of mathematical expressions. The main objective of this project is to provide a fast and easy way of doing this. muParser is an extensible high performance math parser library. It is based on transforming an expression into a bytecode and pre-calculating constant parts of it.
Platform: | Size: 451233 | Author: Gavin | Hits:

[Other算术表达式解析器

Description: 算术表达式解析器 .rar 支持变量和以下数学函数ABS, ATAN, COS, EXP, LN, ROUND,SIN, SQRT, SQR, TRUNC, NOT, BOOL, SGN\"-arithmetic expression parser. Rar support of the following variables and Math ABS, ATAN, COS, EXP, LN, ROUND, SIN, SQRT, SQR, TRUNC, NOT, BOOL, SGN "
Platform: | Size: 49241 | Author: 石林 | Hits:

[Mathimatics-Numerical algorithmsMathExpr_src

Description: An extensible math parser
Platform: | Size: 20480 | Author: 古月明 | Hits:

[Other算术表达式解析器

Description: 算术表达式解析器 .rar 支持变量和以下数学函数ABS, ATAN, COS, EXP, LN, ROUND,SIN, SQRT, SQR, TRUNC, NOT, BOOL, SGN"-arithmetic expression parser. Rar support of the following variables and Math ABS, ATAN, COS, EXP, LN, ROUND, SIN, SQRT, SQR, TRUNC, NOT, BOOL, SGN "
Platform: | Size: 49152 | Author: 石林 | Hits:

[GUI DevelopmuParser

Description: Many applications require the parsing of mathematical expressions. The main objective of this project is to provide a fast and easy way of doing this. muParser is an extensible high performance math parser library. It is based on transforming an expression into a bytecode and pre-calculating constant parts of it.
Platform: | Size: 450560 | Author: Gavin | Hits:

[Delphi VCLUCalc.Fast.Math.Parser.v2.95.For.Delphi.BCB.VB.NE

Description: fast maths routines for delphi/BCB
Platform: | Size: 632832 | Author: DelphiDon | Hits:

[Windows DevelopCalcu(MFC_Yacc_Lex)

Description: 网上很少有yacc+lex结合MFC使用的例子,于是自己按《yacc&Lex》上的例子实现了一个(通过Parser Generator生成C++类),VC6编译运行通过。 支持:+-*/() 数学函数、变量名-Few yacc+ lex-line with examples of the use of MFC, so their own press " yacc & Lex" on the example implements a (by Parser Generator generates C++ classes), VC6 compiler to run through. Support :+-*/() math functions, variable names
Platform: | Size: 476160 | Author: yale | Hits:

[Data structsMath_prs

Description: its a Math Parser. first it asks for a formula. F(x)=? then it analizes the string, makes it a mathematical function, and asks for x. it gives the value of f(c) in specified x.
Platform: | Size: 27648 | Author: mat | Hits:

[OtherPyEmbedMFC_src

Description: Python语言嵌入到MFC的开发中,通过这个例子可以利用两种语言的优势开发程序-Many of you might have seen the numeric input fields in most commercial CAD and scientific applications that facilitate the user to write mathematical expressions. This is to allow the user to use the edit box or the spinner box as a calculator on the fly. I was very much fascinated with this functionality and always wanted to easily have it in my applications. Writing a parser was a long job. When I just started learning Python, I came to know that it was a beautiful calculator by itself. You just need to type the expression on the command line and return-- you get the answer for any math function the C programmer is familiar with. After a long search on the net and the Python API doc, I finally came to know how to simply send a string to the interpreter and retrieve the results. I leveraged this ability of the Python API to embed it into a dialog box.
Platform: | Size: 25600 | Author: liulei | Hits:

[Windows DevelopProj1-89104318

Description: this a simple math expression parser-this is a simple math expression parser
Platform: | Size: 20480 | Author: window | Hits:

[Mathimatics-Numerical algorithmscalculator

Description: this a simple math expression parser-this is a simple math expression parser
Platform: | Size: 20480 | Author: window | Hits:

[Dialog_WindowParser

Description: 本程序为一个实用的函数式计算器,除进行加减乘除计算外还支持三角函数,对数,角度等运算,还支持状态保持和读取-This program is a utility function calculator, in addition to Math computations also support trigonometric, logarithmic, angle and other operations, also supports the state to maintain and read
Platform: | Size: 21504 | Author: 周国家 | Hits:

[CSharpMathParserNetSource

Description: A while back, I wrote an article on CodeProject called TokenIcer. TokenIcer was a program that would automatically create a lexical parser in either C# or VB.NET, based on RegEx rules created in the program. Since the time that I wrote the article, I have gotten some very good feedback and I wanted to take it a step further. I decided to use TokenIcer to create a Mathematical equation parser. That math parser is presented here in this article and its called Math Parser .NET. It is a .NET class library project that can be used with your own programs.-A while back, I wrote an article on CodeProject called TokenIcer. TokenIcer was a program that would automatically create a lexical parser in either C# or VB.NET, based on RegEx rules created in the program. Since the time that I wrote the article, I have gotten some very good feedback and I wanted to take it a step further. I decided to use TokenIcer to create a Mathematical equation parser. That math parser is presented here in this article and its called Math Parser .NET. It is a .NET class library project that can be used with your own programs.
Platform: | Size: 363520 | Author: lzm | Hits:

[ELanguagemuparsersse_src

Description: 不少程序须要用到数学表达式解析器,本代码力求简明快速做到这一点。-Many applications require the parsing of mathematical expressions. The main objective of this project is to provide a fast and easy way of doing this. muParser is an extensible high performance math parser library. It is based on transforming an expression into a bytecode and pre-calculating constant parts of it.
Platform: | Size: 351232 | Author: XUREZHONG | Hits:

[ELanguageRegEx_SrcV2

Description: So how are we going to do it? Well before we start with coding, it is necessary to explain the mathematical background needed to fully understand the method used here in this article. I would strongly recommend to read and understand the math behind, because once we overcome the math part, the rest will be very simple. Note however that I will not have any mathematical proofs. If you are interested in proofs, please check out the references, which could be found in References section of this article. Additionally, note that the regular expression parser, which we will create here will support these three operations:
Platform: | Size: 41984 | Author: CYBERAX | Hits:

[ELanguagemath_exp

Description: 数学表达式解析程序C++源码 支持 + - * / ^ () 等主要运算符 采样递归算法, 供学习参考,自由版权 samuel_ni@yahoo.com -math expression parser C++ source code support+- ^ () operators use of recursive algorithm,copyright free
Platform: | Size: 3072 | Author: samuelni | Hits:

[LabViewmXparser

Description: Math Expressions Parser for JAVA Android C# .NET/MONO/Xamarin – Mathematical Formula Parser / Evaluator Library
Platform: | Size: 9440045 | Author: iwantmyaccount | Hits:

CodeBus www.codebus.net