搜索资源列表
ScientificCalculator
- DOS下的科学计算器,主要是通过把表达式转换为逆波兰式,再利用堆栈递归求解;-Under DOS scientific calculator, mainly through the expression is converted to Reverse Polish-style, and then use recursion to solve the stack
calculator
- 用visual c++ 6.0 实现的科学计算器,输入表达式,计算出结果。-Using visual c++ 6.0 to achieve a scientific calculator, enter the expression to calculate the result.
scientific_calculator
- 使用说明: 1、该计算器对表达式的要求比较严格 2、该计算器默认采用弧度制,计算角度时则要转换:sin(π/6)=0.5 3、括号必须要匹配 4、注意像And这样的运算,前后数值需要括号:(1011)And(1000) 其他说明: Backspace :删除当前输入的最后一位。 CE :清除当前显示的表达式。 C :清除当前的计算,开始新的计算。 MC :清除存储器中的数据。 MR:调用存储器中的数据。 Mod求模(即整数相除求余数)
Calculator
- 1 实现科学计算器 2 实现加减乘除、平法、带括号运算 3 利用后缀表达式计算-1 scientific calculator 2 for addition, subtraction, flat method, with the parentheses operator 3 expression evaluates to use the suffix
VCalculattori
- 简单的Visual C计算器,科学计算算函数,对不正确的表达式能指出其错误原因 -Visual C calculator, scientific computing operator can point out the cause of the error function, the incorrect expression
scientific-calculator
- 该源码实现了能自动解析表达式的科学计算器功能,包括对集合如n个元素的求和,求平均,求方差等,能对任意嵌套的表达式进行解析运算-The source code can be automatically achieved analytic expression scientific calculator functions, including the collection, such as the summation of n elements, averaged, seeking varianc
Calculator
- 用链表实现的科学计算器,可以输入一个表达式,输出各步的计算过程。可以进行小数的带括号科学计算。可以实现次方。另有统计功能,计算方差等。-List realize scientific calculator, you can enter an expression, the output of each step of the calculation process. Decimals can be bracketed scientific computing. You can achieve t