欢迎来到天天文库
浏览记录
ID:339257
大小:1005.00 KB
页数:54页
时间:2017-07-25
《数据采集系统 毕业论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、毕业论文(设计)GRADUATION THESIS (DESIGN)论文(设计)题目TitleOfThesis(Design)数据采集系统分院(系别)Department计算机科学与技术学院专 业Speciality计算机科学与技术班级Class 论文(设计)作者AuthorofThesis(Design) 论文完成日期Date2011年05月论文(设计)指导教师Advisor 指导教师职称TheTitleofAdvisor V数据采集系统DataCollectionSystem[摘要]数据采集系统由以下几个功能模块组成
2、:数据读取模块,数据匹配模块,数据发送模块,数据接收模块,数据保存模块和数据整合模块,每个模块的核心功能如下:数据读取模块:负责从用户登录记录文件和未匹配登录记录文件中读取用户的登录记录数据,将其转化为LogRec对象,然后传递给数据匹配模块匹配;数据匹配模块:负责将用户登录记录数据,按照登入/登出的关系匹配起来,形成匹配的用户登录记录数据(MatchedLogRec对象),并计算出每次登录的时间长度;数据发送模块:将匹配好的用户登录记录通过网络发送到采集系统服务器;数据接收模块:服务器端接收匹配好的用户登录记录数据;数据保存模块:将
3、接受到的用户登录记录数据保存到数据库的用户登录记录明细表中;数据整合模块:将用户登录记录明细表中的数据整合成日报表,月报表和年报表。关键字:数据采集系统数据读取数据匹配数据发送数据接收数据保存数据整合VIDataCollectionSystem[Abstract]Datacollectionsystemconsistsofthefollowingfunctionmodules:datareadmodule,datamatchingmodule,datasendingmodule,datareceivingmodule,datastor
4、agemoduleanddataintegrationmodules,eachmodulecorefunctionsasfollows:Datareadmodule:beresponsibleforfromuserloginrecordfilesandnotmatchingloginrecordfilesreaduserloginrecorddata,convertittoLogRecobject,thentransfertodatamatchingmodulematching;Datamatchingmodule:berespons
5、ibleforuserloginrecorddata,accordingtologin/logoutmatchuptherelationship,formingmatchinguserloginrecorddata(MatchedLogRecobject),calculatedandthelengthoftimeeverytimelogin;Datasendingmodule:willmatchgooduserloginrecordthroughthenetworksenttoacquisitionsystemserver;Datar
6、eceivingmodule:theserverreceivesmatchinggooduserloginrecorddata;Datastoragemodule:willaccepttheuserloginrecorddatatosavetheuserloginrecorddatabaseunderstood;Dataintegrationmodule:willuserloginrecordthedataintegrationisunderstoodallthestatements,monthlyreportsandannualre
7、ports.Keywords:DatacollectionsystemDatareadDatamatchingDatasendingDatareceivingDatastorageDataintegrationVI目录第一章绪论11.项目背景12.项目原理1第二章需求分析21.数据格式22.功能概述32.1.数据读取42.2.数据匹配42.3.数据发送42.4.数据接收42.5.数据保存43.系统用例43.1.用例图43.2.用例描述53.2.1.数据采集53.2.2.数据读取53.2.3.读取上次未匹配的登入记录53.2.4.读取用
8、户登录数据文件63.2.5.数据匹配63.2.6.匹配登录记录73.2.7.保存未匹配的登入记录73.2.8.数据发送73.2.9.数据接收83.2.10.数据保存8第三章概要设计91.总体设计91.1.业务流程91.2
此文档下载收益归作者所有