搜索资源列表
表达式解析器
- 源码,数学表达式解析器,可以解析并自动计算输入的公式-source, the mathematical expression parser, and can automatically calculate the analytical input to the formula
ExpressionCalculator
- 用VC写的一个根据输入的数学表达式字符串求出结果,将后缀转为中缀,类似一个计算器,唯一遗憾的是只是整形之间的+—*/。-VC was based on the importation of a mathematical expression string of results obtained, which is made up to the suffix similar to a calculator, the only regret is the only plastic -* /.
SimpleRPN
- 使用c#实现的可以将任意数学表达式计算得到相应结果-use of the c # can be arbitrary mathematical formulas calculated corresponding results
expreval
- 数学表达式计算和解析 用c语言编写的,内含有例.速度较快
Expression
- 一个表达式和一棵二叉树之间,存在着自然的对应关系。试设计实现一个基于二叉树表示的数学表达式类型Expression的操作。
biaodashiqiuzhi
- 问题描述 带有变量的中缀表达式是常见的数学表达式。如果规定变量由长度不超过 8 个小写字母组成;end为保留字,表示程序段结束;用?表示输出指定变量的值,则可以设计出比较复杂的表达式(即一个可顺序执行语句序列)。例如,如果有如下语句段: abc=10 def=8 c=abc+def abc=abc+5-c*2 ? c ? abc end 则输出为: c=18 abc=-21 注意:为了简化编程实现,运算符只有
function
- 任意函数表达式求值模块 模块还提供了数学上常用的函数
TranslateCalc
- 实现数据结构中的数学中序表达式转换为后继表达式. 并且运算出后序表达式的结果. 运算符号包括 + - * / & | ! ( ) 加 减 乘 除 与 或 非-Implementation data structure in the math expression in the sequence is converted to a subsequent expression. And after computing the result of the expression sequen
expression
- 此代码主要功能是用堆栈来实现数学表达式的解析功能,从中缀表达式来得到后缀表达式-these code use stack for describe mathematical expression
inorder
- 这是一种中序运算法,当数学运算表达式被输入到计算机中,计算机按照从前到后的顺序即可进行运算,不用考虑其优先级的问题!-inorder structure!
PrefixToPostfix
- 实现了中缀表达式(即一般的数学表达式)转化成后缀表达式,便于数学计算。由C++代码实现。-To achieve the infix expression (the general mathematical expression) into postfix expression, easy math. In C++ code.
Calculation-expressions
- 数据结构实验4栈的使用。程序用于数据结构实验中计算数学表达式的值,在程序中用到了堆栈的数据结构。-Experimental data structure used to calculate the value of mathematical expression, used in the program a stack data structure.
expression_calculate
- 数学表达式计算,采用中缀表达式输入,输出后缀表达式,并且可以采用中缀表达式计算,也可以采用后缀表达式计算-expression calculate
Expression-evaluation
- 任意输入数学运算表达式分别采用两种算法求值,分别是中缀表达式直接求值和修改成后缀表达式求值。表达式中包含的运算符有:加法+,减法-,乘法*,除法/,括号(),乘方#等运算符。运算符的优先级和结合性符合数学运算法则-Any input math expressions using two algorithms evaluated, infix expression directly evaluated and modified the postfix expression evaluation.
calculator
- 这是一个支持数学表达式的c语言源代码(使用栈实现的)-This is a support to the mathematical expression of the c language source code (using the stack to achieve)
calculatorDouble
- 这是一个输入数学表达式回车后能计算结果的c语言源代码(使用数据结构实现)-This is an input mathematical expressions carriage return after the calculation results of the c language source code (using the data structure to achieve)
Polish
- VS2008 逆波兰表达式求一个数学表达式的值-VS2008 Reverse Polish expression evaluation value of a mathematical expression
Stack
- 1.使用栈完成一个字符串的逆序输出 2.使用该栈完成表达式的括号是否匹配? 3.对数学表达式求值-1 Using the stack in reverse order to complete a string of output 2. Use the stack to complete the expression in parentheses match? 3. Evaluates mathematical expressions
Project8
- 简易计算器 输入数学表达式,输出表达式的计算结果。数学表达式由单个数字和运 算符“ +”、“ -”、“ *”、“ /”、“ (、“ )构成,例如 2 + 3 * ( 4 + 5 ) – 6 / 4。假定 表达式输入格式合法。-Enter the mathematical expression, calculation result output expression. Mathematical expressions and shipped by a single digit O
stack
- 用户输入一个包含“+”、“-”、“*”、“/”、正整数和圆括号的合法数学表达式,用后缀表达式计算该表达式的运算结果。(The user enters a valid mathematical expression containing "+", "-", "*", "/", "positive integers" and parentheses. The postfix expression is