搜索资源列表
Expression
- 支持分数约分/基本三角函数计算的AS3表达式解析类,可以将字符串中的算式解析为结果值.
expresstest
- 表达式计算代码,按优先级计算输入的表达式,支持括号,阶乘号,暂不支持三角函数!--Expression calculating code, it can calculate inputed expression by priority ,and supports parenthesis, factorial sign, and it does not support trigonometrical functions for now!
Expression
- 支持分数约分/基本三角函数计算的AS3表达式解析类,可以将字符串中的算式解析为结果值.-Support scores of some sub/basic trigonometric calculation of analytic expressions AS3 category, you can string analytical formula for the resulting value.
QKTMathExpression
- 一个用于解析数学表达式的函数库。支持三角函数、乘方、开放等运算。-A mathematical expression is used to resolve a function of the Treasury. Support trigonometric functions, involution, open, such as computing.
PaintingFunctionCurve
- 此程序能完成任意表达式(包括对:正弦:sinx 余弦: cosx 正切: tanx 余切: cotx 正割: secx 余割: cscx 反正弦: arcsinx 反余弦: arccosx 反正切: arctanx 反余切: arccotx 自然对数: lnx 常数 Л: pi或PI 常数 E: : e或E 变量 X: : x|X 等几乎所有三角函数以及所有算术操作符的支持)的图像显示. 用括号区分优先级. 例如像这样的表达式:
PowerCal
- 即时计算加法,并且支持常见的三角函数运算-Real-time calculation adder, and trigonometric functions to support the common computing
18B20and1602calculator
- 本系统采用51单片机和1602液晶做成液晶计算器液晶显示计算的结果,并且可以支持浮点运算和三角函数,通过DS18B20可以实时测温。-The system uses a 51 and 1602 single-chip liquid crystal display calculated results, and can support the floating-point operations and trigonometric func
Arithmetic
- 可进行大数的加减乘除、阶乘、三角函数、幂指数(指数只支持整数)的运算,支持小数运算,重载了以上功能的运算符号。 可运算数学表达式。 可进行16进制之内任意进制之间的转换-Addition and subtraction to multiplication and division to carry out large numbers, factorials, trigonometric functions, power inde
calc
- 自己写的一个命令行下的计算器,支持基本四则运算、三角函数、指数对数等运算。详细说明在程序中。-Wrote it myself under a command-line calculator to support four basic operations, trigonometric functions, the index of the number of computing. To elaborate on the process.
Calculator
- 简单的计算器,暂时不支持复杂的函数如,三角函数等-A simple calculator, temporary does not support the complex functions such as trigonometric functions, etc.
calc
- C写的计算器,支持四则运算、括号、百分号、乘幂、三角函数、反三角函数、常量π、e,支持自定义变量,详细出错提示信息。代码有详细注释。-C calculator written in support of four operations, brackets, percent sign, take power, trigonometric functions, inverse trigonometric functions, constan
cal
- 表达式计算器,功能很强大。支持加,检,乘,除,平方,开方,三角函数-expression caculator.
Calculator
- 1) 支持基本的四则(+、-、*、/)运算。 2) 支持sin cos tan等三角函数的运算。 3) 支持log、ln、exp、x^y、sqr等复杂的运算。 4) 实现了解析运算(可以输入一个数学表达式,然后正确计算出结果)。 5) 具有清零功能。 6) 具有退格与记忆键。 7) 支持圆周率一键输入。 8) 支持科学计数法输入。 9) 具有连续计算的能力,即上一次计算的结果可以直接参与下一次计算(即兼有
cal
- 计算式的计算,能用字符的形式完成大部分的计算,应该有不少人编了此程序,但是这个还是有新颖之处,完全是对字符处理产生的计算,可以使用全角计算符,对三角函数,科学计数等有很好的支持,算是我对字符串处理一个探索成果。-Formula calculation, can be used to complete most of the characters in the form of calculation, should be compiled
Drawing
- 自定义函数画图软件,软件的函数输入部分分为4部分,针对的是4个分段函数,当然也可以扩展为5段,六段,如果你的函数不用分段,那就只用在第一个edit里面写下你的函数表达式即可,同时要在后面写出x的范围,和cftool里面的custom equation一样,只能用matlab语法规范的函数表达式,即你不要写2x而是2*x,不要把我们的数学表达式和matlab表达式搞混淆了。从gif可以看出,在第一个edit输入不同的函数,有多项式函数,指
calculatorother
- 简单计算器,可计算三角函数,支持科学计算,和简单运算-Simple calculator, calculate trigonometric functions in support of scientific computing, and simple operation
Calculator
- 这个是我自己用VC写的计算器小程序,支持“+ - * / ”及三角函数,指数函数,括号等操作,而且里面还有一个小小的滚动条,挺给力的-This is my own calculator with a small program written in VC to support the " +-* /" and the trigonometric, exponential functions, brackets and
Parser
- 本程序为一个实用的函数式计算器,除进行加减乘除计算外还支持三角函数,对数,角度等运算,还支持状态保持和读取-This program is a utility function calculator, in addition to Math computations also support trigonometric, logarithmic, angle and other operations, also supports the
QtCalculator
- 1.键盘输入算式,回车后计算结果。 2.根据当前输入的函数的一部分,自动找到备选函数。这时可以用上/下键选择需要的函数后,按空格键确定输入。在整个过程中一直可以表示函数的帮助信息。我们可以参考帮助信息,选择合适的函数。 3.支持三角函数,反三角函数,求和,平均值,乘方,开方,对数,当然还有包含嵌套的四则运算。-A keyboard input formula, carriage return after the calculat
work
- 简单的计算器代码,支持四则运算和三角函数,阶乘(A calculator that supports four operations and trigonometric functions, factorial)