搜索资源列表
calculater
- 带界面计算器 vc++ 界面编程 利用堆栈
SimpleCalcMFC
- MFC计算器。用堆栈实现,可以进行含括号的四则运算。-MFC calculator. Implementate With the stack. Can be carried out with the four fundamental operations in parentheses.
jisuanqi
- 用数据结构的堆栈实现计算器的各种功能包括数值转换功能-Stack data structure used to achieve various functions including numerical calculator conversion
Caculater
- 计算器,四则运算,用堆栈实现,加减乘除,自动忽略多余的小数点,实现部分输入错误的修正-caculater
MyCalculator
- 实现中缀表达式转后缀表达式 能进行+,-,*,/,()的运算的计算器 使用数据结构堆栈-Switch to postfix infix expression to achieve expression Computing can be+,-,*,/,() calculator Stack data structure using
calculator
- 用C语言通过堆栈算法实现的一个简单的计算器.可是实现四则运算。-a calculator
CALCUALTE
- 利用链表与堆栈设计的计算器。在学习之中大家可以学习数据结构-calculate helps us to learn C
Calculator(Stack)
- 用c++语言简易计算器,利用堆栈结构-Simple calculator c++ languages, the use of the stack structure. .
calculator
- 输入一个多项式,计算器通过运算输出结果(其中的实现过程为堆栈来实现)-Enter a polynomial calculator through the operation output (including the implementation process for the stack to achieve)
calcu
- 一个使用递归算法和堆栈结构实现的计算器。将中缀表达式转化为后缀表达式后再使用递归和堆栈实现。-A stack structure using a recursive algorithm and implementation of the calculator. The infix expression into postfix expression before using recursion and stack implementation
calculator
- 运用堆栈算法实现的可执行计算器,能够计算除 函数外的计算。-Executable stack algorithm using calculator can calculate calculate except outside the function.
calculator-2.1
- 利用堆栈实现的计算器,支持各级运算、sin、cos、阶乘、括号等。-Use the stack to achieve the calculator, support, sin, cos, operation at all levels, such as factorial brackets