搜索资源列表
B1001@0415
- 本计算器实现了如下两个功能: 1、windows自带计算器的键盘输入加减乘除,目前没有连续运算功能操作:用户用键盘或者鼠标分别输入‘1’,‘+’,‘2’,按‘=’ 文本框显示运算结果‘3’。 2、表达式运算功能,目前只支持整数运算。操作:选择菜单Option->Expression,在文本框用键盘输入表达式如‘12/2+(4*5/4)*6’,按计算器上‘=’,文本框显示运算结果 ‘12/2+(4*5/4)*6=36’。 3、换肤功能 提供了4种skin,可以自由切换。操作:菜单Skin-&
jisuanqi
- 简单计算机代码,可以实现科学计算,加减乘除,与或运算等-Simple computer code, you can achieve scientific computation, addition and subtraction multiplication and division, and or operation, etc.
Multinomial
- 基于c++编写的一个多项式类,可以实现加减乘除、求余等运算-Based on c++ written in a polynomial class can implement addition and subtraction multiplication and division, seeking more than other operations
calculator
- 简易计算器 加减乘除累加计算,复杂运算,即时显示每一步计算结果-Simple Calculator, Math cumulative calculation, complex computing, real-time display every step of the calculation results
c
- 计算无符号大整数,包含加减乘除的基本运算-Calculation of unsigned integers, contains basic operations (add, subtract, multiply or divide