搜索资源列表
arithmetic_edwardversion
- 本程序是用纯C语言编的一个基于命令行的四则运算计算器。主要用于计算四则运算表达式的值,同时可以实现四种进制任意两种之间的转换。 主要功能:1.四则运算:能够解释并执行四则运算表达式。四则运算就是包含+、—、*、/、.(小数点)和数字的运算表达式,例如:3+2.9*(5-6/3) -4+(+8*6)等; 2.错误警告:能够对不符合语法的表达式给出相应的错误警告,本程序共给出了8大类警告 3.进制转换:能够做二进制、八进制、十进制、十六进制中任意两种进制之间的互相转换 4.帮助系统:提供完善的帮助系
ConvertDemo
- 编写好的VC为基础的二进制,八进制,十进制,十六进制的数值转换器,功能类似于windows的计算器中的转换功能-VC good preparation for the foundation of binary, octal, decimal, hexadecimal numerical converter, similar to the function of the windows of conversion calculator functions
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
tongbujisuanqi
- 经过改装的同步计算器的图,可以进行数制的转换。-the map of tongbu jisuanqi,can change the stype what you want
jisuanqi
- 用数据结构的堆栈实现计算器的各种功能包括数值转换功能-Stack data structure used to achieve various functions including numerical calculator conversion
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
scientific-calculator
- matlab编写的科学计算器,实现运算功能、进制转换功能、输入功能。-Matlab scientific calculator,arithmetic functions、Hexadecimal conversion function、 input function、
android-Calculator
- 计算器操作 (CM) 清除存储值 (RM) 取出存储值 (M-) 当前显示值与存储值相减并保存 (M+/MS) 把目前显示的值放在存储器中,中断数字输入 (0-9) 按钮分别为输入数字0-9 字符键 (.) 钮用来输入小数点 (+/-) 钮用来转换当前值的正负 (√) 求平方根 ( ) 求百分比 (→)提供退格键功能 (C)按钮清除刚才的输入 (=) 确认计算结果 归零 (AC)清除全部数据结果和运算符 (CE)
CALC
- 以前用VB6编写的一个计算器,支持常用的数学函数,支持弧度、角度转换,支持简单的函数作图。-A calculator writen by VB6, supports common mathematical functions, support radian, angle conversion, support simple function mapping.
jisuanqi
- 计算器编写,该科学计算器具有以下功能: ①运算功能:加、减、乘、除、求模、位异或、位与、位或、位非、正弦、反正弦、余弦、反余弦、正切、反正切、开方、开三次方、平方、倒数、均值、平方和、方差、标准差、阶乘、log2(x)、lg(x)、ln(x)、10x、2x、ex、(1+…+n)、xy、x(1/y)。 ②进制转换功能:要求能在二进制、八进制、十进制、十六进制之间进行任意的转换;能在任意进制下进行正数的加、减、乘、除、求模、位异或、位与、位或、位非运算。 ③输入功能:可清零、退格,可一键