搜索资源列表
表达式解析器源代码(可以计算各种函数)
- 表达式解析器源代码(可以计算各种函数)。可以解析用户输入的表达公式。对MIS开发有用-expression parser source code (which can be calculated various functions). Users can input the analytical expression formula. Right useful MIS
中序表达式计算(四则混合)
- .cpp文件。输入中序表达式,可以计算10以内的整数四则混合运算。思路是用中序转后序,再进行计算。
C语言表达式的语法分析
- 该文描述了C语言表达式的文法,并由该文法生成算符优先矩阵和算符优先函数,讨论了C语言表达式的特点和文法分析过程。-The paper describes the expression of the C language grammar, grammar generated by the operator priority matrix and operator priority function to discuss the C language features of the expressi
数学表达式计算器
- 这是一个对数学表达式求值的C++ class,详细的说明在Calculator.pdf中。 这个Calculator class虽然经过我多次测试,改正了不少错误,但我不保证在将来的使用中它不会对您的程序造成影响,对您在使用中造成的一切后果,本人不承担任何责任。-this a mathematical expression evaluates the C class, detailed descr iption of the Calculator.pdf China. The Calculato
十进制表达式
- 这是用汇编语言编写的关于十进制表达式的程序!输入完表达式之后,按"="键结束输入!在我们检查的时候,老师说这个程序考虑的很周到,希望会对大家有用!-This is written in assembly language on the procedure decimal expression! End the importation of expression, according to the "=" key input end! We check the time, th
模板类栈求表达式值
- 是一个表达式求值的算法,用 模板实现的,可以进行四则运算,支持小数和括号-is an expression evaluates the algorithm, using the template, can be four operators, and parentheses minority support
表达式求值
- 允许用户输入函数表达式,并可加载在需要用到此程序的工程中-allows users to input function expression may require the loading process is now projects
计算表达式
- 这个是一个小型计算器,你可以输入一个表达式,就可以得到答案,支持优先级运算,-This is a small calculator, you can enter a regular expression, we can get an answer in support of Operation priority,
逆波兰表达式
- 计算用运算符后缀法表示的表达式的值。后缀表达式也称逆波兰表达式,比中缀表达式计算起来更方便简单些,中缀表达式要计算就存在着括号的匹配问题,所以在计算表达式值时一般都是先转换成后缀表达式,再用后缀法计算表达式的值。如:表达式(a+b*c)/d-e用后缀法表示应为abc*+d/e-。只考虑四则算术运算,且假设输入的操作数均为1位十进制数(0—9),并且输入的后缀形式表达式不含语法错误-calculated Operators suffix France said the value of the e
Applet表达式解析器
- java的Applet 表达式解析器. 采用递归下隆解析法.可以进行四刚运算. 乘方,括号等正刚运算-the expression parser. Under LAI using recursive analytic method. Four can just computing. Involution, brackets, etc. are just Operational
表达式编译器
- 表达式编译器,可编译任何简单表达式。如:(a=2)+3-5等-expression compiler can compile no simple formula. Such as : (a = 2), 3-5, etc.
计算器 能够分析表达式
- 计算器 能够分析表达式,看看吧,很有用的,用能挺强的-Computer can analyse the expression.Look at it,it is useful and it s function is effective.
在程序中识别并计算表达式
- 在 程序 中 识别 并 计算 表达式,完成计算功能-recognize and compute expression in program,complete computing function.
正则表达式规则
- 正则表达式的规则文档,常用的格式实例,很全,有用-The rule document of regular expression includes lots of typic formula example.
表达式求值2
- 另外一个关于表达式求值的程序,功能强大,可以计算带有次方的表达式 ,而且可以先输入字母,再对字母赋值-A program which can calulate the value of a expression, it owns powerful function, and can calculate the expression which has limited power, also it can input letters firstly,then assign value toward
在MFC中用正则表达式对窗体进行有效性验证
- 我想利用本月的专栏描述一个有趣的应用程序,这个程序是用本期我的一篇文章:“使用 ManWrap 库在本机 C++ 代码中调用.NET”所讨论的 RegexWrap 库生成的。RegexForm 是一个基于正则表达式的MFC窗体有效性验证系统。为了实现这个程序,我首先实现了 RegexWrap。但因为许多细节与正则表达式本身无关,所以感觉在这里描述 RegexForm 更好些。-I would like to use this month's column describes an int
无限长表达式运算器
- 这个程序的作用是计算并输出运算表达式的值。本程序支持+、-、*、/、^这五个运算操作符,并支持()以及sin()、cos()、tan()、log()、ln()等函数,支持()、函数的多层嵌套。 本程序有一定的容错及判错功能-A program that evaluates an numeric expression, supports five operators: +, -, *, /, ^, and (), also supports functions like sin, cos, tan
算术表达式解析器
- 算术表达式解析器 .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 &
正则表达式傻瓜式宝典
- 正则表达式傻瓜式宝典.
Fparser
- 一个关于数学表达式的语法分析器