51單片機(jī)自學(xué)筆記 387頁 13.8M 高清書簽版,非常有趣的教程,超級(jí)好的覆蓋面
標(biāo)簽: 13.8 387 51單片機(jī) 頁
上傳時(shí)間: 2013-11-23
上傳用戶:CHENKAI
高性價(jià)比單片機(jī)
上傳時(shí)間: 2013-10-08
上傳用戶:黑漆漆
高質(zhì)量的單片機(jī)C程序代碼運(yùn)行效率高、可讀性和可維護(hù)性強(qiáng)。在編寫小型的單片機(jī)程 序時(shí),代碼質(zhì)量的重要性可能不是很明顯。但如果要編寫較大規(guī)模的程序,特別是多人合作 編寫程序時(shí),這一點(diǎn)就變得十分重要了。本章內(nèi)容以林銳的《高質(zhì)量C++/C編程指南》為藍(lán) 本,針對(duì)單片機(jī)編程的實(shí)際各部進(jìn)行了大量刪節(jié)和改寫。
標(biāo)簽: 編寫 單片機(jī) C程序 高質(zhì)量
上傳時(shí)間: 2014-12-25
上傳用戶:佳期如夢(mèng)
基于單片機(jī)控制的高精度多點(diǎn)溫度檢測(cè)顯示系統(tǒng)
標(biāo)簽: 單片機(jī)控制 高精度 多點(diǎn) 溫度檢測(cè)
上傳時(shí)間: 2013-10-30
上傳用戶:dick_sh
用單片機(jī)制作的高精度數(shù)顯計(jì)數(shù)器 單片機(jī)C51計(jì)數(shù)器 要求:編寫一個(gè)計(jì)數(shù)器程序,將T0作為計(jì)數(shù)器來使用,對(duì)外部信號(hào)計(jì)數(shù),將所計(jì)數(shù)字顯示在數(shù)碼管上。 該部分的硬件電路如圖所示,U1的P0口和P2口的部份引腳構(gòu)成了6位LED數(shù)碼管驅(qū)動(dòng)電路,數(shù)碼管采用共陽型,使用PNP型三極管作為片選端的驅(qū)動(dòng),所有三極管的發(fā)射極連在一起,接到正電源端,它們的基極則分別連到P2.0…P2.5,當(dāng)P2.0…P2.5中某引腳輸是低電平時(shí),三極管導(dǎo)通,給相應(yīng)的數(shù)碼管供電,該位數(shù)碼管點(diǎn)亮哪些筆段,則取決于筆段引腳是高或低電平。圖中看出,所有6位數(shù)碼管的筆段連在一起,通過限流電阻后接到P0口,因此,哪些筆段亮就取決于P0口的8根線的狀態(tài)。 里面包含了:?jiǎn)纹瑱C(jī)C51計(jì)數(shù)器、計(jì)算器流程圖、工作原理,
標(biāo)簽: 用單片機(jī) 數(shù)顯 高精度 計(jì)數(shù)器
上傳時(shí)間: 2013-11-16
上傳用戶:myworkpost
高質(zhì)量C++/C編程指南
上傳時(shí)間: 2014-01-09
上傳用戶:huangld
對(duì)大學(xué)物理實(shí)驗(yàn)中放電法測(cè)高阻的傳統(tǒng)實(shí)驗(yàn),采用單片機(jī)-計(jì)算機(jī)接口技術(shù)和模數(shù)變換技術(shù),用計(jì)算機(jī)對(duì)數(shù)據(jù)進(jìn)行處理得出結(jié)果。它既可以作為自動(dòng)化測(cè)量設(shè)備,也可以作為高年級(jí)大學(xué)生課程設(shè)計(jì)或畢業(yè)設(shè)計(jì)題目,對(duì)于拓寬大學(xué)生知識(shí)面,提高實(shí)際動(dòng)手能力和解決問題能力有一定的價(jià)值。
標(biāo)簽: 89C51 放電 高阻 數(shù)據(jù)
上傳時(shí)間: 2013-11-03
上傳用戶:jichenxi0730
GPS高精度的時(shí)鐘的設(shè)計(jì)和實(shí)現(xiàn)
上傳時(shí)間: 2013-11-25
上傳用戶:caiqinlin
生活中許多目標(biāo)的高度和水平距離需要進(jìn)行測(cè)量。目前主要的測(cè)量方法,仍以傳統(tǒng)的皮尺丈量為主,測(cè)量效率不高,有時(shí)還很不方便,沒有技術(shù)成熟的數(shù)字式測(cè)高測(cè)距產(chǎn)品。以基本的數(shù)學(xué)方法為理論依據(jù),利用遙控小車做為載體,采用角度傳感器測(cè)量角度、霍爾傳感器測(cè)量水平距離等,通過單片機(jī)LM3S615進(jìn)行數(shù)據(jù)計(jì)算,實(shí)現(xiàn)了對(duì)待測(cè)目標(biāo)物體的高度、水平距離等數(shù)據(jù)的快速、精確和數(shù)字式的測(cè)量,高度測(cè)量精度可達(dá)99.06%,水平測(cè)量精度則可達(dá)98.06%。 Abstract: In our lives, the height and horizontal distance of some goals are needed to be measured. Because the currently used methods are still traditional tape-based measuring methods, and the measuring efficiency is low and inconvenient so some kinds of digital and portable measuring methods or instruments are needed. Based on the basic math theory, this paper designed and manufactured a portable, digital and remote controlled measuring mobile small vehicle, which assembled with angle measuring sensor for angle measurement and Hall sensor for horizontal distance measuring. MCU LM3S615 calculated the height and horizontal distance data gotten from these sensors. The measuring process is simple, the measuring results are more accurate and the measuring efficiency is higher than traditional measure instruments. The accuracy of height and distance measurement can reach 99.06% and 98.06%.
標(biāo)簽: ARM 單片機(jī) 自動(dòng)
上傳時(shí)間: 2013-10-30
上傳用戶:jackandlee
MG3500SoC是支持H.264高清編解碼器的片上系統(tǒng),內(nèi)部集成一個(gè)嵌入式ARM926處理器,支持高清H.264編解碼、MPEG鄄2解碼和JPEG編解碼。介紹了MG3500SoC的主要性能特點(diǎn)、引腳排列、主要接口功能及在DVR上的應(yīng)用,以及MG3500SoC及其周圍器件的硬件設(shè)計(jì),提出了在設(shè)計(jì)中應(yīng)注意的問題。 Abstract: The MG3500System-on-Chip(SoC)is high definition(HD)H.264codec,including ARM926-EJ processor,H.264encoder/decoder,MPEG2decoder and JPEG/MJPEG encoder/decoder.The features,pin assignments,interfaces and the typical application of MG3500in DVR are introduced in this paper.The application hardware circuit between the MG3500SoC and peripheral device are given,the questions which the syetem design needs to pay attention are explained.
上傳時(shí)間: 2013-11-12
上傳用戶:elinuxzj
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1