this book Mainly includes these contents :linked list, stacks and queuse, recursions, binary tree, multi tree, graphs, sorting, hashing, data compression.
標(biāo)簽: recursions includes contents binary
上傳時間: 2017-05-28
上傳用戶:dengzb84
Application has Mainly eight functions:- AD Button Ad Details Ad Request Create Add Reject Add Staff Add Staff Functionalities Staff View
標(biāo)簽: Application Add functions Details
上傳時間: 2017-09-01
上傳用戶:a6697238
主要介紹ICCAVR開發(fā)軟件的相關(guān)使用方法-Mainly introduce the development of software-related ICCAVR use
標(biāo)簽: ICCAVR
上傳時間: 2013-05-20
上傳用戶:diertiantang
為解決電致變色器件的顏色變化受外界環(huán)境顏色控制的問題,設(shè)計了一種基于單片機(jī)的便攜式顏色自適應(yīng)識別電路。與傳統(tǒng)顏色識別電路相比較,該電路利用數(shù)字式的顏色傳感器來獲取外界環(huán)境顏色,產(chǎn)生的數(shù)字顏色信號易于單片機(jī)進(jìn)行處理。在電路中,下位機(jī)部分主要負(fù)責(zé)獲取電致變色器件變色參數(shù)及控制電致變色器件的顏色變化;而上位機(jī)部分主要負(fù)責(zé)把下位機(jī)獲取的電致變色器件變色參數(shù)進(jìn)行電壓到顏色的曲線擬合,并通過藍(lán)牙通信把擬合曲線參數(shù)傳遞給下位機(jī)。結(jié)果表明,該電路能自動根據(jù)環(huán)境顏色提供-4~4 V范圍步進(jìn)為0.1 V的電壓來驅(qū)動電致變色器件的顏色顯示,與傳統(tǒng)的顏色識別電路設(shè)計相比,識別的精度和速度都得到了明顯改善。 Abstract: In this paper, a portable adaptive circuit for color identification(PACCI) based on MCU was designed. Compared to the traditional color identification circuit, the PACCI adopts digital sensor to detect the color data from external environment and further generate digital color data, which can be processed easily by MCU. In PACCI, the slave is Mainly responsible for detecting the color parameters of the corresponding elcreochromic device and further driving it. For the master, which is Mainly responsible for the color curve fitting based on the parameters of the electrochromic device, and transmits the fitting parameters to the slave through the bluetooth device. The results show that the PACCI can provide the basis voltage range from -4V to 4V automatically based on the colors of external environment with step as 0.1V to drive the corresponding electrochromic device. Compared to the traditional color recognition circuit, the recognition accuracy and speed of PACCI have been improved significantly.
上傳時間: 2013-11-09
上傳用戶:franktu
在深入了解Flash存儲器的基礎(chǔ)上,采用單片機(jī)自動檢測存儲器無效塊。主要通過讀取每一塊的第1、第2頁內(nèi)容,判斷該塊的好壞,并給出具體的實現(xiàn)過程,以及部分關(guān)鍵的電路原理圖和C語言程序代碼。該設(shè)計最終實現(xiàn)單片機(jī)自動檢測Flash壞塊的功能,并通過讀取ID號檢測Flash的性能,同時該設(shè)計能夠存儲和讀取1GB數(shù)據(jù)。 Abstract: On the basis of in-depth understanding the Flash chips,this paper designs a new program which using the SCM to detect the invalid block.Mainly through reading the data of the first and second page to detect the invalid block.Specific implementation procedure was given,and the key circuit schematic diagram and C language program code was introduced.This design achieved the function of using the MCU checks the invalid block finally,and increased the function by reading the ID number of Flash to get the performance of the memory.And the design also can write and read1GB data
標(biāo)簽: Flash 單片機(jī) 存儲器 自動檢測
上傳時間: 2013-10-25
上傳用戶:taozhihua1314
主要介紹了以PIC18F2480單片機(jī)為處理器,基于可編程多路開關(guān)檢測接口器件MC33993實現(xiàn)的車用多路開關(guān)檢測接口電路的設(shè)計。該設(shè)計克服了以往基于分立元件的檢測接口電路的弊端,簡化了接口電路設(shè)計,保證了車用開關(guān)工作的可靠性和安全性。 Abstract: The design of automotive multiple switch detection interface circuit based on MC33993 is introduced Mainly which adopts PIC18F2480 single chip microprocessor.This circuit overcomes shortage of traditional design which contains many schism elements, and the application of MC33993 also predigests the whole design of interface circuit and guarantees the dependability and security of the switch.
標(biāo)簽: 33993 MC 多路開關(guān) 檢測
上傳時間: 2013-11-19
上傳用戶:star_in_rain
在介紹基于MSP430單片機(jī)的指紋保險柜工作原理的基礎(chǔ)上,從系統(tǒng)軟件設(shè)計的角度出發(fā),詳細(xì)介紹了指紋保險柜軟件的總體分析過程、程序結(jié)構(gòu)的設(shè)計以及代碼的編寫,給出了按鍵管理流程和部分源代碼。 Abstract: On basis of the operating principle of MSP430 microcontroller-based fingerprint safe,the general analyzing process,program designing and code compiling of the fingerprint safe software are introduced Mainly,and the key-press flows chart and some codes according to the system software designing are put forward.
上傳時間: 2014-12-27
上傳用戶:gaojiao1999
利用Atmel公司的ATmega168微處理器,采用A/D轉(zhuǎn)換方式來實現(xiàn)按摩椅控制器的鍵盤接口,通過在硬件電路中巧妙地選擇電阻,在軟件設(shè)計中采用數(shù)字濾波、二分法和區(qū)間鑒定等方法,靈敏可靠地實現(xiàn)了按摩椅中30個按鍵的處理。給出了硬件電路設(shè)計和軟件設(shè)計思想以及部分匯編代碼。 Abstract: This paper chooses A/D conversion method to realize the keyboard interface of the controller by using ATmega168 microchip from Atmel Company.It accomplishes 30-key dealing sensitively and reliably in massage chair through skillfully selecting resistors in hardware circuit and using digital filter,dichotomy and area-judging method in software design.The hardware design circuit, software design idea and partly assembles code are presented Mainly.
上傳時間: 2014-01-10
上傳用戶:咔樂塢
摘要:本水位監(jiān)測報警器使用5V低壓直流電源(也可以用3節(jié)5號電池代替)就可以對5~15厘米的水位進(jìn)行監(jiān)測,用LED顯示和數(shù)碼管顯示水位,并可以對不再此范圍內(nèi)的水位發(fā)出報警。主要采用CD4066、74LS86、74LS32、CD4511芯片,再加上數(shù)碼管、蜂鳴器、發(fā)光二極管、電阻這些器件組成一個簡單而靈敏的監(jiān)測報警電路,操作簡單,接通電源即可工作。因為大部分電路采用數(shù)字電路,所以本水位監(jiān)測報警器還具有耗能低、準(zhǔn)確性高的特點。關(guān)鍵字:譯碼電路 報警電路 監(jiān)測電路 Abstract: The water level alarm monitoring the use of 5 V low-voltage DC power (can also use three batteries replaced on the 5th) will be able to 5 to 15 centimeters of water level monitoring, with LED display and digital display of water level, and this can no longer Within the scope of a water level alarm. Mainly CD4066, 74LS86, 74LS32, CD4511 chips, coupled with digital control, buzzer, light-emitting diode, the resistance of these devices composed of a simple and sensitive monitoring alarm circuits. Because the majority of circuits using digital circuitry, so the water level monitored alarm system also has low energy consumption, high accuracy of the characteristics. Keyword: Decoding circuit alarm circuit monitoring circuit
標(biāo)簽: 水位 監(jiān)測報警 系統(tǒng)原理
上傳時間: 2013-11-05
上傳用戶:王慶才
The CC1101 is a low-cost sub- 1 GHztransceiver designed for very low-powerwireless applications. The circuit is Mainlyintended for the ISM (Industrial, Scientific andMedical) and SRD (Short Range Device)frequency bands at 315, 433, 868, and 915MHz, but can easily be programmed foroperation at other frequencies in the 300-348MHz, 387-464 MHz and 779-928 MHz bands.CC1101 is an improved and code compatibleversion of the CC1100 RF transceiver. Themain improvements on the CC1101 include:
標(biāo)簽: 1110 CC 片上系統(tǒng) 方案
上傳時間: 2013-11-12
上傳用戶:363186
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1