搜索资源列表
简易计算程序
- 一个简单的计算器程序,从键盘输入"3+5"这样的表达式,程序读入数据和运算符,调用Calculate函数,根据运算符进行+,-,*,/四则运算。要求能反复执行这一过程,直到用户输入#符号作为运算符
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.
A_1
- 在c#环境下开发的计算器,在文本框运算表达式输入后出结果-C# environment in the development of the calculator, computing the expression in the text input box results
calculate
- 功能强大的计算器,例如输入2*(-2+3*2)/4一个表达式后按下等号=,则显示 2*(-2+3*2)/4=2,有清零和后退一位改正输错的一位。能阻止错误输入行为。-Powerful calculator, such as type 2* (-2+3* 2)/4, press the equal sign after an expression =, it shows 2* (-2+3* 2)/4 = 2, there is zero and back, a correction of a
MyCalc
- C#实现表达式计算器功能。希望大家交流。-C# to achieve an expression calculator functions. Hope that we share.
jisuanqi
- 计算器实现,后缀表达式,小数可行,简单错误处理。-Calculator to achieve, suffix expressions, fractional feasible, simple error handling.
MyCaculation
- 自己编写的C#计算器,跟windows自带计算器相仿,实现表达式计算-I have written C# calculator, the calculator comes with windows similar to the expression calculated to achieve
calculation
- 表达式计算器,控制台应用程序,加减乘除运算-Expression evaluator, a console application, subtraction multiplication and division
MyCASIO
- 实现计算器的主类,入口是一个string类变量,表示数学表达式。输出一个double变量。-Realize calculator main class, the entrance is a string class variable representing mathematical expressions. Output a double variable.
calculate
- 支持加减乘除表达式的计算器,支持括号,等号结束-Support, Math expression calculator, support brackets, equals sign end
CalculatorStack
- C#编写的计算器程序,使用了堆栈实现,支持表达式计算-Calculator program written in C#, using a stack implementation, support for expression evaluation
CSharp-Caculator
- c#计算器实现,通过堆栈,将中序表达式变换为后序表达式,在利用转换来的后序表达式完成计算。-c# calculator achieved through the stack, the sequence expression is converted into a sequence expression is calculated using the conversion to be completed after the sequence expression.
calculator
- 这个计算器可以计算复杂的数学表达式, 如:3-3*4/2+8-4.5; +、-、*、\以及小数点都可计算,且此项目没有错误,可以运行。-This calculator can calculate complex mathematical expressions, such as :3-3* 4/2+8-4.5 +,-,*, \, and the decimal point can be calculated, and this project is no error, you can run.
Caculator
- 这是一个简易计算器,特点在于实现了“算法优先法”,便于输入和计算很长的算术表达式。-It s a simple caculator ,which is based on the Algorithm priority method.
Counter
- 表达式计算器,包括集合操作。可通过的样例输入: 11.1 + 22.2 、 ln2 或 ln(2) 、 pow(2,4) 、 2*(1+31/3.1) 、 2 + sum([sin30,3+4,6,sum([sum([sum([1,2,3]),2,3]),2,3])]) +4*3-Expression calculator, includes a set of operations. Sample input can be adopted: 11.1+ 22.2 、 ln2 或 ln
bitreewww
- 二叉树表示算术表达式的基础上,设计一个十进制的四则运算的计算器。-The binary tree represents an arithmetic expression based on the design of a decimal four calculus calculator.