文件名称:简单计算器源码[C++]
文件大小:8KB
文件格式:GZ
更新时间:2015-06-17 13:43:19
计算器 C++ 源代码 好 强大
一个简洁的`功能强大的计算器。绝对值得拥有! /*************************************************************** *This is a simple calculator program resolves a expression * *input and prints the value of the expression. The code shows * *how a stack ADT works in a calculator. To simplify the probl-* *em, we assume the input expression is legal. * *The supported operators are below: * * +,-,*,/,(,) * *The program also support dots('.') to apply floats. * *Copyright (C) No!ce 2012 * ***************************************************************/
【文件预览】:
Calculator
----main.cpp~(6KB)
----.~lock.Plan.odt#(110B)
----Number.cpp~(169B)
----Calculator(13KB)
----Stack.h(706B)
----main.cpp(6KB)