RFID智能手机以及在超市购物中的应用 --总体设计和symbian客户端的实现---毕业论文.doc

上传人:滴答 文档编号:1743429 上传时间:2019-03-14 格式:DOC 页数:65 大小:2.41MB
下载 相关 举报
RFID智能手机以及在超市购物中的应用 --总体设计和symbian客户端的实现---毕业论文.doc_第1页
第1页 / 共65页
RFID智能手机以及在超市购物中的应用 --总体设计和symbian客户端的实现---毕业论文.doc_第2页
第2页 / 共65页
RFID智能手机以及在超市购物中的应用 --总体设计和symbian客户端的实现---毕业论文.doc_第3页
第3页 / 共65页
RFID智能手机以及在超市购物中的应用 --总体设计和symbian客户端的实现---毕业论文.doc_第4页
第4页 / 共65页
RFID智能手机以及在超市购物中的应用 --总体设计和symbian客户端的实现---毕业论文.doc_第5页
第5页 / 共65页
点击查看更多>>
资源描述

1、本 科 毕 业 论 文RFID智能手机以及在超市购物中的应用-总体设计和 symbian客户端的实现RFID Smart Phone And Use In Shopping-Structure Design And Symbian Client Application姓 名:学 号:学 院:软件学院系 别:软件工程专 业:软件工程年 级: 指导教师: 年 月摘 要随着 RFID(Radio Frequency Identification即射频识别)技术日益成熟化,RFID被广泛的应用于各个领域,公交乘车卡,学生证,饭卡,借书证都被整合在一块 RFID芯片中,只要一刷,所有的操作瞬间完成,这种

2、刷卡的方式逐渐被人们接受,甚至风靡。本设计就是尝试使用 RFID技术,和我们日常使用的手机结合,构造一个RFID和智能手机结合在超市购物中的应用,论文首先介绍课题背景,RFID 和移动终端结合应用的现状,然后介绍相关技术,在其后的分析阶段我们分析了超市购物的详细流程,模拟加入 RFID技术,而后我们经历了提出用例,分析用例,概要设计,详细设计开发 4个阶段。完整的系统由 3部分构成,智能手机客户端,RFID 命令解析 API,互联网服务器(ASP.NET 服务器,Socket 服务器)。智能手机客户端通过蓝牙方式连接读卡器,接受 RFID标签的射频,处理读卡器传送的命令,通过手机屏幕显示解析结

3、果。RFID 命令解析 API整合在智能手机客户端中,专门分析和解析读卡器传回的命令。ASP.NET 服务器提供 PC端的系统访问的服务器。Socket 服务器用来专门和手机通过 GPRS连接传送数据的服务器。整个系统既有 C/S模式的部分,同时也有 B/S的部门,综合运用了 RFID技术,蓝牙和 GPRS无线通信技术和购物联系起来,构成这个系统。关键字:RFID;蓝牙;智能手机客户端AbstractWith RFID (Radio Frequency Identification or RFID) technology has become more sophisticated, It ha

4、s been widely used in various fields, public transportation fare card, student card, food card, library card has been integrated in an RFID chip, as long as you hold the card above the RFID reader in a short while, all problem solved, In this way this card has been gradually accepted and even fashio

5、nable. The design is try to use RFID technology, and our combination of day-to-day mobile phone use, construction of a combination of RFID and smart phones in the supermarket to the application, firstly we introduced the subject of the background paper, RFID, and mobile devices combining the applica

6、tion of the status, and then introduce the relevant technology, In the subsequent analysis phase, we analyzed the detailed process of supermarket shopping, simulated by adding RFID technology, then we have experienced the proposed use case, use case analysis, outline design, detailed design and deve

7、lopment 4 stages.The whole system consists of 3 parts, smart phone client, RFID Command Parsing API, the Internet server (ASP.NET server, Socket server). Smartphone client connected through the Bluetooth card reader to receive radio frequency RFID tags, readers to send the command to deal with throu

8、gh the mobile phone screen shows the results of analysis. RFID Command Parsing API integration in the smart phone client, specialized analysis and resolution of the order returned reader. ASP.NET server-side systems to provide PC access to the server. Socket servers for specialized and mobile phone

9、through GPRS to connect the server to transmit data.The entire system both C / S model of the part, but also B / S of the sector, the integrated use of RFID technology, Bluetooth and GPRS wireless communication technology and linked to constitute the system.Key word: RFID; Bluetooth; Smart phone cli

10、ent 目录目录 .4Contents.7第一章 引言 .11.1 课题背景 .11.2 RFID和移动终端结合应用的现状 .21.3 课题研究意义 .41.4 主要内容 .41.5 本文结构 .4第二章 相关技术介绍 .62.1 RFID.62.1.1 原理 .62.1.2 类别 .62.1.3 应用 .72.2 智能手机 .82.2.1 智能手机的特点 .82.3 Symbian.82.4 S60应用程序框架 .102.5 蓝牙技术&S60 平台的蓝牙描述 .122.5.1 蓝牙技术 .122.5.2 S60 平台的蓝牙描述 .132.6 互联网无线接入 .142.6.1 GPRS.142

