Abstract七段顯示器在DE2可當成Verilog的console,做為16進位的輸出結果。Introduction使用環境:Quartus II 7.2 SP1 + DE2(Cyclone II EP2C35F627C6)簡單的使用switch當成2進位輸入,并用8位數的七段顯示器顯示16進位的結果。
標簽: Abstract Verilog console DE2
上傳時間: 2017-06-03
上傳用戶:zhangyigenius
The book consists of three sections. The first, foundations, provides a tutorial overview of the principles underlying data mining algorithms and their application. The presentation emphasizes intuition rather than rigor. The second section, data mining algorithms, shows how algorithms are constructed to solve specific problems in a principled manner. The algorithms covered include trees and rules for classification and regression, association rules, belief networks, classical statistical models, nonlinear models such as neural networks, and local memory-based models. The third section shows how all of the preceding analysis fits together when applied to real-world data mining problems. Topics include the role of metadata, how to handle missing data, and data preprocessing.
標簽: foundations The consists sections
上傳時間: 2017-06-22
上傳用戶:lps11188
本函數在matlab實現阻抗圓圖,通過調用switch()函數,可以得出傳輸線的反射系數,以及支節匹配等參數,本函數可以實現單、雙和三支節匹配。
上傳時間: 2014-01-06
上傳用戶:jennyzai
此題目是通過鍵盤來實現密碼輸入是否正確,正確的時候數碼管亮,否則發出報警聲。 判斷是按鍵還是干擾是非常有用的,它體現了一個系統的抗干擾能力。高低電平在瞬間的變換是很正常的,如果沒有這條語句,系統很容易出錯。 其中2秒是由定時器0來完成的。 在程序的定時器中斷中,用switch代替了if else結構,使得程序的可讀性大大增強。 TH0 = (65536-50000) / 256 TL0 = (65536-50000) 256 使得TH0 = 3CH, TL0 = B0H,由于該單片機的晶振為12MHz 因此定時時間就為0.05ms.在定時器中斷服務程序中用FLASH計數,當計數達到40時正好是2秒。
上傳時間: 2014-01-21
上傳用戶:caozhizhi
矩陣鍵盤程序,主要教會初學者練習switch語句,同時練習條件語句,用于鍵盤掃描
標簽: 矩陣鍵盤程序
上傳時間: 2014-01-24
上傳用戶:wanqunsheng
視頻質料 在matlab環境中如何使用radiobutton,switch語句,邊緣檢測
標簽: radiobutton matlab 視頻 環境
上傳時間: 2017-08-15
上傳用戶:thesk123
SwingX是一個包含Swing GUI工具包的擴展控件,為富客戶端應用提供很多很棒的組件。值得注意的功能包括: 1。提供tables, trees, 和 lists的排序,過濾,高亮功能 2。查找/搜索 3。登錄/驗證架構 4。提供TreeTable組件 5。日期選擇組件
標簽: GUI android開發
上傳時間: 2015-04-20
上傳用戶:kongxincai1210
第一章關鍵字...................................................................................................................................9 1.1,最寬恒大量的關鍵字----auto..........................................................................................11 1.2,最快的關鍵字---- register............................................................................................... 11 1.2.1,皇帝身邊的小太監----寄存器............................................................................. 11 1.2.2,使用register 修飾符的注意點.............................................................................11 1.3,最名不符實的關鍵字----static........................................................................................12 1.3.1,修飾變量...............................................................................................................12 1.3.2,修飾函數...............................................................................................................13 1.4,基本數據類型----short、int、long、char、float、double........................................... 13 1.4.1,數據類型與“模子”............................................................................................... 14 1.4.2,變量的命名規則...................................................................................................14 1.5,最冤枉的關鍵字----sizeof...............................................................................................18 1.5.1,常年被人誤認為函數...........................................................................................18 1.5.2,sizeof(int)*p 表示什么意思?........................................................................18 1.4,signed、unsigned 關鍵字................................................................................................19 1.6,if、else 組合.................................................................................................................... 20 1.6.1,bool 變量與“零值”進行比較...............................................................................20 1.6.2, float 變量與“零值”進行比較.................................................................................21 1.6.3,指針變量與“零值”進行比較...............................................................................21 1.6.4,else 到底與哪個if 配對呢?...............................................................................22 1.6.5,if 語句后面的分號............................................................................................... 23 1.6.6,使用if 語句的其他注意事項.............................................................................. 24 1.7,switch、case 組合........................................................................................................... 24 1.7.1,不要拿青龍偃月刀去削蘋果.............................................................................. 24 1.7.2,case 關鍵字后面的值有什么要求嗎?.............................................................. 25 1.7.3,case 語句的排列順序...........................................................................................25 1.7.4,使用case 語句的其他注意事項..........................................................................27 1.8,do、while、for 關鍵字................................................................................................... 28 1.8.1,break 與continue 的區別.....................................................................................28 1.8.2,循環語句的注意點...............................................................................................29 1.9,goto 關鍵字......................................................................................................................30 1.10,void 關鍵字....................................................................................................................31 1.10.1,void a?............................................................................................................31 1.10,return 關鍵字................................................................................................................. 34 1.11,const 關鍵字也許該被替換為readolny....................................................................... 34 1.11.2,節省空間,避免不必要的內存分配,同時提高效率.................................... 35 1.12,最易變的關鍵字----volatile.......................................................................................... 36 1.13,最會帶帽子的關鍵字----extern.................................................................................... 37 1.14,struct 關鍵字..................................................................................................................38
標簽: c語言深度剖析
上傳時間: 2015-05-01
上傳用戶:cascas
switch power China IC, powerful and low cost
上傳時間: 2015-09-29
上傳用戶:dxj1900
VHDL實現循環碼編碼,設計了三個單元。switch是一個開關,shifter是移位寄存器,encoder是主體。
上傳時間: 2015-11-25
上傳用戶:sosho