搜索资源列表
算术表达式解析器
- 此算术表达式能够在程序运行时根据输入的变量大小和算术表达式动态解析表达式,得到运算结果。支持多项算术运算符和数学函数如下:: + - * / ^ ( ) mod abs, atan, cos, exp, ln, round, sin, sqrt, sqr, trunc 例如设定a1和a2的大小,就可计算下列表达式: exp(sin(a1)*cos(a2))操作系统: Visual C++语言 -this arithmetic expression in accordance with the p
3
- 表达式解析源代码 对于包含有函数sin、cos、tan、cot、sqrt、asin、acos、atan、log,和运算符+(加)、-(减)、*(乘)、/(除)与^(幂次)的字符串进行解析。可以解析出变量名,由用户赋值然后求表达式的值。 -Parsing the source code for the expression contains a function, sin, cos, tan, cot, sqrt, asin, acos, atan, log, and operators
VBGRAPHIC
- VB 6.0 Sin/Cos/Tan/Atan函数图象显示输出,以及坐标系编程基础,鼠标跟随等。自己学习时写的,希望对初学者有所启发.-VB 6.0 Sin/Cos/Tan/Atan function, image display output, and coordinates programming based on the mouse to accompany them. When you learn to write, and hope to inspire the beginner.
yuan
- 问题描述 给定圆的半径r,求圆的面积。 输入格式 输入包含一个整数r,表示圆的半径。 输出格式 输出一行,包含一个实数,四舍五入保留小数点后7位,表示圆的面积。 说明:在本题中,输入是一个整数,但是输出是一个实数。 对于实数输出的问题,请一定看清楚实数输出的要求,比如本题中要求保留小数点后7位,则你的程序必须严格的输出7位小数,输出过多或者过少的小数位数都是不行的,都会被认为错误。 实数输出的问题如果没有
calc
- 表达式计算器,包括一元操作 + - ! sin cos tan asin acos atan sqrt abs exp log lgten ceil floor jiemul int dot ,二元操作 + - * / | & << >> < > == != ^- 源语言: 英语 Expression evaluator, including one million operations+- sin cos tan asin acos atan sqr
matrixmath
- ?matrixmath_test.cpp?和其头文件实现功能为: cos(m) 矩阵的余弦 sin(m) 矩阵的正弦 tan(m) 矩阵的正切 acos(m) 矩阵的反余弦 asin(m) 矩阵的反正弦 atan(m) 矩阵的反正切 exp(m) 矩阵的幂函数 log(m) 矩阵的自然对数函数 -? Matrixmath_test.cpp and achieve its header file functions:? Inverse cosine a
frequencyEstimate
- Calculates a frequency estimate by taking atan
Global-Soccer-Simulator
- This Atan I am 8using it-This is Atan I am 8using it
三角函数快速算法
- 对常用三角函数,使用快速的方法进行运算。查表法(look up table. atan)
