搜索资源列表
tranvers
- 可以实现简单正则表达式向确定行自动机的转换-can achieve is a simple expression to determine OK Automata conversion
calculator123
- 1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运行 3、以角度、弧度两种方式实现上述部分函数(对操作时计算结果能无限次随意进行角度和弧度转换) 4、具备历史计算的记忆功能(输入和计算结果表达式能查找历史表达式,如不存在放进历史表达式框中去,如存在则不做历史存储操作,并能从历史中找出来反射到输入框和输出框。) 5、对不正确的表达式能指出其错误原因
ScientificCalculator
- DOS下的科学计算器,主要是通过把表达式转换为逆波兰式,再利用堆栈递归求解;-Under DOS scientific calculator, mainly through the expression is converted to Reverse Polish-style, and then use recursion to solve the stack
Arithmetic
- 可进行大数的加减乘除、阶乘、三角函数、幂指数(指数只支持整数)的运算,支持小数运算,重载了以上功能的运算符号。 可运算数学表达式。 可进行16进制之内任意进制之间的转换-Addition and subtraction to multiplication and division to carry out large numbers, factorials, trigonometric functions, power index (index only supports integer
lab1
- 实现了逆波兰式和数学表达式之间的转换的算法-Achieved Reverse Polish Notation and mathematical algorithm for conversion between the expression
hello.tar
- 傅立叶级数转换,把函数x的平方转换成傅立叶表达式-Fourier series transformation, the square of the function x into Fourier expression
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
Reverse-Polish
- 将中缀表达式转换成逆波兰表达式. 目前只可以处理 + - * / 和小括号的表达式 -Translate the Arithmetic expression to the Reverse Polish expression.
IIInToPostn
- 中缀表达式转换成后缀表达式算法,,并求算术表达式的方法。可直接使用。 -Infix expression into postfix expression algorithm, and seek the method of arithmetic expressions. Can be used directly.
jinzhi
- 应用后缀表达式的,来实现简单的二进制的转换-To achieve binary conversion
ProgrammerCalc2013-05-16(1_0_0_1)
- 1.支持数值进制转换。 2.查看数值的内存形式。 2.支持大数(以数组表示)的表达式计算。最大支持499的阶层。 3.VC10.0
eASYcACULATOR
- 通过将中序表达式转换成后序表达式,实现对带有括号的长串表达式的计算。这个程序可以很好地帮助初学者了解栈的使用。-By converting the expression into a sequence after sequence expression, to achieve a long string expressions with parentheses calculations. This program can be a good help beginners understand s