搜索资源列表
console_calc
- 简单计算器,支持多种运算符。输入表达式:1+2,然后回车,即可得到结果-simple calculators, and support for multiple operators. Importation of expression : 1 2, and then Enter, the results can be obtained
Expr_gai2
- 计算器“+” ,"-","*"功能,输入表达式即可-calculator with function of "+", "-","*"
calculator
- 计算器,功能要求: <1>用户输入算式文本,确定后程序给出计算结果,支持两个操作数的加减乘除四则运算即可。例如 用户输入“1234+5678”,敲回车键后,屏幕显示“1234+5678=6912”,然后等待用户输入下一个算式文本; 又如用户输入“123/78”,敲回车键后,屏幕显示“123/78=1.577”, 然后等待用户输入下一个算式文本; 乘法符号用“*”表示 <2>操作数最多不超过四位,可以是整数或小数;结果如果是小数,保留到小数点后3位。
calculator
- 计算器-逆波兰式,计算机计算中缀表达式时通常要将中缀转后缀,也就是逆波兰式-The calculator- Reverse Polish Notation, the computer calculation infix expression usually To infix turn suffix, which is the inverse Polish
jisuanqi
- 十进制四则运算计算器,用户输入一串四则运算表达式,系统将其以二叉链表形式存储,并输出先序、中序和后序遍历的结点顺序,最后利用栈计算后缀表达式的值,输出运算结果。-Decimal four arithmetic calculator, the user enters a string of four arithmetic expressions, the system to be stored in the binary tree, and outputs the first sequence,
栈计算器
- 一个简单的计算器,可以实现带括号的表达式运算,具体描述看附件(A simple calculator that can be used to perform expressions with parentheses, and a specific descr iption of the attachment.)