求標(biāo)準(zhǔn)偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end end c=sqrt(t/(m*n-1
標(biāo)簽: gt myfunction function numel
上傳時間: 2016-06-28
上傳用戶:change0329
求標(biāo)準(zhǔn)偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end end c=sqrt(t/(m*n-1
標(biāo)簽: gt myfunction function numel
上傳時間: 2014-09-03
上傳用戶:jjj0202
System.out.print(s) System.out.println(t) System.out.print(u) System.out.println(v) System.out.print(a) System.out.print(b) System.out.print(c) System.out.println(d) x=0x5f20 y=0x5f35 z=0xffff System.out.print(x) System.out.print(y) System.out.println(z)
標(biāo)簽: System out println print
上傳時間: 2016-07-01
上傳用戶:日光微瀾
vxWorks下基于緩沖隊(duì)列的全雙工網(wǎng)絡(luò)通訊.pdf 文章針對半自動大型儀器使用半~K..T--網(wǎng)絡(luò)通訊造成的效率下降問題,建立了在嵌入式實(shí)時操作系統(tǒng)vxWorks 下全雙工網(wǎng)絡(luò)通訊的模式,并特別提出了雙緩沖隊(duì)列的流水線處理方法和通訊死時J"l的概念。該方法充分利用vxWorks 對多任務(wù)和網(wǎng)絡(luò)的良好支持,做到了在操作人員層面上的軟件零死時間,在改善系統(tǒng)響應(yīng)特性,提高軟件效率上都很有 幫助。因此比半雙工通訊方式更加適用于半自動控制
標(biāo)簽: vxWorks 網(wǎng)絡(luò)通訊 隊(duì)列
上傳時間: 2016-07-25
上傳用戶:zhouli
這是一個三次樣條插值的.m程序 輸入的是一個二維數(shù)組A(Nx2) 插值方法為: S(x) = A(J) + B(J)*( x - x(J) ) + C(J)*( x - x(J) )**2 +D(J) * ( x - x(J) )**3 for x(J) <= x < x(J + 1)
上傳時間: 2013-12-14
上傳用戶:gengxiaochao
flash 鍵盤音效取自win2000系統(tǒng)ding.wav,經(jīng)過CoolEdit處理成音階,在Flash中導(dǎo)入在相應(yīng)按鈕上。 沒有難度,就是耐心一點(diǎn),成績不錯哦! 對應(yīng)表: 低音G-a #G-w A-s #A-e B-d 中音C-f #C-t D-g #D-y E-h F-j #F-i G-k #G-o A-l #A-p B- 高音C-1 D-2 E-3 F-4 G-5 A-6 B-7 C(high)-8 #C-c #D-v #F-b #G-n #A-m
上傳時間: 2014-02-06
上傳用戶:ljmwh2000
If you d like to create web-based applications easily, then this book is for you. More importantly, it shows you how to do that with joy and feel good about your own work! You don t need to know servlet or JSP while your productivity will be much higher than using servlet or JSP directly. This is possible because we re going to use a library called "Tapestry" that makes complicated stuff simple and elegant.
標(biāo)簽: applications importantly you web-based
上傳時間: 2016-09-29
上傳用戶:宋桃子
該文設(shè)計(jì)的 D S P最小系統(tǒng)可應(yīng)用于教學(xué),本科生通過在此硬件平臺上實(shí)現(xiàn) F S K的調(diào) 制及 F I R濾波器的實(shí)現(xiàn)兩個實(shí)驗(yàn),可以掌握 D S P硬件調(diào)試方法,增加對 D S P開發(fā)過程,以及 D S P基本 算 法 實(shí)現(xiàn) 的理 解。文 中所 設(shè)計(jì) 的 D S P最 小 系統(tǒng) 由 T I公 司 的定 點(diǎn) D S P芯 片 T MS 3 2 0 V C 5 4 0 2及其相關(guān)電源和時鐘電路 、片外擴(kuò)展存儲 器、A / D、D / A、標(biāo)準(zhǔn) U A R T接 口構(gòu)成
標(biāo)簽: 最小系統(tǒng) 應(yīng)用于
上傳時間: 2016-10-09
上傳用戶:caozhizhi
一個基于GTK+的單詞數(shù)值計(jì)算器,1、 按照規(guī)則計(jì)算單詞的值,如果 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 26個字母(全部用大寫)的值分別為 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26,如: WINJACK這個單詞的值就為:W+I+N+J+A+C+K=23+9+14+1+3+11=71% HARDWORK=H+A+R+D+W+O+R+D=8+1+18+4+23+15+18+11=98% LOVE=L+O+V+E=12+15+22+5=54% LUCK=L+U+C+K=12+21+3+11=47% ATTITUDE= A+T+T+I+T+U+D+E=1+20+20+9+20+24+4+5=100% 2、對程序的界面布局參考如下圖所示,在第一個單行文本框輸入一個單詞,點(diǎn)擊“計(jì)算”按鈕,按照以上算法計(jì)算出該單詞的值。 3、如果在最下面的單行文本框輸入一個文件路徑,此文件每行記錄一個單詞,那么經(jīng)過程序計(jì)算出各個單詞的值,并把結(jié)果輸出到當(dāng)前目錄下result.txt文件中。如果文件不存在,應(yīng)該提示錯誤。
上傳時間: 2014-01-11
上傳用戶:康郎
ITU-T G.729 Annex C+ - Reference C code for floating point implementation of G.729 at 6.4/8/11.8 kbit/s with DTX functionality (integration of Annexes B, D and E)
標(biāo)簽: implementation 729 Reference floating
上傳時間: 2017-04-10
上傳用戶:cccole0605
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1