亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

discrete-dat

  • upsd_flash.c These functions are provided to help you develop your initial code. They are optim

    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

    上傳用戶:Andy123456

  • 一. 實(shí)驗(yàn)?zāi)康? 設(shè)計(jì)

    一. 實(shí)驗(yàn)?zāi)康? 設(shè)計(jì),編制并調(diào)試一個(gè)語法分析程序,加深對(duì)語法分析原理的理解。可以編譯c語言的基本結(jié)構(gòu),包括循環(huán)嵌套和條件嵌套。 二. 實(shí)驗(yàn)的輸入輸出 (1) 執(zhí)行程序時(shí),可輸入源程序的路徑,如果輸入為空的話,將會(huì)編譯默認(rèn)的源程序“./input.dat” (2) 如果編譯發(fā)現(xiàn)有錯(cuò)誤,則會(huì)輸出錯(cuò)誤行數(shù),并在結(jié)束編譯時(shí)輸出“Complete!” 三. 語法結(jié)構(gòu) .... 四. 分析器主要代碼 .. 五 小結(jié)

    標(biāo)簽: 實(shí)驗(yàn)

    上傳時(shí)間: 2013-12-16

    上傳用戶:宋桃子

  • k-meansy算法源代碼。This directory contains code implementing the K-means algorithm. Source code may be f

    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

    上傳用戶:shawvi

  • 編譯原理的一個(gè)語法分析程序

    編譯原理的一個(gè)語法分析程序,設(shè)計(jì),編制并調(diào)試一個(gè)語法分析程序,加深對(duì)語法分析原理的理解。可以編譯c語言的基本結(jié)構(gòu),包括循環(huán)嵌套和條件嵌套。(1) 執(zhí)行程序時(shí),可輸入源程序的路徑,如果輸入為空的話,將會(huì)編譯默認(rèn)的源程序“./input.dat” (2) 如果編譯發(fā)現(xiàn)有錯(cuò)誤,則會(huì)輸出錯(cuò)誤行數(shù),并在結(jié)束編譯時(shí)輸出“Complete!”

    標(biāo)簽: 編譯原理 程序

    上傳時(shí)間: 2016-04-11

    上傳用戶:許小華

  • Fast settling-time added to the already conflicting requirements of narrow channel spacing and low

    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

    上傳用戶:liansi

  • Probability distribution functions. estimation - (dir) Probability distribution estimation. dsam

    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

    上傳用戶:13188549192

  • java可以編寫各種格式的讀取文件的程序

    java可以編寫各種格式的讀取文件的程序,這里僅以.dat格式為例。

    標(biāo)簽: java 編寫 程序 讀取

    上傳時(shí)間: 2014-12-04

    上傳用戶:aa17807091

  • Image Compression A collection of simple routines for image compression using different techniqu

    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

    上傳用戶:磊子226

  • 運(yùn)行環(huán)境: JDK1.4以上 程序編寫軟件:JCreator Application1.java為主類

    運(yùn)行環(huán)境: JDK1.4以上 程序編寫軟件:JCreator Application1.java為主類,如果裝有JCreator,直接用JCreator打開Application1.java 程序就可以運(yùn)行。 點(diǎn)擊‘八皇后演示’ 會(huì)跳出個(gè)Frame,可以輸入第一行起點(diǎn)的坐標(biāo)比如‘3’的話,第一行會(huì)從第三個(gè)開始演示。 點(diǎn)擊‘快速排序’會(huì)把TARRAY.DAT文件里面的數(shù)據(jù)用快速排序的方法進(jìn)行排序 注意:在程序編寫時(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

    上傳用戶:baiom

  • 請(qǐng)編寫一個(gè)函數(shù)jsValue(int m,int k,int xx[])

    請(qǐng)編寫一個(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 編寫

    上傳時(shí)間: 2016-06-05

    上傳用戶:change0329

主站蜘蛛池模板: 屏边| 屯门区| 诏安县| 台北市| 蚌埠市| 香河县| 繁昌县| 来凤县| 绥德县| 江川县| 白河县| 建湖县| 通州区| 淮北市| 呼图壁县| 平度市| 海安县| 康定县| 肇庆市| 阜阳市| 射洪县| 壶关县| 永德县| 丰镇市| 长兴县| 广平县| 北宁市| 闸北区| 白城市| 鄄城县| 拜泉县| 汕头市| 商丘市| 安阳县| 娄底市| 宁安市| 文登市| 锡林郭勒盟| 武夷山市| 临湘市| 彭阳县|