搜索资源列表
JAVA的计算器
- 这个无限位计算器,N!及N的平方了。本来是打算用堆栈去实现的,突然发现了BigDecimal这个好东东~~于是乎~~堆栈在偶的计算器里退休了。。。 这个是在JDK 5.0 Update 3下用 NetBeans 4.1写的,我试过了两个1.4.2版本的,总说找不到MAIN()方法,对NetBeans打的包。。偶有置疑。。。所以拆开来。。。*.calss + 一个批处理+*.java打成了个压缩包传了上来~~ -the infinite spaces calculators, N!
calculater
- 带界面计算器 vc++ 界面编程 利用堆栈
计算器
- 一款用C语言编写的计算器 输入:数学表达式(数字、加、减、乘、除和括号) 输出:表达式结果 知识点:队列、堆栈
ScientificCalculator
- DOS下的科学计算器,主要是通过把表达式转换为逆波兰式,再利用堆栈递归求解;-Under DOS scientific calculator, mainly through the expression is converted to Reverse Polish-style, and then use recursion to solve the stack
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
_calculator
- 简单的计算器,能实现简单表达式的计算,采用堆栈实现,对堆栈学习很有用-Simple calculator, simple expressions can be calculated, using the stack implementation is useful for studying the stack
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.
Large-number-calculator
- 一般的计算器最多算到16位,这个可以算到堆栈溢出为止,试试吧-Large number calculator, calculator generally count up to 16, this can be considered to stack overflows, try it
calculator-2.1
- 利用堆栈实现的计算器,支持各级运算、sin、cos、阶乘、括号等。-Use the stack to achieve the calculator, support, sin, cos, operation at all levels, such as factorial brackets
1019
- 使用堆栈实现简单计算器,实现了加减乘除,可以加功能。-simple calculator using stack by lijun