搜索资源列表
Computer.zip
- 对于包含有函数sin、cos、tan、cot、sqrt、asin、acos、atan、log,和运算符+(加)、-(减)、*(乘)、/(除)与^(幂次)的字符串进行解析。可以解析出变量名,由用户赋值然后求表达式的值。
autocompu
- 此算术表达式解析器能够在程序运行时根据输入的变量大小和算术表达式动态解析表达式,得到运算结果。支持多项算术运算符和数学函数如下:: + - * / ^ ( ) mod abs, atan, cos, exp, ln, round, sin, sqrt, sqr, trunc-this arithmetic expression parser procedures in the light of input variable size and arithmetic expressions Dyna
atan_cordic
- atan函数,由于在通信系统中很多信息都是依赖相位信息得到,所以atan函数非常有用。
atan.rar
- 用最优化的c语言实现三角函数中TAN函数的源代码。,Optimized using c language TAN trigonometric function in the source code.
atan_lgam1_Arcsn
- 该版本的单复变程序增加了三个函数:复反正切函数atan(x+yi),实Γ函数,实反椭圆正弦函数(即雅可比分号形式的第一类[不完全]椭圆积分)Arcsn(e x),0<=e<=1,-1<=x<=1。-This version of the single complex variable program adds three functions: complex tangent function atan (x+ yi), the real function of Γ, th
iatan.rar
- 三角函数atan的快速算法,用泰勒级数逼近,结果化为以半周为单位的量乘以比例系数,用整数表示,Trigonometric functions atan fast algorithm, using Taylor series approximation, the result turned into a half weeks in the amount of units multiplied by the ratio factor, with an integer that
calculator.zip
- 表达式计算器。表达式中只能有圆括号、函数名、运算符、常数与变量。一、变量名的命名规则:1、可以是字符、或字符串 2、不能以数字开头 3、不能夹杂有空格、运算符或标点符号,以及以下字符:\、|、=、&、%、$、@、#、`、~.二、函数有sin、cos、tan、cot、sqrt、asin、acos、atan、log,均需要小写。函数后的变量名可以加括号,也可以不要括号,如:log(C1)与logC1是相同的。三、运算符有+(加)、-(减)、*(乘)、/(除)与^(幂次)。,Expression ca
atan
- 反正切函数C实现,一个简单的C语言函数的实现,以及两个math的头文件-Arc tangent function C implementation, a simple implementation of C-language function, and two math header file
cordic_atan
- CORDIC arctangent(atan) Simulink model. You can generate HDL from this model
calc
- vb2005编写的计算器。 直接输入字符串,如: 4+pi^2+sin(3*cos(2)*e^2)+2.3E13 常数:pi,e 科学计数表示:1E4(1*10^4) 函数支持常用函数:sin,cos,tan,atan,asin-vb2005 Calculator
atan_cordic
- 基于CORDIC算法计算反正切函数。输入横坐标纵坐标及迭代次数,输出角度及弧度值;附CORDIC英文文档说明-atan function based in CORDIC algorithm
Expresschengxu
- 函数程序中支持的函数有:sin,cos,tan,asin,acos,atan,exp,log,sign,pow-Function program support functions are: sin, cos, tan, asin, acos, atan, exp, log, sign, pow
cordic_sqrt_atan
- 利用cordic实现开方和atan运算的matlab源码。 本人原创,标准cordic算法。-calculate aquare root and atan by cordic. Matlab m language.
cordic_atan
- 用verilog语言实现计算反正切函数,在软件无线电中解调PM/FM中使用的尤为频繁。上传的压缩包是modelsim工程,基于6.5c,里边包含一个完整的PM波产生以及解调过程的matlab文件仿真,并取其中间的I和Q支路做为verilog文件的输入,并将其借条输出与MATLAB实际解调输出作比较。 鉴相器的设计基于CORDIC算法,其精度取决于迭代的深度。由于工程实际运用只需要解调出atan值,并不需要绝对的值,所以并没有给予加权,需要的同学可以自己加上。-Calculated usin
atan_cordic
- atan function using cordic
serial_fxptesto
- CORDIC arctangent(atan) Simulink model. You can generate HDL from this model
atan2sc
- sin and cosine of atan(y/x) [S,C,R,T]=(Y,X)
power_3phsignaldq
- A Discrete 3-Phase ProgrammableSource block is used to generate a 1 pu, 15 degrees positive sequence voltage. At t = 0.05 s the positive sequence voltage is increased to 1.5 pu. At t = 0.1 s an unbalance is introduced by adding a 0.3 pu negative sequ
Computer
- VC++表达式解析(计算)工具源代码,由江汉石油学院计算机系的学生所编写。表达式中只能有圆括号、函数名、运算符、常数与变量。一、变量名的命名规则:1、可以是字符、或字符串 2、不能以数字开头 3、不能夹杂有空格、运算符或标点符号,以及以下字符:、|、=、&、 、$、@、#、`、~.二、函数有sin、cos、tan、cot、sqrt、asin、acos、atan、log,均需要小写。函数后的变量名可以加括号,也可以不要括号,如:log(C1)与logC1是相同的。三、运算符有+(加)、-(减)、*
cordic
- cordic,matlab,sin,cos,atan,sqrt