搜索资源列表
表达式计算器
- 一个使用堆栈写的计算器,能够使用常用的数学函数.-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
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.
computer
- 这是一款非常实用的计算器,我认为其实用程度远远胜过Windows系统提供的计算器.主要特色是支持多项式运算,即可以一次输入整个多项式,并能够识别运算的优先级(利用堆栈实现),希望大家能够多提宝贵意见.
calculator
- 科学计算器,支持表达式, 采用堆栈实现
calculater
- 带界面计算器 vc++ 界面编程 利用堆栈
zy2_calc
- MFC实现的计算器,利用堆栈编写,输入一个算式来计算结果,能分辩优先级
shellcalc-0.9.5.tar
- 一个在linux下的shell的计算器,支持命令行,各种数学函数,15级堆栈。
vc830534536242412
- 这是一款非常实用的计算器,我认为其实用程度远远胜过Windows系统提供的计算器.主要特色是支持多项式运算,即可以一次输入整个多项式,并能够识别运算的优先级(利用堆栈实现),
caculate
- 一个用堆栈做成的计算器,虽然小,但对学数据库的人来说锻炼一下也不错
计算器c++
- 一个用堆栈实现的计算器。能够进行各种简单计算没有bug-a stack used to achieve the calculator. To carry out the simple calculation does not bug
计算器
- 一款用C语言编写的计算器 输入:数学表达式(数字、加、减、乘、除和括号) 输出:表达式结果 知识点:队列、堆栈
计算器(堆栈)
- 对于初学堆栈的很有用啊。
counter
- 一个简单的计算器,可用于熟悉堆栈的操作。-A simple calculator that can be used familiar stack operations.
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.)