freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內容

畢業(yè)論文-基于單片機的lcd顯示器控制設計(編輯修改稿)

2025-02-12 21:35 本頁面
 

【文章內容簡介】 0。 _nop_()。 _nop_()。 P1 = cmd。 _nop_()。 _nop_()。 // _nop_()。 // _nop_()。 ep = 1。 _nop_()。 _nop_()。 // _nop_()。 // _nop_()。 ep = 0。 } void lcd_pos(unsigned char pos) { lcd_wcmd(pos | 0x80)。 } void lcd_wdat(unsigned char dat) { while(lcd_bz())。//判斷 LCD是否忙碌 rs = 1。 rw = 0。 ep = 0。 P1 = dat。 _nop_()。 11 _nop_()。 // _nop_()。 // _nop_()。 ep = 1。 _nop_()。 _nop_()。 // _nop_()。 // _nop_()。 ep = 0。 } void lcd_init() { lcd_wcmd(0x38)。 delay(1)。 lcd_wcmd(0x0c)。 delay(1)。 lcd_wcmd(0x06)。 delay(1)。 lcd_wcmd(0x01)。 delay(1)。 } void main(void) { unsigned char i。 lcd_init()。// 初始化 LCD delay(10)。 while(1) { lcd_pos(0x01)。//設置顯示位置 i = 0。 while(dis1[i] != 39。\039。) { lcd_wdat(dis1[i])。//顯示字符 12 i++。 } lcd_pos(0x42)。// 設置顯示位置 i = 0。 while(dis2[i] != 39。\039。) { lcd_wdat(dis2[i])。// 顯示字符 i++。 } } } 在 keil2中的編譯后結果如下圖所示: Proteus 仿真 Proteus 軟件 是英國 Labcenter electronics 公司出版的 EDA 工具軟件 (該軟件 中國 總代理為廣州風標電子技術有限公司)。它不僅具有其它 EDA工具軟件的仿真功能,還能仿真單片機及外圍器件。它是目前最好的仿真單片機及外圍器件的工具。雖然目前國內推廣剛起步 ,但已受到單片機愛好者、從事單片機教學的教師、致力于單片機開發(fā)應用的科技工作者的青睞。 Proteus 是世界上著名的 EDA 工具 (仿真軟件 ),從原理圖布圖、代碼調試到單片機與外圍電路協(xié)同仿真,一鍵切換到 PCB 設計,真正實現(xiàn)了從概念到產品的完整設計。是目前世界上唯一將電路仿真軟件、 PCB 設計軟件和虛擬模型仿真軟件三合一的設計平臺,其處理器模型支持 805 HC1PIC10/12/16/18/24/30/DsPIC3 AVR、 ARM、 8086和 MSP430等, 2022年又增加了 Cortex和 DSP 系列處理器,并持續(xù)增加其他系列處理器模型。在編譯方面,它也支持 IAR、 13 Keil和 MPLAB等多種 編譯器 。 其中電路由以下結構構成: ( 1) 時鐘電路 通常單片機系統(tǒng)電路的實際有內部時鐘和外部時鐘兩種形式,兩種電路都向單片機提供最基本的振蕩脈沖信號。本設計中的晶體振蕩 電路如下圖所示。 i. ( 2) 1602LCD 顯示電路 1602LCD 采用標準的 14 腳(無背光)或 16 腳(帶背光)接口。本設計中采用 14腳 LCD。 VSS和 VDD為電源端和接地端, VEE用于調整液晶顯示器對比度。 D0~D7為 8位雙向數(shù)據(jù)線。電路連接圖如圖所示。 Proteus仿真圖見附錄一 第 5章 電路仿真 14 本次仿真的顯示分別為“ dian zi 1101 ban shao wen ji”見圖一和“ Good Good Study Day Day Up”圖二 圖一 圖二 總結 本次課程設計基本完成 ,各 項指標都已基本實現(xiàn)。 16 2點陣字符液晶模塊 SMC1602A分別第一行分別顯示 good good study 和dianzi1101ban,第二行分別顯示 day day up和 shaowenjie。從資料的搜集 ,方案的確立 ,硬件電路的設計 ,程序的編寫及論文撰寫 ,在這整個過程中 ,使我學到了很多專業(yè)知識 ,特別是提高了動手能力。系統(tǒng)地復習了《模擬電子技術》、《 STC89C52RC/RD+系列單片機器件手冊》、《 Protel99SE》、《 C語言程序設計基礎教程》等課程。特別是對單片機開發(fā)產生了濃厚的興趣。 本課題 的實現(xiàn)有以下兩部分 : 15 主要由單片機、時鐘振蕩電路、液晶顯示模塊組成。每部分都獨立成為一個體系,各功能模塊外圍電路采用分立元件。 是利用單片機 C 編語言編程來實現(xiàn)的。程序簡單易懂,執(zhí) 行速度快,有著高級語言不可替代的用途。 本課題最大的優(yōu)點是 : ( 1) 設置在線下載端口; ( 2) 硬件電路設計簡單; ( 3) 軟件程序調試 /維護方便; ( 4) 采用萬用板工藝; ( 5) 實用性強。 參考文獻 : 1. 潘永雄 .電子線路 CAD實用教程 .第二版 .西安電子科技大學出版社 ,2022 2. 張毅剛 .單片機原理及應用 .高等教育出版社 ,2022 3. 譚浩強 . 第二版.語言程序設計.清華大學出版社, 1999 4. 楊素行 .模擬電子基礎簡明教程 .第 2版 .高等教育出版社 ,1998 5. 16 附錄一 17 您好,為你提供優(yōu)秀的畢業(yè)論文參考資料,請您刪除以下內容, O(∩ _∩ )O 謝謝?。?! A large group of tea merchants on camels and horses from Northwest China39。s Shaanxi province pass through a stop on the ancient Silk Road, Gansu39。s Zhangye city during their journey to Kazakhstan, May 5, 2022. The caravan, consisting of more than 100 camels, three horsedrawn carriages and four support vehicles, started the trip from Jingyang county in Shaanxi on Sept 19, 2022. It will pass through Gansu province and Xinjiang Uygur autonomous region, and finally arrive in Almaty, formerly known as AlmaAta, the largest city in Kazakhstan, and Dungan in Zhambyl province. The trip will cover about 15,000 kilometers and take the caravan more than one year to plete. The caravan is expected to return to Jingyang in March 2022. Then they will e back, carrying specialty products from Kazakhstan A small art troupe founded six decades ago has grown into a household name in the Inner Mongolia autonomous region. In the 1950s, Ulan Muqir Art Troupe was created by nine young musicians, who toured remote villages on horses and performed traditional Mongolian music and dances for nomadic families. The 54yearold was born in Tongliao, in eastern Inner Mongolia and joined the troupe in says there are 74 branch troupes across Inner Mongolia and actors give around 100 shows every year to local nomadic people. I can still recall the days when I toured with the troupe in the early 39。80s. We sat on the back of pickup trucks for hours. The sky was blue, and we couldn39。t help but sing the folk songs, Nasun says. The vastness of Inner Mongolia and the lack of entertainment options for people living there, made their lives lonely. The nomadic people were very excited about our visits, Nasun recalls. We didn39。t have a formal stage. The audience just sat on the grass. Usually, the performances became a big party with local people joining in. For him, the rewarding part about touring isn39。t just about sharing art with nomadic families but also about gaining inspiration for the music and dance. Ulan Muqir literally translates as red burgeon, and today39。s performers of the troupe still tour the region39。s villages and entertain nomadic families, but their fame has spread around the world. On May 16 and 17, nearly 100 singers and dancers from the troupe performed at Beijing39。s Poly Theater. Their show, titled Ulan Muqir on the Grassland, dep
點擊復制文檔內容
環(huán)評公示相關推薦
文庫吧 www.dybbs8.com
備案圖片鄂ICP備17016276號-1