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.
標簽: introduce datapath purpose concept
上傳時間: 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.
標簽: Corporation associated provided readme
上傳時間: 2013-12-27
上傳用戶:tzl1975
[輸入] 圖的頂點個數N,圖中頂點之間的關系及起點A和終點B [輸出] 若A到B無路徑,則輸出“There is no path” 否則輸出A到B路徑上個頂點 [存儲結構] 圖采用鄰接矩陣的方式存儲。 [算法的基本思想] 采用廣度優(yōu)先搜索的方法,從頂點A開始,依次訪問與A鄰接的頂點VA1,VA2,...,VAK, 訪問遍之后,若沒有訪問B,則繼續(xù)訪問與VA1鄰接的頂點VA11,VA12,...,VA1M,再訪問與VA2鄰接頂點...,如此下去,直至找到B,最先到達B點的路徑,一定是邊數最少的路徑。實現時采用隊列記錄被訪問過的頂點。每次訪問與隊頭頂點相鄰接的頂點,然后將隊頭頂點從隊列中刪去。若隊空,則說明到不存在通路。在訪問頂點過程中,每次把當前頂點的序號作為與其鄰接的未訪問的頂點的前驅頂點記錄下來,以便輸出時回溯。 #include<stdio.h> int number //隊列類型 typedef struct{ int q[20]
標簽: 輸入
上傳時間: 2015-11-16
上傳用戶:ma1301115706
本系統(tǒng)采用access+asp開發(fā),系統(tǒng)要求:windows9X+pws win2000(或更高)+IIS、IE 4.0以上及相關打印設備 2、處于安全考慮,建議安裝使用前,先修改數據庫路徑(默認為"tcadmin\tcmdb")及數據庫名稱,然后修改文件tcconn.asp相應路徑設置 3、本系統(tǒng)所有日期格式均為:yyyy-mm-dd,例如:2004-03-28.請按此格式輸入日期,否則日期數據拒絕存入數據庫 4、檔案輸出文件為word(*.doc)格式。由于個人配置及環(huán)境不一,所以輸出后建議用MS word稍作編輯 5、系統(tǒng)所有查找定位均支持模糊查找。例:輸入關鍵詞:"李",選擇條件按 "姓名" 查找,則記錄列表將顯示所有姓名中含有"李"字的教師記錄 6、教師業(yè)務檔案輸出時,建議先保存后編輯,以免給你造成不必要的麻煩 7、教師查詢頁面學院首頁指向:tcadmin/user_search.asp 8、教師業(yè)務檔案管理系統(tǒng)登陸頁面學院首頁調用:login.htm ,調用方法:首頁插入代碼:<iframe src="你的路徑/tcadmin/login.htm" scrolling="no" frameborder="0"></ifram
上傳時間: 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.
上傳時間: 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.
標簽: usb-skeleton rewritten drivers version
上傳時間: 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.
標簽: binary-state reliability probability network
上傳時間: 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.
標簽: storage implementing simplifies drivers
上傳時間: 2014-01-01
上傳用戶:txfyddz
Java Power Player, our slogan is "Download once, reproduce everywhere". Java Power Player is an high-performances player written with 100% pure-Java source code. no native libraries. Download now!
標簽: Player Power Java everywhere
上傳時間: 2014-01-20
上傳用戶:l254587896
二維SIMPLEC程序,包含三個project:二維穩(wěn)態(tài)傳熱,常粘度系數湍流的動態(tài)模擬,湍流中被動標量擴散(基于時均的 k –ε方程. 同時壓縮包中還有詳細的說明文檔. 注意:本程序只限于學習用途,切勿作商業(yè)用途,作者享有對此代碼及使用目的的最終解釋權! Cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc Cccc This computer program was copied from the graduate student course program Cccc of the University of Minnesota. Part of it was re-formulated to meet the Cccc personal computer environment. Some inappropriate expressions were also Cccc corrected. The program is used only for teaching purpose. no part of it Cccc may be published. You may use it as a frame to re-develop your own code Cccc for research purpose. XJTU Instructor, 1995.11 Cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc
上傳時間: 2015-12-10
上傳用戶:大三三