搜索资源列表
MathExpr_src.zip
- An extensible math parser
muParser
- 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 expr
算术表达式解析器
- 算术表达式解析器 .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 &
PyEmbedMFC_src
- 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
Calcu(MFC_Yacc_Lex)
- 网上很少有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 Generato
MathExpr_src
- An extensible math parser
UCalc.Fast.Math.Parser.v2.95.For.Delphi.BCB.VB.NE
- fast maths routines for delphi/BCB
Math_prs
- 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.
Proj1-89104318
- this a simple math expression parser-this is a simple math expression parser
calculator
- this a simple math expression parser-this is a simple math expression parser
Parser
- 本程序为一个实用的函数式计算器,除进行加减乘除计算外还支持三角函数,对数,角度等运算,还支持状态保持和读取-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
MathParserNetSource
- 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 arti
muparsersse_src
- 不少程序须要用到数学表达式解析器,本代码力求简明快速做到这一点。-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
RegEx_SrcV2
- 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,
math_exp
- 数学表达式解析程序C++源码 支持 + - * / ^ () 等主要运算符 采样递归算法, 供学习参考,自由版权 samuel_ni@yahoo.com -math expression parser C++ source code support+- ^ () operators use of recursive algorithm,copyright free