1 / 29
文档名称:

二维码电子请柬生成与扫描系统设计_毕业设计.doc

格式:doc   页数:29页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

二维码电子请柬生成与扫描系统设计_毕业设计.doc

上传人:追风少年 2013/10/28 文件大小:0 KB

下载得到文件列表

二维码电子请柬生成与扫描系统设计_毕业设计.doc

文档介绍

文档介绍:毕业论文(设计)
题目:二维码电子请柬
生成与扫描系统设计
学院控制科学与工程学院
专业自动化
摘要
随着计算机技术和图像编码技术的不断发展与进步产生了一种自动识别技术,既条码技术。二维码是条码的一种,由于它信息容量大、容错能力强,可靠性高、成本低,近年来得到了广泛应用。随着智能手机的普及,Android平台以其开放性、良好的用户体验成为了智能手机主力的操作系统。结合二维码技术,在Android平台上进行相关软件的开发可以进一步普及二维码技术应用,方便数据信息的交流。
本项目就是用Java语言,通过Eclipse平台设计了一个适用于Android平台的基于二维码生成与解码的一个应用软件。本软件可以将一些信息加密后生成为二维码,生成的二维码可以应用在电子请柬中。然后再用本软件扫描电子请柬中的二维码,可以获得加密前的信息,并且确认来着的身份。本软件可以防止不被邀请的人混入一些场合,应用性较强。
关键词:二维码,安卓,手机软件
ABSTRACT
With the continuous development puter technology and image coding technology a kind of automatic identification technology called bar code technology imerged. Quick Respond code is one kind of the bar code. In recent years ,it’s widely used because of its large information capacity, fault tolerant ability, high reliability and low cost . With the popularity of smartphones, Android platform has e the main smartphone operating system with its openness and good user experience. The development of applications related to QRcode on the Android platform can make code technology more popular and make munication more convenient..
In this project, a application based on the generate and encode of the Qrcode on the Android platform was designed and application was developed on Eclipse with Java programming language. This software can put some information in a qr code that can be used in the electronic invitation. Then you can scan the qr code in the electron invitation to get the original information and confirm the identification of the visitor. This software can prevent people who are not invited entering some occasions.
KEYWORDS: Qrcode,Android,application
目录
第一章绪论 1
系统开发背景以及意义 1
系统开发背景 1
系统开发意义 1
二维码介绍 2
开发工具介绍 3
JDK简介 3
Android SDK简介 3
Eclipse简介 3
ADT简介 4
项目开发环境 4
硬件环境 4
软件环境 4
环境搭建 4
安装配置JDK 4
安装配置Android平台SDK 5
下载安装集成开发环境Eclipse 5
安装设置ADT插件 5
第二章系统的总体设计 6
系统模块结构设计 6
计算机物理系统的配置方案设计 6
第三章系统的详细设计 8