虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

TAN

  • 表达式计算器。表达式中只能有圆括号、函数名、运算符、常数与变量。一、变量名的命名规则:1、可以是字符、或字符串 2、不能以数字开头 3、不能夹杂有空格、运算符或标点符号

    表达式计算器。表达式中只能有圆括号、函数名、运算符、常数与变量。一、变量名的命名规则:1、可以是字符、或字符串 2、不能以数字开头 3、不能夹杂有空格、运算符或标点符号,以及以下字符:\、|、=、&、%、$、@、#、`、~.二、函数有sin、cos、TAN、cot、sqrt、asin、acos、aTAN、log,均需要小写。函数后的变量名可以加括号,也可以不要括号,如:log(C1)与logC1是相同的。三、运算符有+(加)、-(减)、*(乘)、/(除)与^(幂次)。

    标签: 表达式 变量 运算符 函数

    上传时间: 2014-01-07

    上传用户:leehom61

  • 能计算数学函数的计算器 这个计算器可用 set 命令自定义变量

    能计算数学函数的计算器 这个计算器可用 set 命令自定义变量,也可以用 view 今天查看变量的值,在程序里有一个设置小数显示数度的全局变量 prec 可以用 set 对它重新赋值,值的范围是 0 - 100 的整数,默认是 6 ,将 sin arcsin TAN ln 等数学函数转换成内部表示,以便于将之与一般的运算符统一处理。程序还对小数和整数加以了区别,增加了求余去处符 ‘\’、百分符‘%’。

    标签: set 计算器 计算 数学函数

    上传时间: 2016-12-15

    上传用户:ikemada

  • cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used

    cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used to calculate a whole range of scientific functions including sin, cos, TAN, arcTAN, arcsin, arccos, sinh, cosh, TANh, arcTANh, log, exp, square root and even multiply and divide. the method dates back to volder [1959], and due to its versatility and compactness, it made possible the microcoding of the hp35 pocket scientific calculator in 1972. here is some code to illustrate the techniques. ive split the methods into three parts linear, circular and hyperbolic. in the hp35 microcode these would be unified into one function (for space reasons). because the linear mode can perform multiply and divide, you only need add/subtract and shift to complete the implementation. you can select in the code whether to do the multiples and divides also by cordic means. other multiplies and divides are all powers of 2 (these dont count). to eliminate these too, would involve ieee hackery.

    标签: essentially algorithm describe suitably

    上传时间: 2017-03-02

    上传用户:litianchu

  • this program is very interesting for to calculate with simple operation and advance operation. simpl

    this program is very interesting for to calculate with simple operation and advance operation. simple operation such us +,-,:,x and advance operation such as calculate sin,cos and TAN implementation

    标签: operation interesting calculate program

    上传时间: 2013-12-18

    上传用户:熊少锋

  • vb2005编写的计算器。 直接输入字符串

    vb2005编写的计算器。 直接输入字符串,如: 4+pi^2+sin(3*cos(2)*e^2)+2.3E13 常数:pi,e 科学计数表示:1E4(1*10^4) 函数支持常用函数:sin,cos,TAN,aTAN,asin...

    标签: 2005 vb 编写 字符串

    上传时间: 2017-04-20

    上传用户:weixiao99

  • 距离分辨率 thrt0=1*pi/6 斜视角 angb=0.6*lamda/res_a 合成波束宽度 Rr=5000

    距离分辨率 thrt0=1*pi/6 斜视角 angb=0.6*lamda/res_a 合成波束宽度 Rr=5000 目标中心到航迹垂直距离 V=100 飞机的航速 Tp=1e-6 脉冲宽度 T=10e-3 脉冲周期 B=0.5*c/res_r 脉冲频宽 Kr=B/Tp 频率调制率 fc=c/lamda 载波频率 Rx=Rr*TAN(thrt0) 目标区中心横坐标 R0=Rr*sec(thrt0) 目标区中x心距离 Lc0=1.0*angb*R0 正视有效积累长度 Lc=Lc0*sec(thrt0) 斜视有效积累长度 Tc=Lc/V 相干积累时间 wx=100 场景长度

    标签: lamda res_a thrt angb

    上传时间: 2017-06-22

    上传用户:haohaoxuexi

  • 三种实现方式

    三种实现方式,采用MATLAB编程语言,一种是法国研究者设计的G Rilling 2007 另一种是MATLAB文件交换中心由Alan TAN开发的plot_hht程序包,第三种是台湾中央大学数据研究中心提供的EEMD包。 其中,我使用了plot_hht程序包,其使用了三个终止条件,驻留分量的单调性,极值点与零点的个数相差不超过1,还有黄锷1998经典文献提出的 SD>0.1,单调性的判断,并不是去判定驻留分量是否是单调函数,而是当曲线是双曲线时,循环结束,由于没有考虑端点效应,程序比较简洁,好读懂,大家 学习HHT可以从这个程序包入手,在此抛砖引玉,希冀有人能比较这三种不同的算法的性能和时间复杂度,以及对各种信号的适应性。

    标签: 方式

    上传时间: 2013-12-26

    上传用户:xcy122677

  • Description Scientific calculator. Allows to perform caclulation with high precicion and implemen

    Description Scientific calculator. Allows to perform caclulation with high precicion and implements most populatr mathematical functions: sin, cos, TAN, asin, acon, aTAN, exp, log, sqr, floor and ceil. Also it make it possible to define your own function, store results in variables and use variable sin expressions. Calculator store al formuls you have entered. Plot function can be used to draw graph of function with single argument. More detailed description of calculator is here.

    标签: Description caclulation Scientific calculator

    上传时间: 2014-01-25

    上传用户:familiarsmile

  • En este diagrama se encuentran varias curvas de rugosidad relativa consTANte para determinar el fact

    En este diagrama se encuentran varias curvas de rugosidad relativa consTANte para determinar el factor de friccion de fanning en funcion del numero de reynolds utilizando la ecuacion de colebrook resuelta por el metodo del punto fijo. la funcion fanning2 calcula el factor de friccion con TAN solo ingresar la rugosidad relativa y el numero de reynols. Para generar el diagrama se debe terner la funcion fanning2.

    标签: determinar encuentran consTANte rugosidad

    上传时间: 2013-12-26

    上传用户:xuanchangri

  • 日出日落时间计算

    日出日落时间计算 我能给你一个粗略的计算公式 日出时间计算公式: 24*(180+时区*15-经度-ACOS(-TAN(-23.4*COS(360*(日期序列数+9)/365))*TAN(纬度))/360 我国时区为东8区,时区=8 经度、纬度采用角度制,东经、北纬为正,西经、南纬为负 日期序列数为当天在这一年中的序列,如2月11日就是42 因为计算机一般采用弧度制,上面公式可变化为: 24*(180+时区*15-经度-ACOS(-TAN(-23.4*COS(2*π*(日期序列数+9)/365)*π/180)*TAN(纬度*π/180))*180/π)/360 计算结果是一个小于24的数值,如6.69,表示6:41 日落时间计算公式:24*(1+(时区*15-经度)/180)-日出时间

    标签: 日出日落时间计算

    上传时间: 2015-11-23

    上传用户:曾阿强啊