表達式計算器。表達式中只能有圓括號、函數名、運算符、常數與變量。一、變量名的命名規則:1、可以是字符、或字符串 2、不能以數字開頭 3、不能夾雜有空格、運算符或標點符號,以及以下字符:\、|、=、&、%、$、@、#、`、~.二、函數有sin、cos、Tan、cot、sqrt、asin、acos、aTan、log,均需要小寫。函數后的變量名可以加括號,也可以不要括號,如:log(C1)與logC1是相同的。三、運算符有+(加)、-(減)、*(乘)、/(除)與^(冪次)。
上傳時間: 2014-01-07
上傳用戶:leehom61
能計算數學函數的計算器 這個計算器可用 set 命令自定義變量,也可以用 view 今天查看變量的值,在程序里有一個設置小數顯示數度的全局變量 prec 可以用 set 對它重新賦值,值的范圍是 0 - 100 的整數,默認是 6 ,將 sin arcsin Tan ln 等數學函數轉換成內部表示,以便于將之與一般的運算符統一處理。程序還對小數和整數加以了區別,增加了求余去處符 ‘\’、百分符‘%’。
上傳時間: 2016-12-15
上傳用戶:ikemada
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. simple operation such us +,-,:,x and advance operation such as calculate sin,cos and Tan implementation
標簽: operation interesting calculate program
上傳時間: 2013-12-18
上傳用戶:熊少鋒
vb2005編寫的計算器。 直接輸入字符串,如: 4+pi^2+sin(3*cos(2)*e^2)+2.3E13 常數:pi,e 科學計數表示:1E4(1*10^4) 函數支持常用函數:sin,cos,Tan,aTan,asin...
上傳時間: 2017-04-20
上傳用戶:weixiao99
距離分辨率 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 場景長度
上傳時間: 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 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 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
上傳用戶:曾阿強啊