搜索资源列表
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
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
Proj1-89104318
- 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