JIMI 发表于 20:51

基于单片机的篮球计时计分系统的设计和制作

论文编号:DZXX028  论文字数:12411,页数:36
摘要
 在各种比赛当中,计时计分系统是必不可少的。随着篮球规则的进一步完善,相应的篮球比赛计时计分器也必须随之改进。此装置利用单片机AT89S51完成了计时和计分的功能。本文详细地介绍了系统硬件与软件的设计过程,采用该装置可根据实际情况进行比分和时间的修改和准确显示,具有低功耗,可靠性,安全性以及低成本等特点。程序结构简单,任务明确,便于编写、调试和修改。
 
 关键词:单片机,篮球赛计时,篮球赛计分,中断
ABSTRACT
 In kinds of competitions,timing-score system is indispensable. With the competition rules further perfected,the corresponding timing-score system must be improved well. The device use AT89S51 MCU to achieve timing and scoring functions. This article describes in detail the system hardware and software design process, using the device can be carried out according to the actual situation of the score and time of modification and accurately show, with low power consumption, reliability, security and low cost characteristics. Simple process structure,clear mandate and easy to prepare,debug and modify are applied.

Key words: Single Chip Microcomputer;timer;score;interruption
目录
摘要 I
ABSTRACT II
第1章 引言 1
 1.1 背景 1
 1.2 设计意义 2
 1.3 研究目的 2
第2章 系统硬件介绍 3
 2.1 MCS-51单片机简述 3
 2.1.1单片机89S51介绍 3
 2.2 LED数码管简介 7
 2.2.1 数码管驱动方式 8
 2.2.2 数码管主要参数 9
第3章 硬件电路设计 10
 3.1 系统方案设计 10
 3.1.1 系统构成框图 10
 3.1.2 器件选择 11
 3.2 基本功能介绍 11
 3.2.1 赛程时间设置 11
 3.2.2 赛程时间启动/暂停设置 11
 3.2.3 比分交换控制 11
 3.2.4 比分刷新控制 12
 3.2.5 计时计分显示 12
 3.3 硬件总体设计 12
 3.4 计时计分电路 13
 3.4.1 震荡电路 13
 3.4.2 计时电路工作原理 14
 3.5 球赛计时计分器工作过程 15
第4章 软件编程及调试 17
 4.1 开发环境介绍 17
 4.1.1 汇编语言特点简介 17
 4.2 软件设计 18
 4.3 系统调试 19
第5章 结束语 21
附录 源代码 24
页: [1]
查看完整版本: 基于单片机的篮球计时计分系统的设计和制作