搜索资源列表
caculate
- 简单的计算器程序,能够进行科学计算,即输入表达式之后可以得到结果,而且支持sin,cos,ln等的计算
nibolan
- 逆波兰表达式之c语言实现,一个小计算器。可以计算括号,和加减乘除-Reverse Polish expression of the c language, a small calculator
Calculator
- 在linux环境下用Qt实现的一个简单的计算器程序,能够进行四则运算和带括号表达式的运算。-In Linux environment and implements a simple with Qt, can undertake the calculator procedures and four fundamental operations with parentheses expression computation.
nbl.c
- 逆波兰表达式转换,实现简单的计算器功能。-Reverse Polish Notation conversion, a simple calculator function
calculator_stack.tar
- 栈的应用:C实现简单计算器(表达式的计算)(举例: 计算 3+(5-2*3)/4-2= )-Application stack: C simple calculator (expression calculation) (for example: the calculation 3+ (5-2* 3)/4-2 =)
p6
- 首先,您将实现一个模板双端,双链表或DLIST。然后,您 建立两个应用程序:一个反向波兰表达式计算器和一个呼叫中心将使用DLIST模拟程序。 该项目将让您在申请动态内存管理的经验,实施 模板容器类(双端双向链表,或Dlist中),使用at- 最多一次不变的存在,所有权和保护规则来实现两个简单的 采用这种结构的应用程序。-This project will give you experience in applying dynamic memory management, im
Calculator
- 这是我大一的时候在Linux上开发的一个简易的计算器,支持加减乘除,乘方,sin、cos、tan和log计算,支持复杂的表达式运算。对于刚刚学习编程不久的同学来说还是可以的。-Simple Calculator supports common calculation which was developed in Linux.
calculate
- 利用QT实现可以计算长表达式的计算器功能。包括+、-、*、/、(、)运算等。-Using QT to achieve a long expression can calculate the function of the calculator. Including+,-,*, /, (,) operations, etc..
calc
- 简易计算器,支持计算带有+、-、*和括号的表达式,支持大整数(A simple calculator that supports the calculation of expressions with +, -, * and parentheses, supports large integers)