智能比賽記分搶答器.doc
約76頁DOC格式手機(jī)打開展開
智能比賽記分搶答器,頁數(shù) 76 字?jǐn)?shù) 26573摘要 本設(shè)計(jì)是采用單片機(jī)設(shè)計(jì)的多人比賽用記分搶答器系統(tǒng)。它具有電路簡單、功能齊全、制作成本低、性價(jià)比高等特點(diǎn),是一種經(jīng)濟(jì)、實(shí)用的比賽用搶答器。硬件部分主要由單片機(jī)、 74ls377鎖存器、cc4511譯碼器、led顯示器、聲音報(bào)警器、主持人操作鍵盤和其它基本外圍電子電路組成...
內(nèi)容介紹
此文檔由會員 張陽陽 發(fā)布
智能比賽記分搶答器
頁數(shù) 76 字?jǐn)?shù) 26573
摘 要
本設(shè)計(jì)是采用單片機(jī)設(shè)計(jì)的多人比賽用記分搶答器系統(tǒng)。它具有電路簡單、功能齊全、制作成本低、性價(jià)比高等特點(diǎn),是一種經(jīng)濟(jì)、實(shí)用的比賽用搶答器。硬件部分主要由單片機(jī)、 74LS377鎖存器、CC4511譯碼器、LED顯示器、聲音報(bào)警器、主持人操作鍵盤和其它基本外圍電子電路組成 。軟件部分采用51系列單片機(jī)通用匯編語言精心設(shè)計(jì)編寫。該記分搶答器不僅能實(shí)時顯示各選手當(dāng)前得分情況、主持人按鍵指示,而且具有搶答30秒倒計(jì)時、違例搶答報(bào)警、直接對某選手進(jìn)行加減分操作,并能通過串行口實(shí)時將比賽現(xiàn)場數(shù)據(jù)傳送到計(jì)算機(jī)上顯示。
關(guān)鍵詞:單片機(jī),搶答,記分,30秒倒記時,違例搶答報(bào)警
Abstract
This is a SCM answering racer system which is used to keep the scores of the multi-people game .It is a simple , multifunctional , low–cost, economical and practical answering racer. The hardware of this system is constituted by SCM, 74LS377 latch , CC4511 decoder , LED display , voice alarm , host operating keyboard and other basic peripheral electronic circuits. The software of this system is designed with general 51-serial SCM assemble language. This answering racer not only can real time show every player’s score and host button instruction, also can count down 30 seconds to the player, alarm illegal answering, directly add or reduce the scores of player, and real time transmit the match process data to the computer by serial interface and show them on the screen.
Keywords: SCM, answering racer, keep the score, count down 30 seconds, alarm illegal answering
目 錄
前 言 ……………………………………………………………… 1
第一章 總體方案設(shè)計(jì) ………………………………………… 2
1.1 提出方案 ………………………………………………… 2
1.2 方案論證 ………………………………………………… 3
1.3 方案選擇 ………………………………………………… 4
第二章 搶答器硬件部分設(shè)計(jì)………………………………… 5
2.1 振蕩電路 ………………………………………………… 5
2.2 復(fù)位電路 ………………………………………………… 5
2.3 搶答電路 ………………………………………………… 6
2.4 主持人鍵盤操作電路 …………………………………… 6
2.5 選手得分與指示牌譯碼顯示電路 ……………………… 7
2.6 報(bào)警電路 ………………………………………………… 8
2.7 主要器件介紹 …………………………………………… 9
第三章 單片機(jī)與PC機(jī)的通訊 ……………………………… 11
3.1 硬件連接電路 …………………………………………… 11
3.2 單片機(jī)與PC機(jī)串口通信軟件設(shè)計(jì) ……………………… 11
第四章 PC機(jī)接收顯示數(shù)據(jù) ………………………………… 14
4.1 PC機(jī)接收顯示數(shù)據(jù) ……………………………………… 14
4.2 計(jì)算機(jī)接收數(shù)據(jù)分析 …………………………………… 15
4.3 擴(kuò)展部分 ………………………………………………… 15
第五章 軟件部分 ……………………………………………… 16
5.1 單片機(jī)內(nèi)部數(shù)據(jù)存儲單元分配 ………………………… 16
5.2 加減子程序 ……………………………………………… 16
5.3 選手子程序 ……………………………………………… 18
5.4 “開始”鍵子程序 ……………………………………… 18
5.5 “數(shù)字”鍵子程序 ……………………………………… 19
5.6 “確定”鍵子程序 ……………………………………… 21
5.7 “搶答按鍵”掃描子程序 ………………………………… 23
5.8 指示牌和各選手得分顯示子程序 ……………………… 25
5.9 數(shù)據(jù)發(fā)送PC子程序 ……………………………………… 26
5.10 主持人“鍵盤”掃描子程序 …………………………… 28
5.11 延時子程序 ……………………………………………… 30
5.12 30秒倒記時子程序 ……………………………………… 31
5.13 主 程 序 ………………………………………………… 32
第六章 系統(tǒng)功能與說明 …………………………………… 35
6.1 系統(tǒng)功能 …………………………………………………… 35
6.2 系統(tǒng)可擴(kuò)展性 ……………………………………………… 36
第七章 總 結(jié) …………………………………………………… 37
參考文獻(xiàn) …………………………………………………………… 38
附錄一 程序清單 …………………………………………… 39
附錄二 總電路圖 …………………………………………… 48
附錄三 外文文獻(xiàn)翻譯 ……………………………………… 49
頁數(shù) 76 字?jǐn)?shù) 26573
摘 要
本設(shè)計(jì)是采用單片機(jī)設(shè)計(jì)的多人比賽用記分搶答器系統(tǒng)。它具有電路簡單、功能齊全、制作成本低、性價(jià)比高等特點(diǎn),是一種經(jīng)濟(jì)、實(shí)用的比賽用搶答器。硬件部分主要由單片機(jī)、 74LS377鎖存器、CC4511譯碼器、LED顯示器、聲音報(bào)警器、主持人操作鍵盤和其它基本外圍電子電路組成 。軟件部分采用51系列單片機(jī)通用匯編語言精心設(shè)計(jì)編寫。該記分搶答器不僅能實(shí)時顯示各選手當(dāng)前得分情況、主持人按鍵指示,而且具有搶答30秒倒計(jì)時、違例搶答報(bào)警、直接對某選手進(jìn)行加減分操作,并能通過串行口實(shí)時將比賽現(xiàn)場數(shù)據(jù)傳送到計(jì)算機(jī)上顯示。
關(guān)鍵詞:單片機(jī),搶答,記分,30秒倒記時,違例搶答報(bào)警
Abstract
This is a SCM answering racer system which is used to keep the scores of the multi-people game .It is a simple , multifunctional , low–cost, economical and practical answering racer. The hardware of this system is constituted by SCM, 74LS377 latch , CC4511 decoder , LED display , voice alarm , host operating keyboard and other basic peripheral electronic circuits. The software of this system is designed with general 51-serial SCM assemble language. This answering racer not only can real time show every player’s score and host button instruction, also can count down 30 seconds to the player, alarm illegal answering, directly add or reduce the scores of player, and real time transmit the match process data to the computer by serial interface and show them on the screen.
Keywords: SCM, answering racer, keep the score, count down 30 seconds, alarm illegal answering
目 錄
前 言 ……………………………………………………………… 1
第一章 總體方案設(shè)計(jì) ………………………………………… 2
1.1 提出方案 ………………………………………………… 2
1.2 方案論證 ………………………………………………… 3
1.3 方案選擇 ………………………………………………… 4
第二章 搶答器硬件部分設(shè)計(jì)………………………………… 5
2.1 振蕩電路 ………………………………………………… 5
2.2 復(fù)位電路 ………………………………………………… 5
2.3 搶答電路 ………………………………………………… 6
2.4 主持人鍵盤操作電路 …………………………………… 6
2.5 選手得分與指示牌譯碼顯示電路 ……………………… 7
2.6 報(bào)警電路 ………………………………………………… 8
2.7 主要器件介紹 …………………………………………… 9
第三章 單片機(jī)與PC機(jī)的通訊 ……………………………… 11
3.1 硬件連接電路 …………………………………………… 11
3.2 單片機(jī)與PC機(jī)串口通信軟件設(shè)計(jì) ……………………… 11
第四章 PC機(jī)接收顯示數(shù)據(jù) ………………………………… 14
4.1 PC機(jī)接收顯示數(shù)據(jù) ……………………………………… 14
4.2 計(jì)算機(jī)接收數(shù)據(jù)分析 …………………………………… 15
4.3 擴(kuò)展部分 ………………………………………………… 15
第五章 軟件部分 ……………………………………………… 16
5.1 單片機(jī)內(nèi)部數(shù)據(jù)存儲單元分配 ………………………… 16
5.2 加減子程序 ……………………………………………… 16
5.3 選手子程序 ……………………………………………… 18
5.4 “開始”鍵子程序 ……………………………………… 18
5.5 “數(shù)字”鍵子程序 ……………………………………… 19
5.6 “確定”鍵子程序 ……………………………………… 21
5.7 “搶答按鍵”掃描子程序 ………………………………… 23
5.8 指示牌和各選手得分顯示子程序 ……………………… 25
5.9 數(shù)據(jù)發(fā)送PC子程序 ……………………………………… 26
5.10 主持人“鍵盤”掃描子程序 …………………………… 28
5.11 延時子程序 ……………………………………………… 30
5.12 30秒倒記時子程序 ……………………………………… 31
5.13 主 程 序 ………………………………………………… 32
第六章 系統(tǒng)功能與說明 …………………………………… 35
6.1 系統(tǒng)功能 …………………………………………………… 35
6.2 系統(tǒng)可擴(kuò)展性 ……………………………………………… 36
第七章 總 結(jié) …………………………………………………… 37
參考文獻(xiàn) …………………………………………………………… 38
附錄一 程序清單 …………………………………………… 39
附錄二 總電路圖 …………………………………………… 48
附錄三 外文文獻(xiàn)翻譯 ……………………………………… 49
TA們正在看...
- 01.1四時田園雜興課堂教學(xué)教案教學(xué)設(shè)計(jì)(部編版).doc
- 01.2稚子弄冰課堂教學(xué)教案教學(xué)設(shè)計(jì)(部編版).doc
- 01.3村晚課堂教學(xué)教案教學(xué)設(shè)計(jì)(部編版).doc
- 02冬陽·童年·駱駝隊(duì)公開課優(yōu)秀教案教學(xué)設(shè)計(jì)(五年...doc
- 02冬陽·童年·駱駝隊(duì)最新教研教案教學(xué)設(shè)計(jì)(部編版...doc
- 02冬陽·童年·駱駝隊(duì)課堂教學(xué)教案教學(xué)設(shè)計(jì)(部編版).doc
- 03祖父的園子公開課優(yōu)秀教案教學(xué)設(shè)計(jì)(五年級下冊).doc
- 03祖父的園子最新教研教案教學(xué)設(shè)計(jì)(部編版五年級下...doc
- 03祖父的園子課堂教學(xué)教案教學(xué)設(shè)計(jì)(部編版).doc
- 04草船借箭公開課優(yōu)秀教案教學(xué)設(shè)計(jì)(五年級下冊).doc