搜索资源列表
Stack
- 栈的定义,C++定义的栈的基本操作 用于栈的操作练习 表达式求值,中缀转后缀-Stack
jisuanqi
- 一个基于表达式求值的科学计算器,C++,MFC,支持四种进制的数在一个表达式中同时出现的进制混合运算(除十进制外的各进制数不限于整数,如12d.3axh,xh是我的计算类所能识别的十六进制数的标识符);且程序做得也比较精细(如制作了鼠标键盘、窗口跟随、计算历史查看等)。-Expression based on the evaluation of the scientific calculator, C++, MFC, in support of a number of four-band exp
Editor_Soft
- .采用算符优先数算法,能正确求值表达式 2.熟练掌握栈的应用 3.熟练掌握计算机系统的基本操作方法,了解如何编辑、编译、链接和运行一个C++程序 -. Using operator priority number algorithm, able to correctly evaluated expression 2. Familiar with the application of the stack 3. Familiar with the basic operation
calculator
- 一、实验一:带括号的算术表达式求值 二、实验的目的和要求: 1.采用算符优先数算法,能正确求值表达式 2.熟练掌握栈的应用 3.熟练掌握计算机系统的基本操作方法,了解如何编辑、编译、链接和运行一个C++程序 -1, experiment 1: arithmetic expressions with parentheses evaluated two experimental purposes and requirements: 1. Using operators pr
shujujiegou2
- 数据结构的实验报告,利用栈的基本操作实现一个算术表达式的求值的程序。利用C语言编写-Data structure, the use of the basic operation of the stack to achieve an arithmetic expression evaluation procedures. The use of C language
Answer1
- 用C++实现了计算器,用栈实现了混合运算,直接用中缀表达式求值 -Calculator c++
include
- 数据结构题集C语言版中算术表达式求值演示-Arithmetic expression evaluation demo
classicRecursion
- C++经典递归求值算法题解答,包括逆波兰前缀四则表达式递归求值,红与黑回溯算法,以及分苹果问题-C++ classic recursive evaluation algorithm questions answered, including four expression recursive evaluation Reverse Polish prefix, red and black backtracking algorithm, as well as sub-Apple
testCal
- C++实现求一个表达式的值,如:3*(2+4)*(2*(3-1))。-C++ implementation seeking an expression of value, such as: 3* (2+4)* (2* (3-1))。
expression
- 用c++实现表达式求值,对应加减乘除,可以应用各种类型的数值,如负数,小数。-get the result of expression
suanfuyouxian
- 基于Visual C++版的表达式求值算法优先程序-C++ version of expression uation operator priority programs
biaodashi
- 表达式求值是用一个表达式来求值语言采用的C++语言(Expression evaluation)
表达式求值
- 实现输入表达式 求出未知数的值的功能,主要用于复杂方程的求解,也可验证所求结果,以确保正确性。(The function of implementing the input expression to find out the value of the unknown)
数学表达式求值
- 可以计算一个数学表达的值,例如输入1+2*(10-8)^2-87这样的式子都可以计算出结果(The value of a mathematical expression can be calculated.)
表达式求值(浮点数运算)
- 用c/c++ 编写的,关于数据结构中用入栈和出栈等,实现表达式求值问题。(expression evaluation)