upsd_flash.c These functions are provided to help you develop your initial code. They are optimized for speed rather that size. As a result, you will see very few nested function calls. If speed is not critical, you can use function calls for common tasks (like dat polling after writing a byte to Flash) The penalty is the extra processor time to make the nested calls.
標(biāo)簽: upsd_flash functions are provided
上傳時(shí)間: 2013-12-23
上傳用戶(hù):Andy123456
一. 實(shí)驗(yàn)?zāi)康? 設(shè)計(jì),編制并調(diào)試一個(gè)語(yǔ)法分析程序,加深對(duì)語(yǔ)法分析原理的理解??梢跃幾gc語(yǔ)言的基本結(jié)構(gòu),包括循環(huán)嵌套和條件嵌套。 二. 實(shí)驗(yàn)的輸入輸出 (1) 執(zhí)行程序時(shí),可輸入源程序的路徑,如果輸入為空的話(huà),將會(huì)編譯默認(rèn)的源程序“./input.dat” (2) 如果編譯發(fā)現(xiàn)有錯(cuò)誤,則會(huì)輸出錯(cuò)誤行數(shù),并在結(jié)束編譯時(shí)輸出“Complete!” 三. 語(yǔ)法結(jié)構(gòu) .... 四. 分析器主要代碼 .. 五 小結(jié)
標(biāo)簽: 實(shí)驗(yàn)
上傳時(shí)間: 2013-12-16
上傳用戶(hù):宋桃子
k-meansy算法源代碼。This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen.
標(biāo)簽: code implementing directory algorithm
上傳時(shí)間: 2016-04-07
上傳用戶(hù):shawvi
編譯原理的一個(gè)語(yǔ)法分析程序,設(shè)計(jì),編制并調(diào)試一個(gè)語(yǔ)法分析程序,加深對(duì)語(yǔ)法分析原理的理解??梢跃幾gc語(yǔ)言的基本結(jié)構(gòu),包括循環(huán)嵌套和條件嵌套。(1) 執(zhí)行程序時(shí),可輸入源程序的路徑,如果輸入為空的話(huà),將會(huì)編譯默認(rèn)的源程序“./input.dat” (2) 如果編譯發(fā)現(xiàn)有錯(cuò)誤,則會(huì)輸出錯(cuò)誤行數(shù),并在結(jié)束編譯時(shí)輸出“Complete!”
上傳時(shí)間: 2016-04-11
上傳用戶(hù):許小華
Fast settling-time added to the already conflicting requirements of narrow channel spacing and low phase noise lead to Fractional4 divider techniques for PLL synthesizers. We analyze discrete "beat-note spurious levels from arbitrary modulus divide sequences including those from classic accumulator methods.
標(biāo)簽: settling-time requirements conflicting already
上傳時(shí)間: 2016-04-14
上傳用戶(hù):liansi
Probability distribution functions. estimation - (dir) Probability distribution estimation. dsamp - Generates samples from discrete distribution. erfc2 - Normal cumulative distribution function. gmmsamp - Generates sample from Gaussian mixture model. gsamp - Generates sample from Gaussian distribution. cmeans - C-means (or K-means) clustering algorithm. mahalan - Computes Mahalanobis distance. pdfgauss - Computes probability for Gaussian distribution. pdfgmm - Computes probability for Gaussian mixture model. sigmoid - Evaluates sigmoid function.
標(biāo)簽: distribution Probability estimation functions
上傳時(shí)間: 2016-04-28
上傳用戶(hù):13188549192
java可以編寫(xiě)各種格式的讀取文件的程序,這里僅以.dat格式為例。
上傳時(shí)間: 2014-12-04
上傳用戶(hù):aa17807091
Image Compression A collection of simple routines for image compression using different techniques. 圖象壓縮的不同方法 BTCODE: Image compression Using Block Truncation Coding. PYRAMID: Image compression based on Gaussian Pyramids. DCTCOMPR: Image compression based on Discrete Cosine Transform. IMCOMPR: Image compression based on Singular Value Decomposition. The given codes can be also used in 2D noise suppression. Notes: The function "conv2fft" performs a 2D FFT-based convolution. Type "help conv2fft" on Matlab command window for more informations.
標(biāo)簽: Compression compression collection different
上傳時(shí)間: 2016-05-11
上傳用戶(hù):磊子226
運(yùn)行環(huán)境: JDK1.4以上 程序編寫(xiě)軟件:JCreator Application1.java為主類(lèi),如果裝有JCreator,直接用JCreator打開(kāi)Application1.java 程序就可以運(yùn)行。 點(diǎn)擊‘八皇后演示’ 會(huì)跳出個(gè)Frame,可以輸入第一行起點(diǎn)的坐標(biāo)比如‘3’的話(huà),第一行會(huì)從第三個(gè)開(kāi)始演示。 點(diǎn)擊‘快速排序’會(huì)把TARRAY.DAT文件里面的數(shù)據(jù)用快速排序的方法進(jìn)行排序 注意:在程序編寫(xiě)時(shí)候 TARRAY.DAT 是放在 D:\\Aglogic\\QCKSRT\\TARRAY.DAT 當(dāng)更換路徑時(shí)候,也要在SortFrame.java里面 做 相應(yīng)的更換
標(biāo)簽: Application JCreator java JDK
上傳時(shí)間: 2014-01-18
上傳用戶(hù):baiom
請(qǐng)編寫(xiě)一個(gè)函數(shù)jsValue(int m,int k,int xx[]),該函數(shù)的功能是:將大于整數(shù)m且緊靠m的k個(gè)素?cái)?shù)存入數(shù)組xx傳回。 最后調(diào)用函數(shù)writeDat()讀取10組數(shù)據(jù),分別得出結(jié)果且把結(jié)果輸出到文件out.dat中。 部分源程序存在文件prog1.c中。 例如:若輸入17 5 則應(yīng)輸出:19,23,29,31,37。
標(biāo)簽: int jsValue xx 編寫(xiě)
上傳時(shí)間: 2016-06-05
上傳用戶(hù):change0329
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1