搜索资源列表
表达式计算器
- 一个使用堆栈写的计算器,能够使用常用的数学函数.-use of a stack written by calculators, to use common math functions.
非常实用的一款计算器
- 这是一款非常实用的计算器,我认为其实用程度远远胜过Windows系统提供的计算器.主要特色是支持多项式运算,即可以一次输入整个多项式,并能够识别运算的优先级(利用堆栈实现)-This is a very practical calculator, I think far better than using Windows systems calculator. The main feature of polynomial Operational support, which can import
具有运算符优先级的计算器(C语言)
- 用C语言编写的计算器,具有运算符优先级,采用堆栈实现。-C language prepared by the calculator, with priority Operators using stack to achieve.
JAVA的计算器
- 这个无限位计算器,N!及N的平方了。本来是打算用堆栈去实现的,突然发现了BigDecimal这个好东东~~于是乎~~堆栈在偶的计算器里退休了。。。 这个是在JDK 5.0 Update 3下用 NetBeans 4.1写的,我试过了两个1.4.2版本的,总说找不到MAIN()方法,对NetBeans打的包。。偶有置疑。。。所以拆开来。。。*.calss + 一个批处理+*.java打成了个压缩包传了上来~~ -the infinite spaces calculators, N!
calculate_stack_linux
- 在linux/UNIX上,利用堆栈,实现一个计算器。 可以自己检查优先级。 -in Linux / UNIX, using stack to achieve a calculator. Can check their own priorities.
Calculator_inJAVA
- JAVA写计算器 用堆栈实现 实现了小数的加减乘除,乘方,取模,括号-Java Stack wrote calculators used to achieve the realization of the decimal arithmetic, involution, from mold, brackets
computer
- 这是一款非常实用的计算器,我认为其实用程度远远胜过Windows系统提供的计算器.主要特色是支持多项式运算,即可以一次输入整个多项式,并能够识别运算的优先级(利用堆栈实现),希望大家能够多提宝贵意见.
calculator
- 科学计算器,支持表达式, 采用堆栈实现
calculater
- 带界面计算器 vc++ 界面编程 利用堆栈
PostfixCalcular-java
- 这是一个简单的计算器,当输入一个完整的计算是之后进行计算,转换成后最表达式之后再进行计算得出结果。利用堆栈实现的。
zy2_calc
- MFC实现的计算器,利用堆栈编写,输入一个算式来计算结果,能分辩优先级
计算器c++
- 一个用堆栈实现的计算器。能够进行各种简单计算没有bug-a stack used to achieve the calculator. To carry out the simple calculation does not bug
计算器
- 一款用C语言编写的计算器 输入:数学表达式(数字、加、减、乘、除和括号) 输出:表达式结果 知识点:队列、堆栈
C语言编写的通用堆栈计算器算法
- 支持实数(包括负数)的四则运算(包括加减乘除,括号等),对所有输入进行语法检测,可以重复计算,稍微扩展一下即可支持乘方,开方等扩展函数;内存占用小,可以支持windows,unix,以及linux各种操作系统等。
计算器(堆栈)
- 对于初学堆栈的很有用啊。
SimpleCalculator
- 简单的计算器,VC++按钮控件,堆栈,字符串转换数字-Simple calculator, VC++ button control, stack, string conversion figures
SimpleCalcMFC
- MFC计算器。用堆栈实现,可以进行含括号的四则运算。-MFC calculator. Implementate With the stack. Can be carried out with the four fundamental operations in parentheses.
逆波兰计算器的实现
- 逆波兰计算器的实现。是C++学习的基础。主要用到了堆栈数据结构-Inverse Polish calculator realization. Learning the basis C++. Mainly used in a stack data structure
caulator
- 采用数据结构思想编写一个计算器,采用堆栈结构定义算符优先级。(The data structure is thought to write a calculator)
计算器
- 链表和堆栈实现计算器,并具有判断识别功能。(The list and stack implement the calculator and have the ability to identify and identify.)