鉴于大家对电子机械十分关注,我们编辑小组在此为大家搜集整理了“基于单片机的智能密码控制系统”一文,供大家参考学习
论文字数:9024,页数:39
摘要
随着科技的日益发展,电子密码控制系统已越来越符合人们的要求。本文介绍了基于单片机的智能密码控制系统,对系统硬件设计和软件实现进行了详细的描述。这个电路实现智能控制核心,这个密码锁用来完成密码输入、判断和比较以及执行下一步开启功能。密码输入使用4×4行列式独立键盘,通过七段数码管来显示密码的正确与否。
经实验证明,该密码控制系统具有设计方法合理,简单易行,成本低,安全使用等特点,符合车辆、办公室用锁要求,具有推广价值。
关键词: 密码控制,单片机,矩阵键盘,报警
Abstract
As the development of science and technology day by day, the key control system is more in line with the requirements of people. The paper presents a cryptographic smart password control based on MCU, describes hardware structure and software design of the system. The circuit realizes the intelligent control core which the password locks, it is uses for to complete the password the input, the judgment and the comparison and the execution corresponding next function like unlocks. The password input uses 4×4 the determinant keyboard. Through seven sections of digital tubed to show the correct password.
Experiments show that the password control system is characterized by its reasonable designing methods, simple operation, low cost and property of safety and practicality.Besides,the password control can be used in the office and has great potential for commercial development.
KeyWords:Password control; Single-chip; matrix keyboard; Alarm
目录
摘要 I
Abstract II
第1章 引言 1
1.1 背景 1
1.2 研究内容 2
第2章 系统硬件设计 3
2.1 系统硬件结构框图 3
2.2 单片机部分 3
2.2.1 单片机控制电路设计 4
2.2.2 AT89S51功能介绍 4
2.2.3 AT89S51管脚功能说明 5
2.2.4 晶振振荡器特性 7
2.2.5 89S51相对于89C51增加的新功能 7
2.3 4×4行列式键盘部分 8
2.4 七段数码管显示器部分 9
第3章 系统软件设计 11
3.1 系统程序流程总框图 12
3.2 键盘输入部分 12
3.2.1 程序设计内容 12
3.2.2 程序框图 13
3.2.3 C语言源程序(见附录源程序标注) 13
3.3 数码管显示部分 13
3.3.1 程序设计内容 13
3.3.2 C语言源程序(见附录源程序标注) 14
3.4 蜂明器声音提示部分 14
3.4.1 程序设计内容 14
3.4.2 C语言源程序(见附录源程序标注) 15
3.5 C语言源程序(附录 源程序) 15
第4章 结束语 16
致 谢 17
参考文献 18
附录A 电路原理图 19
附录B 实物图 20
附录C 源程序 21