RFID 复杂事件检测算法-毕业论文

版权声明:本文出自www.54manong.com,转载请注明原地址,谢谢! https://blog.csdn.net/xiaohuanglv/article/details/89184323

摘 要

本论文首先介绍了RFID技术的概念、工作原理、发展过程、应用背景等信息,然后对本系统所需的硬件条件,即RFID阅读器的特性和配置等信息进行说明,接下来介绍了基于RFID的仓储管理系统的开发背景,探讨了数据库的功能特点,做出了系统需求分析,并在完成数据库设计的基础上进行程序开发以及系统的运行,本系统主要完成对仓库的库存管理,包括货品入库,货品存库,货品出库等几个方面,并通过各个表单的操作来调动数据库系统以完成对各类信息的浏览、查询、添加、删除等功能。除此之外,针对RFID仓储管理系统在一些实际应用中存在的乱序数据流问题,根据参考文献[1]中提出的算法和生命周期的概念,我们实现了算法,以解决本地复杂事件检测中存在的问题。

关键词:RFID技术 ,仓储管理系统 ,基于RFID的仓储管理系统 ,面向对象程序设计 ,数据库

ABSTRACT

First ,this thesis has mainly introduced the concept of RFID technology, working principle ,process of the development and background of applications .Second ,introduce the characteristics and  configuration information of  the alien RFID reader ,it is the hardware condition required for this system .Then introduce the development background of the warehouse based on the technology of RFID ,has probed into the function characteristic of the database ,have made systematic demand analysis and carried on procedure making and systematic operation on the basis of finishing the design of the database .This system mainly finishes the stock control of the warehouse ,including the goods are put in storage ,the goods store in the storehouse , goods carry out of the warehouse and so on . by operation of each form , we can  finish the function of  having a look ,inquiry ,adding , deleting all kinds of information . Finally ,when the RFID warehousing management system is applied ,some questions are output ,for example ,the unordered data streams question. According to the algorithm and the life-cycle approach proposed  in reference [1], we realize the algorithm, so as to solve the complex event detection problems in local.

keyword: the technology of RFID , Administrative system , Administrative system based on the technology of RFID ,target-oriented development , Database 

目录

摘  要 1

ABSTRACT 2

第1章 前言 3

1.1.问题的背景 3

1.1.1.RFID技术 3

1.1.2.仓储管理系统 3

1.1.3.基于RFID的仓储管理系统 4

1.2.研究的目的、意义 4

1.3.关键问题 5

1.4.本文的组织 5

第2章 RFID相关理论介绍 7

2.1.RFID技术概述 7

2.2.RFID系统的组成和工作原理 7

2.2.1系统组成 7

2.2.2工作原理 8

2.3. RFID系统的分类 9

2.4.RFID的标准与技术规范 10

2.5.RFID国内外发展现状 11

2.6. RFID典型应用 12

2.7.本章小结 12

第3章 RFID的仓储管理系统实现关键技术 13

3.1.Alien RFID 系统 13

3.1.1. Alien RFID系统组成: 13

3.1.2.Alien RFID 系统的工作原理 13

3.1.3.Heatbeats机制: 14

3.2.C#多线程技术 16

第4章 基于RFID的仓储管理系统的实现 18

4.1.需求分析 18

4.2.系统整体结构 18

4.3.任务流程 19

4.4.接口软件的设计与实现 19

4.4.1.Alien RFID Reader的检测与发现 19

4.4.2.Alien RFID Reader的连接与登录 20


 

4.4.3.Alien RFID Reader的配置 20

4.4.4. Autonomous Mode工作模式下的仓储管理系统 21

4.4.5.Alien RFID 系统接口软件的演示、 21

4.5.基于RFID的仓储管理系统的具体实现 23

4.5.1.基于RFID的仓储管理系统的流程设计 24

4.5.2.基于RFID的仓储管理系统的功能模块设计 25

4.5.3.基于RFID的仓储管理系统数据库设计 26

4.5.4.基于RFID的仓储管理系统功能模块的具体实现 28

第5章 RFID 复杂事件检测算法 35

5.1.RFID事件类型的基本概念: 36

5.2.问题的提出: 36

5.3.RFID事件的数据结构: 37

5.4.TTL(Time To Live):生命周期 37

5.5.本地复杂事件检测算法流程 39

第6章 总结 42

6.1.本文所做的成果 42

6.2.本文的不足 42

6.3展望 42

6.4小结 43

6.5致谢 43

参考文献 43






来源:我是码农,转载请保留出处和链接!

本文链接:http://www.54manong.com/?id=1259

'); (window.slotbydup = window.slotbydup || []).push({ id: "u3646208", container: s }); })();
'); (window.slotbydup = window.slotbydup || []).push({ id: "u3646147", container: s }); })();

猜你喜欢

转载自blog.csdn.net/xiaohuanglv/article/details/89184323