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

正文內(nèi)容

基于51單片機電子密碼鎖設(shè)計_畢業(yè)設(shè)計-閱讀頁

2024-09-17 20:06本頁面
  

【正文】 子密碼鎖設(shè)計 17 六.總結(jié)與展望 實踐是檢驗真理的唯一標準,當然也是檢驗學(xué)習(xí)成果的標準。 在做課 程設(shè)計 期間,在老師的指導(dǎo)下,通過自身的不斷努力,無論是思想上,學(xué)習(xí)上,都取得了長足的發(fā)展和巨大的收獲,現(xiàn)將總結(jié)如下:思想上,學(xué)會了用科學(xué)的精神去解決問題。運用科學(xué)的方法去解決問題,這是我這次實訓(xùn)給我?guī)淼乃枷肷系母淖儭? 電子鎖是信息化時代發(fā)展的產(chǎn)物,應(yīng)時而生,我相信隨著科技的不斷發(fā)展,將來的電子鎖一定更加完美, 更加人性化,更加便宜,更加安全。 此外 在 課程設(shè)計中 ,還得到眾多 朋友 的關(guān)心支持和幫助 , 在此,謹向 同學(xué)和朋友 致以衷心的感謝和崇高的敬意! 還有感謝黃河科技學(xué)院給了我這次難的的課程設(shè)計機會,使我學(xué)會了 很多有關(guān)電子密碼鎖的設(shè)計方法與工作原理 ,鞏固了單片機知識。 基于 51 單片機電子密碼鎖設(shè)計 19 參考文獻 [1] 李朝青 .單片機原理及接口技術(shù) (簡明修訂版 )[ M] .北京 :北京航空航天大學(xué)出版社, 1998 [2] 李全利 .單片機原理及接口技術(shù)[ M] .高等教育出版社, 2020 [3] PROTEL99 SE 電路設(shè)計與制板[ M] .機械工業(yè)出版社, 2020 [4] 楊將新,李華軍,劉到駿等 .單片機程序設(shè)計及應(yīng)用(從基礎(chǔ)到實踐)[ J] .電子工業(yè)出版社, 2020 [5] Steven System[M].北京:電子工業(yè)出版社 , 2020 [6] 周立功 .LPC900 系列 Flash 單片機應(yīng)用技術(shù)[ J] .北京航空航天大學(xué)出版社 , 2020 [7] 黃智偉 .全國大學(xué)生電子設(shè)計競賽訓(xùn)練教程[ M] .北京:電子工業(yè)出版社 , 2020 基于 51 單片機電子密碼鎖設(shè)計 20 附 錄 本設(shè)計的程序: hc0 equ 4ah 。摩斯次數(shù),由于數(shù)字為 5 次 clr start:mov p0 ,0ffh mov p1 ,0ffh setb 。 為 1 轉(zhuǎn) start lcall delay500ms jb ,start ok: ;嘀的音 clr lcall delay500ms jnb ,daa ;是否去嗒音 cun: ; setb setb rl a add a ,r1 ;存入一位摩斯碼 djnz r7 ,yanshi ;是否夠五位摩斯碼 ajmp xianshi yanshi: 。報警器 lcall delay1s setb 。顯示處理 cjne a ,xs_0 ,next1_1 mov p1 ,0c0h clr lcall delay1s setb mov p1 ,0ffh ajmp cunchu2 next1_1: cjne a ,xs_1 ,next2_2 mov p1 ,0f9h clr lcall delay1s setb mov p1 ,0ffh ajmp cunchu2 next2_2: cjne a ,xs_2 ,next3_3 mov p1 ,0a4h clr lcall delay1s setb mov p1 ,0ffh ajmp cunchu2 next3_3: cjne a ,xs_3 ,next4_4 mov p1 ,0b0h clr lcall delay1s setb mov p1 ,0ffh ajmp cunchu2 next4_4: cjne a ,xs_4 ,next5_5 基于 51 單片機電子密碼鎖設(shè)計 27 mov p1 ,99h clr lcall delay1s setb mov p1 ,0ffh ajmp cunchu2 next5_5: cjne a ,xs_5 ,next6_6 mov p1 ,92h clr lcall delay1s setb mov p1 ,0ffh ajmp cunchu2 next6_6: cjne a ,xs_6 ,next7_7 mov p1 ,82h clr lcall delay1s setb mov p1 ,0ffh ajmp cunchu2 next7_7: cjne a ,xs_7 ,next8_8 mov p1 ,0f8h clr lcall delay1s setb mov p1 ,0ffh ajmp cunchu2 next8_8: cjne a ,xs_8 ,next9_9 mov p1 ,80h clr lcall delay1s setb mov p1 ,0ffh ajmp cunchu2 基于 51 單片機電子密碼鎖設(shè)計 28 next9_9: cjne a ,xs_9 ,cw2 mov p1 ,90h clr lcall delay1s setb mov p1 ,0ffh ajmp cunchu2 bijiao: ;比較密碼 mov r6 ,04 mov r1 ,ps1 mov r0 ,at1 bj2: clr c mov a ,r0 subb a ,r1 cjne a ,00h ,cw2 inc r1 inc r0 djnz r6 ,bj2 clr ;密碼正確 clr lcall delay5s setb ajmp shuru cw2: ;密碼錯誤處理 djnz mmbz ,bjd mov p0 ,00h clr lcall delay5min setb mov p0 ,0ffh ajmp shuru2 bjd: mov p0 ,00h clr lcall delay5s setb mov p0 ,0ffh ajmp shuru2 delay500ms: 基于 51 單片機電子密碼鎖設(shè)計 29 mov hc0 ,05 ff1:mov hc1 ,200 fff1:mov hc2,250 djnz hc2 ,$ djnz hc1 ,fff1 djnz hc0 ,ff1 ret delay1s: mov hc0 ,10 ff2: mov hc1 ,200 ff3: mov hc2 ,250 djnz hc2 ,$ djnz hc1 ,ff3 djnz hc0 ,ff2 ret delay2s: mov hc0 ,20 ff4: mov hc1 ,200 ff5: mov hc2 ,250 djnz hc2 ,$ djnz hc1 ,ff5 djnz hc0 ,ff4 ret delay5s: mov hc0 ,50 ff6: mov hc1 ,200 ff7: mov hc2 ,250 djnz hc2 ,$ djnz hc1 ,ff7 djnz hc0 ,ff6 ret delay5min: mov hc0 ,12 qq1: 基于 51 單片機電子密碼鎖設(shè)計 30 mov hc1 ,200 qq2: mov hc2 ,250 qq3: mov hc3 ,250 djnz hc3 ,$ djnz hc2,qq3 djnz hc1 ,qq2 djnz hc0 ,qq1 ret end
點擊復(fù)制文檔內(nèi)容
環(huán)評公示相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1