搜索资源列表
ExpressionEngine
- 表达式计算引擎,支持四则混合运算,还有部分数学函数-Expression calculation engine that supports four hybrid operation, as well as some mathematical functions
abacus2
- abacus 2 是一个扩展性良好的小型计算器,得名于中国古代著名的计算工具----算盘,目前版本 2。支持四则混合运算、支持符号常量、支持变量参与运算、支持众多的数学函数、并可以把自己常用的公式定义成函数并像内置函数一样使用。详情请查看帮助文档(根文件夹下有中文帮助文件)。-abacus 2 is an extension of good small calculator, named after the famous ancient
abacus-2
- abacus 是一个简易的、可扩展的、开源的小型计算器,支持四则混合运算和众多的数学函数,如三角函数和组合数等,支持符号常量,第2版又添加了对变量和用户自定义函数的支持。-abacus is a simple, scalable, open-source small calculator, supports four mixed computing and many mathematical functions, such as tri
Expressions-computing
- 表达式计算是实现程序设计语言的基本问题之一,它的实现是栈的应用的一个典型例子。设计一个程序,演示通过将数学表达式字符串转化为后缀表达式,并通过后缀表达式结合栈的应用实现对算术表达式进行四则混合运算。- Expressions computing is one of the basic issues to realize programming language, its implementation is a typical exa
MathUtil
- java语言实现四则数学混合运算学习案例(The implementation of four mathematical mixed operation learning cases in Java language)