优秀的毕业设计论文网
计算机 JAVA 电子信息 单片机 机械机电 模具 土木工程 建筑结构 论文
热门搜索词:网络 ASP.NET 汽车 电气 数控 PLC

指纹识别系统设计(软件部分)

以下是资料介绍,如需要完整的请充值下载.
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用.
  
资料介绍:

指纹识别系统设计(软件部分)(任务书,开题报告,论文15000字)
摘   要
    众所周知,现代科技越来越智能、高效,工业和生产制造业的发展水平正逐渐成为引领世界的发展潮流,并且因为工业的发达成都与日俱增,指纹传感器与其控制芯片的价格越来越低,指纹识别技术正逐渐被全世界范围内的科学家和学者们激烈讨论着。本文的目的是设计出一种以STM32为基础的指纹自动识别系统的软件部分。  
    本文重点阐述了软件程序的编写并结合C语言实现了指纹的输入、指纹的存储、指纹的读取等功能,使用Keil uVision4以及Source Insight 3进行程序的汇编和调试。PC机与STM32开发板采用的是串口通讯的方式来实现传输,结合PC机上的串口调试助手发送指令达到系统功能的实现。
结果表明,结合硬件能完整的实现指纹的功能。可以实现的主要功能如下:指纹的输入、指纹的输入、指纹的存储、指纹的读取等。识别指纹模块采用的是基于光学感应的原理,它的精准性高,稳定可靠,性价比高。
关键词:STM32  指纹识别  C语言  指纹模块

Fingerprint identification system design (Software part)

[版权所有:http://think58.com]

Abstract
With the improvement of science and technology and manufacturing is more and more popular,Fingerprint recognition technology is being hotly debated by scientists and scholars worldwide. As the price of the Fingerprint sensor and control chip is getting cheaper .The purpose of this paper is to introduce a kind of Fingerprint identification system based on STM32 design.
     This paper is mainly responsible for the writing of the software program. Host computer and lower position machine use the serial port communication way. This design uses the C language to implement the input, storage and reading of the fingerprint,and using Keil uVision4 and Source Insight 3 for debugging the programs. The result shows that the software program can realize the complete function of the fingerprint machine,the system function can achieved by using the serial port debug assistant on the PC.
    The result shows that the software program can realize the complete function of the fingerprint machineand the preparation of the author of the software combined with the hardware can complete the function:storage of the fingerprint, the reading of the fingerprint. The fingerprint module is mainly based on the principle of optical induction, it is highly accurate, reliable and cost-effective. [资料来源:THINK58.com]
Keywords : STM32;  Fingerprint identification;  C language;  Fingerprint module

目  录
摘   要    I
Abstract    II
第一章 绪论    1
1.1 引言    1
1.2 指纹识别技术简介    2
1.2.1 指纹识别原理    2
1.2.2 指纹识别的发展现状    2
1.3 国内外研究背景    3
第二章 系统开发环境介绍    4
2.1 Keil uVision4介绍    4
   2.2 程序的烧写    5
2.3 STM32系列开发板及其重要模块原理介绍    8
2.3.1  STM32简介    8
2.3.2  STM32复位和时钟控制(RCC)    8
2.3.3  STM32通用和复用功能I/O(GPIO)    10
2.3.1  STM32通用同步异步串行输入输出口(USART)    12
2.4  FPM10指纹模块工作原理简介    14

[资料来源:http://THINK58.com]


第三章 指纹识别的软件设计    17
3.1 程序基本功能要求    17
3.2总体设计    17
3.3程序代码    17
3.4 程序整体流程图及思路    20
3.5模块程序流程图及思路    24
3.5.1 获取指纹记录 Display Record    24
3.5.2 保存指纹记录 Save Record    25
3.5.3 添加新的指纹记录Add new user    26
第四章 调试检测与结果    28
4.1 调试时遇到的问题    28
4.2 调试步骤    28
4.3 调试结果    29
第五章 总结和展望    30
    5.1 总结评价    30
 5.2 展望    30
参考文献    31
致  谢    32

[资料来源:THINK58.com]