JIMI 发表于 20:50

AT89S51单片机的12路抢答器

论文编号:DZXX245  论文字数:8323,页数:31
摘   要
 本文介绍了用单片机AT89S51及外围接口电路实现的抢答系统,当电路处于正常工作状态下,抢答操作完成后,能通过数码管直观地显示抢答成功的选手号码。本系统采用单片机AT89S51作为核心器件,按键作为抢答信号的输入,同时扬声器进行发声提示。为了确保抢答的有效性,还实现了防止抢答违规抢先操作的功能,并能实现按键锁定的关闭操作。
 
关键词: AT89S51单片机,抢答器,数码管
 ABSTRACT
 This article describes Single-chip AT89S51 and peripheral interface circuits answer system. when the circuit is in normal working condition, after the successful operation through an intuitive digital tube display answer number of successful players. The system uses a single-chip AT89S51 as a core device, the use of buttons as the input signal, and speakers for voice prompts.In order to ensure the effectiveness of answer, answer device also has to prevent violations of the functions of the first operation and the achievement of key lock closure operation.
 
Keyword:  Single-chip AT89S51,Answer devices,Digital tube
目   录
摘   要 I
ABSTRACT II
第1章 引言 1
1.1 背景  1
1.2 目的和意义  1
1.3 研究内容  1
第2章 基本概念和开发工具 3
2.1 单片机的基本概念和原理  3
 2.1.1 单片机管脚功能  4
 2.1.2 单片机的应用  5
2.2 C51语言简介  6
2.3 数码管  6
    2.4 protel 简介 6
第3章 设计方案的比较 8
3.1 方案一  8
3.2 方案二  8
3.3 方案确定  8
第4章 硬件电路设计 10
4.1 结构框图  10
4.2 电路原理图  10
4.3主要功能模块  10
 4.3.1 键盘部分  10
 4.3.2 蜂鸣器  12
 4.3.3显示部分  13
 4.3.4 稳压电路  14
第5章 软件设计 15
5.1 单片机程序流程  15
    5.2 软件调试 15
5.3 系统C语言源程序  16
第6章 结束语 18
致谢 19
参考文献 20
附录一 源代码 21
附录二 实物图 27
页: [1]
查看完整版本: AT89S51单片机的12路抢答器