11、.6.2 CMWAP.152.6.3 CMNET.152.7 Symbian套接字通信 .152.7.1 RSocket .152.7.2 RSocketServ.162.7.3 RHostResolve.16第三章 Symbian 平台搭建 .173.1 SDK 的选择 .173.2 IDE 的选择 .173.3 其他 .173.4 安装顺序 .17第四章 系统概要设计 .194.1系统部署 .194.1.1 智能手机客户端 .194.1.2 C#服务器 .194.1.3 ASP.NET 服务器 .204.2系统用例设计 .204.2.1 超市内的主要用例 .214.2.2 超市外的主要用例

12、 .22第五章 功能模块设计 .245.1 数据库设计 .245.1.1 E-R 模型 .245.1.2 表的定义 .255.2 Symbian客户端 .275.2.1 应用程序框架 .275.2.2 Observer 设计模式的应用 .285.2.3 active object(活动对象框架) 的应用 .285.2.4 Symbian 客户端主要模块设计 .305.2.5 ASP.NET 服务器 .335.2.6 C#服务器 .33第六章 硬件平台和实现结果展示 .356.1 硬件平台展示 .356.2 实现结果展示 .366.2.1 智能手机客户端 .366.2.2 C#服务器 .40结束

13、语 .41参考文献: .42致谢 .43Contents Chapter 1 Introduction .11.1 Subject background.11.2 RFID with mobile terminal Research Status.21.3 Research significance.41.4 Main content.41.5 structure of the article.4Chapter 2 Related Technology.62.1 RFID.62.1.1 Principle .62.1.2 Category .62.1.3Apply.72.2 Smart pho

14、nes.82.2.1 The characteristics of smart phones .82.3 Symbian.82.4 S60 Application Framework.102.5 Bluetooth on S60 platform.122.5.1 Bluetooth .122.5.2 S60 platform Bluetooth description .132.6 Internet wireless access.142.6.1 GPRS.142.6.2 CMWAP.152.6.3 CMNET.152.7 Symbian socket communication.152.7.

15、1 RSocket .152.7.2 RSocketServ.162.7.3 RHostResolve.16Chapter 3 Symbian platform building .173.1 SDK.173.2 IDE .173.3Others .173.4 Installation sequence .17Chapter 4 System Design Summary .194.1system deployment.194.1.1 Smartphone client.194.1.2 C# server .194.1.3 ASP.NET server.204.2 use case desig

16、n.204.2.1 use case in market .214.2.2 use case outside market.22Chapter 5 Module design .245.1 database design.245.1.1 E-R diagram .245.1.2 definition of tables.255.2 Symbian client.275.2.1 Application Framework .275.2.2 Observer Design Pattern Application.285.2.3 active object framework.285.2.4 mod

17、ule design .305.2.5 ASP.NET server.335.2.6 C# server .33Chapter 6 Hardware platforms and results.356.1 Hardware platform demostration.356.2 results.366.2.1 Smart phone client.366.2.2 C# server .40Summary .41reference .42Appendix .43RFID 智能手机以及在超市购物中的应用1第一章 引言21 世纪是一个以数字化,网络化,信息化为特征,以网络通信为核心的信息时代,无线射

18、频识别(RFID)的出现彻底改变了人们的生活和消费方式。它对于人员管理,货币支付,身份识别,物流管理等各个领域都带来了巨大的影响。同样 RFID 是一个充满机遇和挑战的新领域,也是一个具有巨大发展潜力的技术。可以预料,RFID 必将应用于更多场合,成为人们生活更加密切的一部分。1.1 课题背景无线射频识别(FRID)系统采用合适的应答器(标签)携带数据,并使用一个机读程序“读取 ”存储在标签中的数据。根据所采用标签的不同,其数据存储能力也存在很大差异,有的标签的存储能力很小,有的则可以存储数千条信息。可以利用标签中的信息对处在制造、传输、储存和使用过程中的物品进行标识。因为标签可以存储各种附加

19、的信息,因此电子标签可以用在对那些需要明显标识的应用场合中( 例如可以通过读取标签信息来获取货运装箱的备注单或者目的港信息等) 。除了标签以外,射频识别系统还需要一种方法来读取或者“问讯”标签以便获取存储在标签中的数据,最后将标签的信息传递给管理信息系统统一进行信息的处理。同时,智能手机近年来发展迅速。与传统手机相比,智能手机的优势非常明显,不但内容丰富,还具有可以无限扩展的强大功能以及硬件的可升级性,这使得智能手机能够真正实现通信、电脑和互联网的融合,而要实现智能手机的这些功能必须依靠移动互联网。近年来被通信业界广泛看好的移动互联网,由于很多问题没有得到有效解决,一直没能得到很好的开发和实施。智能手机的出现打破了这一尴尬局面,移动互联网终于在真正意义上通过手机接触到了用户。随着中国 3G 网络进程的加快,移动运营网络的带宽和传输速度会不断提高,针对智能手机的内容服务和数据业务也将不断丰富,这些都将成为智能手机市场发展的有利因素。

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 学术论文资料库 > 毕业论文

Copyright © 2018-2021 Wenke99.com All rights reserved

工信部备案号浙ICP备20026746号-2  

公安局备案号:浙公网安备33038302330469号

本站为C2C交文档易平台,即用户上传的文档直接卖给下载用户,本站只是网络服务中间平台,所有原创文档下载所得归上传人所有,若您发现上传作品侵犯了您的权利,请立刻联系网站客服并提供证据,平台将在3个工作日内予以改正。