By building a nonlinear function relationship between an d the error signal,this paper presents a no— vel variable step size LMS(Least Mean Square)adaptive filtering algorithm.
標(biāo)簽: relationship nonlinear building function
上傳時(shí)間: 2015-10-22
上傳用戶:hzy5825468
給定一個(gè)上下文無(wú)關(guān)文法的n條產(chǎn)生式規(guī)則,編程判斷該文法對(duì)應(yīng)的語(yǔ)言是否為空。若為空,則輸出yes,否則輸出no。
標(biāo)簽:
上傳時(shí)間: 2015-10-26
上傳用戶:ruixue198909
The purpose of this lab is to introduce the concept of FSMs with a datapath, and to study the usage of more complex test benches. Also, we enforce a rudimentary design methodology by assuming that the students are part of a bigger project, and have no knowledge of VHDL-implementation of the datapath (made by a hypothetical other group) other than its predefined Entity Interface until they come to the lab. The rest of this document is structured as follows: Section 2 describes some prelimi- nary reading and exercises that should be done before the lab. Section 3 details the design tasks that should be carried out to pass this lab.
標(biāo)簽: introduce datapath purpose concept
上傳時(shí)間: 2014-01-24
上傳用戶:熊少鋒
uC/OS-II Notes from Nohau Corporation The code associated with this readme.txt file is provided "as is". The code was written with the intention of creating a functional RTOS demo for the Nohau evaluation boards that can run a MicroBlaze core. You can use this code for any and all of your projects, as you see fit. Nohau Corporation does not warrant that the code is bug-free, and will provide no support for this RTOS port.
標(biāo)簽: Corporation associated provided readme
上傳時(shí)間: 2013-12-27
上傳用戶:tzl1975
[輸入] 圖的頂點(diǎn)個(gè)數(shù)N,圖中頂點(diǎn)之間的關(guān)系及起點(diǎn)A和終點(diǎn)B [輸出] 若A到B無(wú)路徑,則輸出“There is no path” 否則輸出A到B路徑上個(gè)頂點(diǎn) [存儲(chǔ)結(jié)構(gòu)] 圖采用鄰接矩陣的方式存儲(chǔ)。 [算法的基本思想] 采用廣度優(yōu)先搜索的方法,從頂點(diǎn)A開始,依次訪問與A鄰接的頂點(diǎn)VA1,VA2,...,VAK, 訪問遍之后,若沒有訪問B,則繼續(xù)訪問與VA1鄰接的頂點(diǎn)VA11,VA12,...,VA1M,再訪問與VA2鄰接頂點(diǎn)...,如此下去,直至找到B,最先到達(dá)B點(diǎn)的路徑,一定是邊數(shù)最少的路徑。實(shí)現(xiàn)時(shí)采用隊(duì)列記錄被訪問過的頂點(diǎn)。每次訪問與隊(duì)頭頂點(diǎn)相鄰接的頂點(diǎn),然后將隊(duì)頭頂點(diǎn)從隊(duì)列中刪去。若隊(duì)空,則說明到不存在通路。在訪問頂點(diǎn)過程中,每次把當(dāng)前頂點(diǎn)的序號(hào)作為與其鄰接的未訪問的頂點(diǎn)的前驅(qū)頂點(diǎn)記錄下來,以便輸出時(shí)回溯。 #include<stdio.h> int number //隊(duì)列類型 typedef struct{ int q[20]
標(biāo)簽: 輸入
上傳時(shí)間: 2015-11-16
上傳用戶:ma1301115706
本系統(tǒng)采用access+asp開發(fā),系統(tǒng)要求:windows9X+pws win2000(或更高)+IIS、IE 4.0以上及相關(guān)打印設(shè)備 2、處于安全考慮,建議安裝使用前,先修改數(shù)據(jù)庫(kù)路徑(默認(rèn)為"tcadmin\tcmdb")及數(shù)據(jù)庫(kù)名稱,然后修改文件tcconn.asp相應(yīng)路徑設(shè)置 3、本系統(tǒng)所有日期格式均為:yyyy-mm-dd,例如:2004-03-28.請(qǐng)按此格式輸入日期,否則日期數(shù)據(jù)拒絕存入數(shù)據(jù)庫(kù) 4、檔案輸出文件為word(*.doc)格式。由于個(gè)人配置及環(huán)境不一,所以輸出后建議用MS word稍作編輯 5、系統(tǒng)所有查找定位均支持模糊查找。例:輸入關(guān)鍵詞:"李",選擇條件按 "姓名" 查找,則記錄列表將顯示所有姓名中含有"李"字的教師記錄 6、教師業(yè)務(wù)檔案輸出時(shí),建議先保存后編輯,以免給你造成不必要的麻煩 7、教師查詢頁(yè)面學(xué)院首頁(yè)指向:tcadmin/user_search.asp 8、教師業(yè)務(wù)檔案管理系統(tǒng)登陸頁(yè)面學(xué)院首頁(yè)調(diào)用:login.htm ,調(diào)用方法:首頁(yè)插入代碼:<iframe src="你的路徑/tcadmin/login.htm" scrolling="no" frameborder="0"></ifram
上傳時(shí)間: 2014-01-01
上傳用戶:wweqas
編碼方式的解碼示范uuencode and uudecode are in the public domain. dos2unix and unix2dos are hereby placed in the public domain. They may be shared or copied as long as NO fee is charged for their distribution or use.
標(biāo)簽: and are uuencode uudecode
上傳時(shí)間: 2015-11-17
上傳用戶:hfmm633
This driver is based on the 2.6.3 version of drivers/usb/usb-skeleton.c but has been rewritten to be easy to read and use, as no locks are now needed anymore.
標(biāo)簽: usb-skeleton rewritten drivers version
上傳時(shí)間: 2015-11-20
上傳用戶:talenthn
Each arc of a binary-state network has good/bad states. The system reliability, the probability that source s communicates with sink t, can be computed in terms of minimal paths (MPs). An MP is an ordered sequence of arcs from s to t that has no cycle. Note that a minimal path is different from the so-called minimum path. The latter is a path with minimum cost.
標(biāo)簽: binary-state reliability probability network
上傳時(shí)間: 2015-12-04
上傳用戶:xcy122677
This is the library for all storage drivers. It simplifies writing a storage driver by implementing 90 percent of the code required to support Plug and Play, Power Management, et cetera. This library is used by disk.sys, cdrom.sys and the tape class drivers. No INF file is needed to install this library. The library is 64-bit compliant.
標(biāo)簽: storage implementing simplifies drivers
上傳時(shí)間: 2014-01-01
上傳用戶:txfyddz
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1