搜索资源列表
简单的表达式求值.rar
- 比Windows自带的高级一点的计算器,能将整个表达式输入,然后求值。 这个程序要求读者具备编译原理的一些知识。
诺亚高级计算器rcalc.rar
- 一个科学计算器,包含表达式计算功能
简单的表达式求值
- 比 Windows 自带的高级一点的计算器,能将整个表达式输入,然后求值。这个程序要求读者具备编译原理的一些知识-than Windows, bringing their senior point calculators, the entire expression input, and then evaluated. This procedure requires the reader has compiled some of the principles of knowledge
jsq(delphi)
- 计算器(含Delphi原代码) 1、本计算器支持表达式计算器,并可将计算结果返回到调用程序中。(一般很多管理软件都调用Windows自带的计算器,但Windows自带的计算器不支持表达式,也不能将计算结果返回到调用程序中。) 2、greenjsq.dll 为计算器组件,其他为调用该组件的原码,原码为Delphi7.0编写。 3、该代码及组件为免费软件,你可以任意复制自由传播。-calculators (including Delphi source code) 1, the expr
表达式计算器
- 希望大家共同交流!-hope that we can exchange!
Infix_to_Suffix
- 数学表达式计算器
计算器 能够分析表达式
- 计算器 能够分析表达式,看看吧,很有用的,用能挺强的-Computer can analyse the expression.Look at it,it is useful and it s function is effective.
VC计算器
- VC计算器 功能 1、完成了实验要求的所有内容 2、可以连续输入运算,对于输入的表达式能够按算符优先级进行处理。如输入2+3*2时,输出为8,而不是10 3、可以处理含括号的表达式 4、十六进制、八进制、二进制可以双字、单字和字节三种长度进行处理 5、科学计数法表示,当输入值或者计算结果超过10^16时会自动以科学计数法表示 6、增加了科学计算器的一些设施,如退格键,清空与归零键,求阶乘,π,求Ln,求双曲函数等 7、可以使用键盘快捷键 8、错误提示 使用 1、Sin、Cos、Tan、Log、M
CalcSolver.rar
- VB版高级功能计算器,除了具有数学运算外,还包括三角函数、反三角函数、双曲三角函数、绝对值等运算,还可以进行一些比较复杂的表达式计算。它还有函数绘图、数据统计和自定义常数等功能。,VB version of the advanced features calculators, arithmetic addition, but also includes trigonometric functions,反三角函数, hyperbolic trigonometric functions, such
StackCalculate.rar
- 使用C#实现的表达式计算器,直接解析算术表达式并计算,不使用逆波兰式算法。附带二分法解方程功能。,Use C# to achieve expression calculator, direct analysis and calculate arithmetic expression, do not use Reverse Polish algorithm. Solution of equation incidental function dichotomy.
calculator
- 表达式计算器,实现+,-,*,/,中缀转后缀-calculator
诺亚高级计算器rcalc
- 一个科学计算器,包含表达式计算功能-A scientific calculator, including the expression of computing power
calculator
- 表达式计算器 能过分析表达式,然后计算结果-Expression can be analyzed expression calculator, and then calculated results
WindowsApplication1
- 基于编译原理的表达式计算器 使用算符优先算法实现了表达式计算器,能分析用户输入的表达式是否正确,支持括号运算、浮点运算、简单的四则运算、复杂的表达式运算、进制之间的相互转换等。操作简单,界面清晰。-Design of the expression calculator based on the compiler theory
calculator
- 界面的表达式计算器,用对话框和栈实现,可以判断表达式的是否正确输入-Expression calculator interface with dialog boxes and stack to achieve, you can determine whether the correct input expression
Express_Calculator
- 用C写的表达式计算器,不但可以完成四则运算,还可以处理一些函数运算,可以配合graphviz画出表达式树和计算过程。-Written using C expression calculator, not only can complete the four operations, but also can deal with a number of functions computing, you can tie in with graphviz to draw the expression t
calculator
- 基于逆波兰表达式的表达式计算器,支持计算加减乘除以及包含任意级数括号的表达式(An expression calculator based on an inverse Polish expression that supports the expression of addition, subtraction, multiplication and division, and parentheses)
栈计算器
- 一个简单的计算器,可以实现带括号的表达式运算,具体描述看附件(A simple calculator that can be used to perform expressions with parentheses, and a specific descr iption of the attachment.)
面向对象版表达式计算器2
- 面向对象的计算机实现,是前期实现的一些代码(Object oriented computer implementationSome of the previous code)
计算器程序
- 自学C语言中相关知识,设计出模拟简单计算器程序。要求如下所述: 1. .必须具有+、-、×、÷简单算术运算以及清除的功能 2. 输出显示简易计算器的界面; 3. 可以通过键盘上“↑←↓→”符号来选择需要输入的数据,点击键盘上“=”或者计算器界面的“=”将计算结果输出显示; 4. 也可以通过输入窗口,直接从键盘上输入要计算的表达式,点击键盘上“=”或者计算器界面的“=”将计算结果输出显示; 5. 选用任意一种(上述3或4)数据输入方法的测试表达式及运算结果均可以完整地在某个窗口中显示出来。 6.