求標(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
上傳時(shí)間: 2014-01-15
上傳用戶:hongmo
求標(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
上傳時(shí)間: 2013-12-26
上傳用戶:dreamboy36
求標(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
上傳時(shí)間: 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
上傳時(shí)間: 2014-09-03
上傳用戶:jjj0202
【二項(xiàng)式係數(shù) 運(yùn)算】Dev-C++ 學(xué)習(xí),運(yùn)用Dynamic Programming 動(dòng)態(tài)規(guī)劃計(jì)算
標(biāo)簽: Dev-C
上傳時(shí)間: 2016-09-19
上傳用戶:冇尾飛鉈
Visual C++提供了一個(gè)支持可視化編程的集成開發(fā)環(huán)境:Visual Studio(又名Developer Studio)。Developer Studio是一個(gè)通用的應(yīng)用程序集成開發(fā)環(huán)境,它不僅支持Visual C++,還支持Visual Basic,Visual J++,Visual InterDev等Microsoft系列開發(fā)工具。Developer Studio包含了一個(gè)文本編輯器、資源編輯器、工程編譯工具、一個(gè)增量連接器、源代碼瀏覽器、集成調(diào)試工具,以及一套聯(lián)機(jī)文檔。使用Developer Studio,可以完成創(chuàng)建、調(diào)試、修改應(yīng)用程序等的各種操作。
標(biāo)簽: Studio Developer Visual 集成開發(fā)環(huán)境
上傳時(shí)間: 2016-10-16
上傳用戶:shizhanincc
對(duì)于初級(jí)C++學(xué)習(xí)者有些幫助的,H.M.Deitel,P.J.Deitel著。周靖等譯。效果可能有些不好
標(biāo)簽:
上傳時(shí)間: 2014-01-07
上傳用戶:xlcky
數(shù)據(jù)結(jié)構(gòu)與程序設(shè)計(jì)——C++語言描述(影印版)習(xí)題的答案 【作 者】Robert L.Kruse,Alexander J.Ryba
標(biāo)簽: Robert Kruse 數(shù)據(jù)結(jié)構(gòu) 程序設(shè)計(jì)
上傳時(shí)間: 2017-03-04
上傳用戶:lgnf
學(xué)會(huì)一個(gè)程式語言,是一回事兒;學(xué)會(huì)如何以此語言設(shè)計(jì)並實(shí)作出有效的程式,又是一回事兒。C++ 尤其如此,因?yàn)樗懿粚こ5睾w了罕見的威力和豐富的表現(xiàn)力,不但建立在一個(gè)全功能的傳統(tǒng)語言(C)之上,更提供極為廣泛的物件導(dǎo)向(object-oriented)性質(zhì),以及對(duì)templates 和exceptions(異常狀態(tài))的支援。
標(biāo)簽: 程式
上傳時(shí)間: 2013-12-09
上傳用戶:ANRAN
these notes give an overview of beyond C to java and a good idea on how to develop applications in java
標(biāo)簽: applications overview develop beyond
上傳時(shí)間: 2013-12-24
上傳用戶:秦莞爾w
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1