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

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

Discrete-dat

  • 設(shè)計(jì)一個(gè)應(yīng)用程序

    設(shè)計(jì)一個(gè)應(yīng)用程序,從鍵盤輸入一個(gè)整數(shù)n, * 然后在文件"data.dat"中寫入所有比n小的素?cái)?shù), * 最后在屏幕上顯示在每個(gè)素?cái)?shù)中各數(shù)字(0--9)出現(xiàn)的次數(shù) */

    標(biāo)簽: 應(yīng)用程序

    上傳時(shí)間: 2015-05-22

    上傳用戶:685

  • Routine mampres: To obtain amplitude response from h(exp(jw)). input parameters: h :n dimensione

    Routine mampres: To obtain amplitude response from h(exp(jw)). input parameters: h :n dimensioned complex array. the frequency response is stored in h(0) to h(n-1). n :the dimension of h and amp. fs :sampling frequency (Hz). iamp:If iamp=0: The Amplitude Res. amp(k)=abs(h(k)) If iamp=1: The Amplitude Res. amp(k)=20.*alog10(abs(h(k))). output parameters: amp :n dimensioned real array. the amplitude-frequency response is stored in amp(0) to amp(n-1). Note: this program will generate a data file "filename.dat" . in chapter 2

    標(biāo)簽: dimensione parameters amplitude response

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

    上傳用戶:xfbs821

  • 檔案信息管理系統(tǒng)

    檔案信息管理系統(tǒng),在DELPHI7下通過(guò),另有RATIONAL ROSE2003的建模 首先需要啟動(dòng)Sql Server 2000服務(wù)器 然后再配置ODBC數(shù)據(jù)源,新建一個(gè)數(shù)據(jù)源將其命名為ArchDB, 它指向Sql server 2000的主數(shù)據(jù)庫(kù)master。 接下來(lái)直接運(yùn)行編譯好的ArchManager.exe執(zhí)行文件, 然后在啟動(dòng)窗口中選擇恢復(fù)數(shù)據(jù)庫(kù)(ArchDB.dat)。 最后即可以直接進(jìn)入該軟件。

    標(biāo)簽: 信息管理系統(tǒng)

    上傳時(shí)間: 2014-11-28

    上傳用戶:gundamwzc

  • 此系統(tǒng)是應(yīng)老師所布置的作業(yè)編制而成

    此系統(tǒng)是應(yīng)老師所布置的作業(yè)編制而成,該系統(tǒng)具有存貯學(xué)生數(shù)據(jù),按學(xué)號(hào)、姓名查詢,列出學(xué)生成績(jī)和統(tǒng)計(jì)功能。\n \n 使用方法:系統(tǒng)輸入數(shù)據(jù)后,將在當(dāng)前目錄中建立一個(gè)名為stu.dat文件,用于保存輸入的數(shù)據(jù)。學(xué)號(hào)輸入只能用數(shù)字輸入,并且學(xué)號(hào)只能是10位。姓名輸入符合中國(guó)人的姓名,只能用中文,且最長(zhǎng)為5個(gè)漢字。\n

    標(biāo)簽: 編制

    上傳時(shí)間: 2015-06-14

    上傳用戶:huannan88

  • A series of .c and .m files which allow one to perform univariate and bivariate wavelet analysis of

    A series of .c and .m files which allow one to perform univariate and bivariate wavelet analysis of discrete time series. Noother wavelet package is necessary -- everything is contained in this archive. The C-code computes the DWT and maximal overlap DWT. MATLAB routines are then used to compute such quantities as the wavelet variance, covariance, correlation, cross-covariance and cross-correlation. Approximate confidence intervals are available for all quantities except the cross-covariance and cross-correlation. A set of commands is provided. For a description of this example, please see http://www.eurandom.tue.nl/whitcher/software/.

    標(biāo)簽: univariate and bivariate analysis

    上傳時(shí)間: 2015-06-23

    上傳用戶:chongcongying

  • 這是06年4月剛剛完成的程序

    這是06年4月剛剛完成的程序,從opencore.org下載而來(lái)。用vhdl語(yǔ)言描寫,以及matlab仿真,testbench,以及在xinlinx上的綜合。 The MDCT core is two dimensional discrete cosine transform implementation designed for use in compression systems like JPEG. Architecture is based on parallel distributed arithmetic with butterfly computation.

    標(biāo)簽: 程序

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

    上傳用戶:123啊

  • 編寫一程序

    編寫一程序,統(tǒng)計(jì)學(xué)生的成績(jī)信息(保存在文件Score.dat中)。 要求: 1. 能按總分,數(shù)學(xué)成績(jī),英語(yǔ)成績(jī),計(jì)算機(jī)成績(jī)分別排序 2. 能分別統(tǒng)計(jì)數(shù)學(xué),英語(yǔ),計(jì)算機(jī)中不及格人數(shù) 3. 能按學(xué)號(hào)查找學(xué)生,并顯示該學(xué)生信息。 注 1. 從文件中讀入數(shù)據(jù)以及功能菜單顯示已在文件ReadData.c 和Menu.c中給出; 2. 代碼的總體結(jié)構(gòu)已在文件Score.c中給出,并定義了一些函數(shù)頭,但有關(guān)函數(shù)體代碼和一些主程序處理代碼要求學(xué)生填寫,也可以修改函數(shù)頭; 編譯score.c即可

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

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

    上傳用戶:685

  • 函數(shù)ReadDat()實(shí)現(xiàn)從文件ENG.IN中讀取一篇英文文章

    函數(shù)ReadDat()實(shí)現(xiàn)從文件ENG.IN中讀取一篇英文文章,存入到字符串?dāng)?shù)組xx中;請(qǐng)編制函數(shù)encryptChar(),按給定的替代關(guān)系對(duì)數(shù)組xx中的所有字符進(jìn)行替代,仍存入數(shù)組xx的對(duì)應(yīng)的位置上,最后調(diào)用函數(shù)WriteDat()把結(jié)果xx輸出到文件PS10.DAT中。

    標(biāo)簽: ReadDat ENG IN 函數(shù)

    上傳時(shí)間: 2015-07-26

    上傳用戶:com1com2

  • 該代碼為原創(chuàng)

    該代碼為原創(chuàng),用vc實(shí)現(xiàn)。代碼實(shí)現(xiàn)的功能為計(jì)算網(wǎng)絡(luò)流量的自相似指數(shù)hurst。里面包括了一個(gè)試驗(yàn)數(shù)據(jù)文件packetnumber1.dat,有需要的可以驗(yàn)證代碼的正確性。

    標(biāo)簽: 代碼

    上傳時(shí)間: 2015-08-16

    上傳用戶:xuanjie

  • EM8511s中使用的mpg播放器

    EM8511s中使用的mpg播放器,,支持解碼MPG,MPEG,DAT,VOB等媒體,優(yōu)秀的PMP方案。

    標(biāo)簽: 8511s 8511 mpg EM

    上傳時(shí)間: 2014-11-29

    上傳用戶:zhaiye

主站蜘蛛池模板: 德清县| 平江县| 辛集市| 安康市| 舟曲县| 东源县| 波密县| 台湾省| 琼中| 澄城县| 鹿泉市| 虹口区| 买车| 三穗县| 台中县| 虞城县| 阜宁县| 泸西县| 平江县| 大英县| 景德镇市| 故城县| 巴南区| 巴林右旗| 富平县| 封丘县| 东丽区| 来宾市| 洱源县| 阳西县| 河间市| 临清市| 寿光市| 招远市| 南华县| 措美县| 宁都县| 辽宁省| 新丰县| 西和县| 东阿县|