半導體三極管除了構成放大器和作開關元件使用外,還能夠做成一些可獨立使用的兩端或三端器件。文中介紹了三極管的幾種特殊用途
上傳時間: 2014-01-26
上傳用戶:lhw888
本分布式小區智能網絡模型采用符合現場總線(Fieldbus)要求 的CAN技術,以帶CAN總線端口的主控機和單元控制器CAN端接口構成的 CAN網絡層,下層為由帶RS485端口的住戶采集器和單元控制器RS485端 接口構成了RS485網絡層,向上則利用PC機連接CAN網絡層,作為智能 化小區管理中心,從而基本實現智能小區管理、控制、報警、信息采 集和自我檢測的功能。 本文從智能小區、現場總線、CAN技術到“CAN+RS485”雙底層網 絡模型的軟、硬件研究,較為詳細的介紹了其設計、調試運行和期間 各種問題的解決。
上傳時間: 2015-12-05
上傳用戶:Altman
設有一個背包可以放入的物品重量最重為s,現有n件物品,它們的重量分別為w[0]、 w[1]、w[2]、…、w[n-1]。問能否從這n件物品中選擇若干件放入此背包中,使得放入的重量之和正好為s。如果存在一種符合上述要求的選擇,則稱此背包問題有解(或稱其解為真);否則稱此背包問題無解(或稱其解為假)。試用遞歸方法設計求解背包問題的算法。
標簽:
上傳時間: 2016-03-15
上傳用戶:bcjtao
點亮PORTD口上所有的燈,要求定義狀態寄存器地址,端口的數據寄存器地址和方向寄存器地址
標簽: PORTD
上傳時間: 2013-12-17
上傳用戶:gundan
分治法實現大數乘法,時間復雜度由原來的n的三次方提高到n的log3次方,但是對數字的范圍有一定的限制
上傳時間: 2016-06-02
上傳用戶:123456wh
CC2430跑馬燈, CC2430 中,I/O 口做普通 I/O 使用時和每個 I/O 端口相關的寄存器有 3 個,分別是 //PxSEL 功能選擇寄存器,PxDIR 方向寄存器,PxINP 輸入模式寄存器,其中 x 為 0,1,2 。
上傳時間: 2016-06-10
上傳用戶:1101055045
The Window Design Method The basic idea behind the design of linear-phase FIR filters using the window method is to choose a proper ideal frequency-selective filter [which always has a noncausal, infinite duration impulse response] and then truncate its impulse response hd[n] to obtain a linear-phase and causal FIR filter h[n]. To truncate the impulse response of the ideal filter a time window w[n] is used. Available windows in Matlab are rectangular [or boxcar in Matlab], bartlett, hamming, hanning
標簽: linear-phase The the filters
上傳時間: 2017-03-20
上傳用戶:PresidentHuang
The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT algorithm (following the ideas in the CMU Task parallel suite). 1.- Generates an input signal vector (dgen) with size n=n1xn2 stored in row major order In this code the size of the input signal is NN=NxN (n=NN, n1=n2=N) 2.- Transpose (tpose) A to have it stored in column major order 3.- Perform independent FFTs on the rows (cffts) 4.- Scale each element of the resulting array by a factor of w[n]**(p*q) 5.- Transpose (tpose) to prepair it for the next step 6.- Perform independent FFTs on the rows (cffts) 7.- Transpose the resulting matrix The code requires nested Parallelism.
標簽: iterations performs Bailey number
上傳時間: 2014-01-05
上傳用戶:libenshu01
電腦家電控制系統 本系統是利用電腦通過串口和單片機進行通信,從而通過電腦控制家電的開和關,也可用于其它地方控制其它電器。 此系統制作資料齊全,也很簡單。 電腦上位機軟件下載 電路原理圖和PCB板圖下載 源程序下載 1.本系統可以通過PC遠程或者在家控制家用電器,為適應各種場合,只需更改上位機相應的LABEL的名稱即可!(這點也是這個軟件的不足之一,會在以后的時間里,慢慢完善。) 2.硬件原理圖中,三端穩壓管7805,未加任何散熱裝置,經實驗,由于電流過大,可能會導致7805的損壞!解決辦法如下: (1)加裝散熱片 (2)在7805的輸出端接個大功率三級管來擴流! 3.因涉及到220V市電,實驗時,請務必注意人身安全!!!
上傳時間: 2017-07-25
上傳用戶:moerwang
最新鍵盤編程,三端口即可實現16個按鍵。大大的節省了端口的使用!
標簽: 鍵盤編程
上傳時間: 2013-12-11
上傳用戶:pompey