“網絡基本輸入/輸出系統”(Network Basic Input/Output System, NetBIOS)是一種標準的應用程序編程接口( A P I),1 9 8 3年由S y t e k公司專為I B M開發成功)
標簽: Network NetBIOS Output System
上傳時間: 2015-12-09
上傳用戶:wanghui2438
時間序列分析G-P method to calculate the correlation dimension of Matlab (Mex version) not use "temporary separation," use of the correlation integral Mex documents fast
標簽: correlation calculate dimension temporary
上傳時間: 2016-04-25
上傳用戶:Late_Li
操作系統概念(第六版)英文版的答案 INSTRUCTOR’S MANUAL TO ACCOMPANY OPERATING SYSTEM CONCEPTS SIXTH EDITION ABRAHAM SILBERSCHATZ Bell Laboratories PETER BAER GALVIN Corporate Technologies GREG GAGNE Westminster College Copyright c 2001 A. Silberschatz, P. Galvin and Greg Gagne
標簽: INSTRUCTOR ACCOMPANY OPERATING CONCEPTS
上傳時間: 2014-12-06
上傳用戶:225588
一個理想的系統應是R,S盡量小,而P,A盡可能大。而在一個實際系統中,S,R是相互制約的,拒識率R的提高總伴隨著誤識率S的下降,與此同時識別率A和識別精度P的提高。因此,在評價手寫數字識別系統系統時,我們必須綜合考慮這幾個指標。另外,由于手寫數字的書寫風格、工整程度可以有相當大的差別,因此必須弄清一個指標在怎樣的樣本集合下獲得的。
標簽:
上傳時間: 2014-01-11
上傳用戶:hzy5825468
89C51 AD采集交流電的程序50HZ的交流電經過精密整流以后每個周期單通道采集800個點分兩個通道采集電壓和電流并計算S,P,Q,相位角g
上傳時間: 2014-01-08
上傳用戶:watch100
The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively. The functions in this package are accurate, but they are far slower than their MATLAB equivalents (x=A\b, [L,U,p]=lu(A), and so on). They are presented here merely to illustrate and educate. "Real" production code should use backslash and lu, not this package.
標簽: illustrates elimination Gaussian pivoting
上傳時間: 2016-11-09
上傳用戶:wang5829
The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively. The functions in this package are accurate, but they are far slower than their MATLAB equivalents (x=A\b, [L,U,p]=lu(A), and so on). They are presented here merely to illustrate and educate. "Real" production code should use backslash and lu, not this package.
標簽: illustrates elimination Gaussian pivoting
上傳時間: 2014-01-21
上傳用戶:lxm
研究了基于塊填充的圖像修復算法,修復圖像的質量容易受到待修復區域邊界像素修 復順序的影響,通過分析待修復區域像素點所在模塊的圖像特征,改進了填充算法的優先權, 分別是基于P-Laplace算子和Euler’s elastica模型的優先權計算方法的改進。實驗結果證實了文中 所介紹算法能有效提高重建圖像的感知質量。
上傳時間: 2016-11-26
上傳用戶:leixinzhuo
:以ARM9系列芯片S I、R912I W4,1X為核心,主要針對中低檔扣普及性車型,設計和開發符合國家標準的新型汽車行駛記錄儀. 介紹了行駛記錄儀硬件,軟件結構.包括數據采集、數據存儲、與P(、機進行串口和USB通訊、I CD顯示、GI S定位系統等在內的硬軟件的組成部分.通過模擬實驗研究。該記錄儀可靠性高、使用方便; 自動導航和定位系統,包括全球衛星定位系統和電子地圖也取得了較好的使用效果.
上傳時間: 2014-01-26
上傳用戶:huql11633
The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT algorithm (following the ideas in the CMU Task parallel suite). 1.- Generates an input signal vector (dgen) with size n=n1xn2 stored in row major order In this code the size of the input signal is NN=NxN (n=NN, n1=n2=N) 2.- Transpose (tpose) A to have it stored in column major order 3.- Perform independent FFTs on the rows (cffts) 4.- Scale each element of the resulting array by a factor of w[n]**(p*q) 5.- Transpose (tpose) to prepair it for the next step 6.- Perform independent FFTs on the rows (cffts) 7.- Transpose the resulting matrix The code requires nested Parallelism.
標簽: iterations performs Bailey number
上傳時間: 2014-01-05
上傳用戶:libenshu01