搜索资源列表
StackCalculate.rar
- 使用C#实现的表达式计算器,直接解析算术表达式并计算,不使用逆波兰式算法。附带二分法解方程功能。,Use C# to achieve expression calculator, direct analysis and calculate arithmetic expression, do not use Reverse Polish algorithm. Solution of equation incidental function dichotomy.
波兰式计算器
- 网上有很多逆波兰式编程代码,但波兰式很少,我就传了一个。
calculator
- 逆波兰计算器,适合初学者的小计算器-Reverse Polish calculator, suitable for beginners and a small calculator
reverse_Polish_calculations
- 数据结构初学者 ,c++,逆波兰计算器,很适合初学者,欢迎提出建议-Data structures for beginners, c++, Reverse Polish calculator, it is suitable for beginners, and welcomes suggestions for
nibolancomputer
- 逆波兰计算器,自己写的作业,感觉还好用-nibolan computer
nibolanshijisuanqi
- 将中缀表达式改变为逆波兰式 ,并输出计算结果。可以计算+.-.*./.()运算。程序比较简单,说是计算器其实是在dos界面下输入表达式最后加一个# ,然后按enter建即可得到结果。-Infix expression to Reverse Polish change, and output results. Can be calculated+.-.*./.() operations. Procedure is relatively simple, said the calculator is
calculator
- 基于逆波兰式实现的简易计算器。开发工具:VS2005,语言:C#。-Based on Reverse Polish Notation achieve the calculator. Development tools: VS2005, Language: C#.
VCPPSOURCE
- 非常不错的vc程序,此程序为平常我们使用的那种科学计算器的vc程序仿真,而且界面非常像真实的计算机。而且里面涉及的计算的逆波兰算法非常的不错,如果能把这个程序看懂,那么VC也就应该能达到一定的水平了。-Very good vc program, this program as usual, we use the kind of scientific calculator vc program simulation, and the interface is very much like a re
Calculator
- c++编写的计算器类,逆波兰式,暂未实现含负数的计算-a calss named calculator
nibolan-calculator
- 使用wxWidgets和stl开发的一款简易计算器,算法为逆波兰表示法-WxWidgets and stl development of a simple calculator, algorithm for Reverse Polish Notation
逆波兰计算器的实现
- 逆波兰计算器的实现。是C++学习的基础。主要用到了堆栈数据结构-Inverse Polish calculator realization. Learning the basis C++. Mainly used in a stack data structure
calculator
- 计算器-逆波兰式,计算机计算中缀表达式时通常要将中缀转后缀,也就是逆波兰式-The calculator- Reverse Polish Notation, the computer calculation infix expression usually To infix turn suffix, which is the inverse Polish
calculator
- 逆波兰法计算器,c语言程序设计实践源码,很经典-Reverse Polish calculator, the C programming source code
calculator
- 用MFC编的采用逆波兰表达式的小型计算器,可以进行进制转换-Edited by MFC uses Reverse Polish Notation small calculator that can convert hexadecimal
calculator
- 桌面计算器小程序,运用逆波兰算法实现四则运算。也可以运算正弦余弦。背景是白底黑字-Desktop calculator applet, using RPN algorithm four operations. You can also SineCosine operation. The background is black and white
nibolan
- 用c语言实现的逆波兰计算器,用栈结构实现-Using c language RPN calculator with a stack structure to achieve
Calculator103
- 基于逆波兰法的计算器程序,该计算器支持小数输入和正负数输入,支持四则运算以及指数运算,也支持括号的使用。-Reverse Polish law based calculator program, the calculator supports input and negative decimal number input, support four operations and index calculation, and also supports the use of parentheses
Calculator
- 用MFC实现的计算器,采用逆波兰算法,可以实现多种运算-Using MFC to achieve calculator, using RPN algorithm, we can achieve a variety of computing
calculator
- 基于逆波兰表达式的表达式计算器,支持计算加减乘除以及包含任意级数括号的表达式(An expression calculator based on an inverse Polish expression that supports the expression of addition, subtraction, multiplication and division, and parentheses)
CAl
- 逆波兰式解决简易字符串计算式乘号除号加号减号次方(Solving simple string calculation by inverse Poland)