微軟公司內(nèi)部所有工程師的必讀之書 I. M. Wright s Hard Code
標(biāo)簽: I. M. Wright Hard
上傳時(shí)間: 2013-12-23
上傳用戶:彭玖華
y3k=fft(u,(m+n-2)/4) i=1:(m+n-2)/4 subplot(5,2,9) stem(i,u) title( 濾波后上采樣 ) k=1:(m+n-2)/4 subplot(5,2,10) stem(k,y3k) title( 上采樣頻譜 ) xlabel( k ) ylabel( y3k )
標(biāo)簽: subplot title stem fft
上傳時(shí)間: 2013-12-18
上傳用戶:zhliu007
maybe is knn or maybe not i m not sure about it it s a temp file
標(biāo)簽: maybe not about file
上傳時(shí)間: 2017-02-11
上傳用戶:稀世之寶039
Nearest neighbors is a semi deconvolution algorithm. I m a newbie in matlab but I hope this helps somebody :)
標(biāo)簽: deconvolution neighbors algorithm Nearest
上傳時(shí)間: 2014-11-26
上傳用戶:xjz632
介紹行列劃分算法和矩陣相乘并行算法M P I 程序, 給出基于矩陣相乘并行算法的M P I 實(shí)現(xiàn), 分析和討 論處理器數(shù)目、復(fù)雜性、矩陣劃分、B 子塊傳遞、死鎖避免和矩陣數(shù)據(jù)的獲取等問題.
標(biāo)簽: 分 矩陣相乘 并行算法 矩陣
上傳時(shí)間: 2017-06-03
上傳用戶:royzhangsz
hereby i m submitting this file
標(biāo)簽: submitting hereby file this
上傳時(shí)間: 2017-07-01
上傳用戶:llandlu
Tried to make CAN logger on AT91sam7X-ek, but have no idea how to implement FATFs... -( I m just a beginner
標(biāo)簽: implement logger Tried FATFs
上傳時(shí)間: 2017-09-20
上傳用戶:moerwang
系統(tǒng)資源(r1…rm),共有m類,每類數(shù)目為r1…rm。隨機(jī)產(chǎn)生進(jìn)程Pi(id,s(j,k),t),0
標(biāo)簽: rm 資源
上傳時(shí)間: 2014-01-27
上傳用戶:天誠24
Windowed-Burg method is made in order to improve the Clasical Burg method. Previously, I send the PBURGW.m file, but now I include also the ARBURGW.m algorithm and some NOTES-EXAMPLES to explain it and compare with the pburg.m algorithm from MATLAB.
標(biāo)簽: method Windowed-Burg Previously the
上傳時(shí)間: 2013-12-22
上傳用戶:familiarsmile
.?dāng)?shù)據(jù)結(jié)構(gòu) 假設(shè)有M個(gè)進(jìn)程N(yùn)類資源,則有如下數(shù)據(jù)結(jié)構(gòu): MAX[M*N] M個(gè)進(jìn)程對N類資源的最大需求量 AVAILABLE[N] 系統(tǒng)可用資源數(shù) ALLOCATION[M*N] M個(gè)進(jìn)程已經(jīng)得到N類資源的資源量 NEED[M*N] M個(gè)進(jìn)程還需要N類資源的資源量 2.銀行家算法 設(shè)進(jìn)程I提出請求Request[N],則銀行家算法按如下規(guī)則進(jìn)行判斷。 (1)如果Request[N]<=NEED[I,N],則轉(zhuǎn)(2);否則,出錯(cuò)。 (2)如果Request[N]<=AVAILABLE,則轉(zhuǎn)(3);否則,出錯(cuò)。 (3)系統(tǒng)試探分配資源,修改相關(guān)數(shù)據(jù): AVAILABLE=AVAILABLE-REQUEST ALLOCATION=ALLOCATION+REQUEST NEED=NEED-REQUEST (4)系統(tǒng)執(zhí)行安全性檢查,如安全,則分配成立;否則試探險(xiǎn)性分配作廢,系統(tǒng)恢復(fù)原狀,進(jìn)程等待。 3.安全性檢查 (1)設(shè)置兩個(gè)工作向量WORK=AVAILABLE;FINISH[M]=FALSE (2)從進(jìn)程集合中找到一個(gè)滿足下述條件的進(jìn)程, FINISH[i]=FALSE NEED<=WORK 如找到,執(zhí)行(3);否則,執(zhí)行(4) (3)設(shè)進(jìn)程獲得資源,可順利執(zhí)行,直至完成,從而釋放資源。 WORK=WORK+ALLOCATION FINISH=TRUE GO TO 2 (4)如所有的進(jìn)程Finish[M]=true,則表示安全;否則系統(tǒng)不安全。
標(biāo)簽: 數(shù)據(jù)結(jié)構(gòu) 進(jìn)程 資源
上傳時(shí)間: 2014-01-05
上傳用戶:moshushi0009
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1