亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

tan

  • 表達(dá)式計算器。表達(dá)式中只能有圓括號、函數(shù)名、運算符、常數(shù)與變量。一、變量名的命名規(guī)則:1、可以是字符、或字符串 2、不能以數(shù)字開頭 3、不能夾雜有空格、運算符或標(biāo)點符號

    表達(dá)式計算器。表達(dá)式中只能有圓括號、函數(shù)名、運算符、常數(shù)與變量。一、變量名的命名規(guī)則:1、可以是字符、或字符串 2、不能以數(shù)字開頭 3、不能夾雜有空格、運算符或標(biāo)點符號,以及以下字符:\、|、=、&、%、$、@、#、`、~.二、函數(shù)有sin、cos、tan、cot、sqrt、asin、acos、atan、log,均需要小寫。函數(shù)后的變量名可以加括號,也可以不要括號,如:log(C1)與logC1是相同的。三、運算符有+(加)、-(減)、*(乘)、/(除)與^(冪次)。

    標(biāo)簽: 表達(dá)式 變量 運算符 函數(shù)

    上傳時間: 2014-01-07

    上傳用戶:leehom61

  • 能計算數(shù)學(xué)函數(shù)的計算器 這個計算器可用 set 命令自定義變量

    能計算數(shù)學(xué)函數(shù)的計算器 這個計算器可用 set 命令自定義變量,也可以用 view 今天查看變量的值,在程序里有一個設(shè)置小數(shù)顯示數(shù)度的全局變量 prec 可以用 set 對它重新賦值,值的范圍是 0 - 100 的整數(shù),默認(rèn)是 6 ,將 sin arcsin tan ln 等數(shù)學(xué)函數(shù)轉(zhuǎn)換成內(nèi)部表示,以便于將之與一般的運算符統(tǒng)一處理。程序還對小數(shù)和整數(shù)加以了區(qū)別,增加了求余去處符 ‘\’、百分符‘%’。

    標(biāo)簽: set 計算器 計算 數(shù)學(xué)函數(shù)

    上傳時間: 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.

    標(biāo)簽: 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

    標(biāo)簽: operation interesting calculate program

    上傳時間: 2013-12-18

    上傳用戶:熊少鋒

  • vb2005編寫的計算器。 直接輸入字符串

    vb2005編寫的計算器。 直接輸入字符串,如: 4+pi^2+sin(3*cos(2)*e^2)+2.3E13 常數(shù):pi,e 科學(xué)計數(shù)表示:1E4(1*10^4) 函數(shù)支持常用函數(shù):sin,cos,tan,atan,asin...

    標(biāo)簽: 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 目標(biāo)中心到航跡垂直距離 V=100 飛機的航速 Tp=1e-6 脈沖寬度 T=10e-3 脈沖周期 B=0.5*c/res_r 脈沖頻寬 Kr=B/Tp 頻率調(diào)制率 fc=c/lamda 載波頻率 Rx=Rr*tan(thrt0) 目標(biāo)區(qū)中心橫坐標(biāo) R0=Rr*sec(thrt0) 目標(biāo)區(qū)中x心距離 Lc0=1.0*angb*R0 正視有效積累長度 Lc=Lc0*sec(thrt0) 斜視有效積累長度 Tc=Lc/V 相干積累時間 wx=100 場景長度

    標(biāo)簽: lamda res_a thrt angb

    上傳時間: 2017-06-22

    上傳用戶:haohaoxuexi

  • 三種實現(xiàn)方式

    三種實現(xiàn)方式,采用MATLAB編程語言,一種是法國研究者設(shè)計的G Rilling 2007 另一種是MATLAB文件交換中心由Alan tan開發(fā)的plot_hht程序包,第三種是臺灣中央大學(xué)數(shù)據(jù)研究中心提供的EEMD包。 其中,我使用了plot_hht程序包,其使用了三個終止條件,駐留分量的單調(diào)性,極值點與零點的個數(shù)相差不超過1,還有黃鍔1998經(jīng)典文獻(xiàn)提出的 SD>0.1,單調(diào)性的判斷,并不是去判定駐留分量是否是單調(diào)函數(shù),而是當(dāng)曲線是雙曲線時,循環(huán)結(jié)束,由于沒有考慮端點效應(yīng),程序比較簡潔,好讀懂,大家 學(xué)習(xí)HHT可以從這個程序包入手,在此拋磚引玉,希冀有人能比較這三種不同的算法的性能和時間復(fù)雜度,以及對各種信號的適應(yīng)性。

    標(biāo)簽: 方式

    上傳時間: 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.

    標(biāo)簽: 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.

    標(biāo)簽: determinar encuentran constante rugosidad

    上傳時間: 2013-12-26

    上傳用戶:xuanchangri

  • 日出日落時間計算

    日出日落時間計算 我能給你一個粗略的計算公式 日出時間計算公式: 24*(180+時區(qū)*15-經(jīng)度-ACOS(-tan(-23.4*COS(360*(日期序列數(shù)+9)/365))*tan(緯度))/360 我國時區(qū)為東8區(qū),時區(qū)=8 經(jīng)度、緯度采用角度制,東經(jīng)、北緯為正,西經(jīng)、南緯為負(fù) 日期序列數(shù)為當(dāng)天在這一年中的序列,如2月11日就是42 因為計算機一般采用弧度制,上面公式可變化為: 24*(180+時區(qū)*15-經(jīng)度-ACOS(-tan(-23.4*COS(2*π*(日期序列數(shù)+9)/365)*π/180)*tan(緯度*π/180))*180/π)/360 計算結(jié)果是一個小于24的數(shù)值,如6.69,表示6:41 日落時間計算公式:24*(1+(時區(qū)*15-經(jīng)度)/180)-日出時間

    標(biāo)簽: 日出日落時間計算

    上傳時間: 2015-11-23

    上傳用戶:曾阿強啊

主站蜘蛛池模板: 陇川县| 泾川县| 阳信县| 呼伦贝尔市| 介休市| 永善县| 台安县| 东丽区| 红原县| 西安市| 闽清县| 鱼台县| 巩义市| 安阳县| 甘肃省| 理塘县| 资溪县| 远安县| 汨罗市| 商都县| 南康市| 游戏| 开原市| 镇康县| 邢台市| 建水县| 延川县| 遵义县| 鄯善县| 斗六市| 高平市| 尉氏县| 泰安市| 临清市| 南投市| 无锡市| 南京市| 崇左市| 沾化县| 宣汉县| 铁岭县|