搜索资源列表
Calculator
- 能计算数学函数的计算器,有一千多行代码的程序.这个计算器可用 set 命令自定义变量,也可以用 view 今天查看变量的值,在程序里有一个设置小数显示数度的全局变量 prec 可以用 set 对它重新赋值,值的范围是 0 - 100 的整数,默认是 6 ,将 sin arcsin tan ln 等数学函数转换成内部表示,以便于将之与一般的运算符统一处理。程序还对小数和整数加以了区别,增加了求余去处符 ‘\’、百分符‘%’。功能还算比较完善。 -Mathematical functions t
ScientificCalculator
- DOS下的科学计算器,主要是通过把表达式转换为逆波兰式,再利用堆栈递归求解;-Under DOS scientific calculator, mainly through the expression is converted to Reverse Polish-style, and then use recursion to solve the stack
calculator
- 计算器,包含加减乘除,优先级运算,不包括进制转换-Calculator, including Math, priority operations, not including hex conversion
HomeWork
- 一个简单的计算器,可以进行进制之间的转换的和简单的其他功能-A simple calculator, can convert between hex and other features and simple
scientific_calculator
- 使用说明: 1、该计算器对表达式的要求比较严格 2、该计算器默认采用弧度制,计算角度时则要转换:sin(π/6)=0.5 3、括号必须要匹配 4、注意像And这样的运算,前后数值需要括号:(1011)And(1000) 其他说明: Backspace :删除当前输入的最后一位。 CE :清除当前显示的表达式。 C :清除当前的计算,开始新的计算。 MC :清除存储器中的数据。 MR:调用存储器中的数据。 Mod求模(即整数相除求余数)
calc
- 一个任意表达式计算器,支持各种运算:如正弦,余弦、进制转换等复杂运算-An arbitrary expression calculator, supports a variety of operations: such as sine, cosine, and other complex operations hex conversion
dfssdd
- 类似windows系统附件提供的计算器,要能实现整数和小数的四则运算、数制转换以及常见的其他运算-Calculator similar to the windows system provided in the annex, to be able to achieve the four operations of the integer and decimal number system conversion, as well as other common computing
scientific_calculator
- 用matlab GUI编写的科学计算器程序,可以实现各进制的相互转换,进行逻辑运算,三角函数运算,幂运算,均值,标准差及方差运算等-this is a scientific calculator that was programmed by matlab GUI。its functions conclude hexadecimal conversion,logical operations,trigonometric,exponentiation,mean,standard deviation
CALC
- 以前用VB6编写的一个计算器,支持常用的数学函数,支持弧度、角度转换,支持简单的函数作图。-A calculator writen by VB6, supports common mathematical functions, support radian, angle conversion, support simple function mapping.