面向用户兴趣的时态数据管理VB+SQL

时间:2020-09-01 16:14:02 计算机应用毕业论文 我要投稿

面向用户兴趣的时态数据管理VB+SQL

毕业论文

目 录

前  言 1
1 相关知识概述 2
1.1 开发背景 2
1.2 用户兴趣 2
1.3 用户兴趣的存储 3
1.4 时态数据简述 5
1.5 分段存储 5
1.6 应用目标 6
2 开发工具简介 7
2.1 系统平台的选择 7
2.2 Visual Basic 6.0简介 7
2.3 SQL Server 2000简介 11
2.3.1 SQL Server 2000概述 11
2.3.2 SQL Server的运行环境 11
2.3.3 SQL Server安全性 11
2.3.4 SQL Server的特性 12
2.3.5 用来操纵数据的 SQL命令 12
3 系统总体设计 13
3.1 系统的总体规划 13
3.2 总体功能设计 13
3.2.1 总体功能要求 13
3.2.2 功能结构划分 16
3.2.3 系统的总体流程图 16
3.2.4 性能的需求 16
3.3 数据库逻辑结构设计 17
3.3.1 时态数据库简介 17
3.3.2 数据库需求分析 18
3.4 数据库设计 20
3.4.1 E-R图 20
3.4.2 创建SQL Server数据库 22
4 详细设计 25
4.1 用户管理模块 25
4.2 数据压缩模块 25
4.3 元事件设置模块 28
4.4 用户信息录入模块 29
4.5 数据查询模块 29
4.6 图形显示模块 29
5 详细设计 31
5.1 设计概要 31
5.2 系统窗体的设计 31
5.2.1 主窗体的设计 31
5.2.2 登录窗体的设计 33
5.2.3 数据压缩窗体的设计 33
5.2.4 元事件设置窗体的设计 34
5.2.5 用户信息录入窗体的设计 35
5.2.7 图形显示窗体的设计 36
5.2.8 用户管理窗体的设计 37
5.2.9 帮助窗体的设计 37
5.2.10 主模块 38
5.3 系统测试 38
总结与展望 43
参考文献 44
致  谢 45

面向用户兴趣的时态数据管理
 

摘要:个性化信息服务已成为信息服务的主流,在个性化信息服务领域,如在定制网页、信息过滤、信息预取、个性化检索等方面,研究人员都考虑用户兴趣,若能有效地获取用户兴趣信息,则可以更好为网络用户提供信息服务.本论文的主要工作是研究和实现用户兴趣信息的存储,主要运用数据压缩和分段存储的方法,获取到用户的稳定兴趣并降低存储与日俱增的用户信息.在分段存储的具体实现上,时间段的划分成为了关键,在本论文中将时间段划分为现代、近代、古代3个时间段,通过数据压缩算法将用户兴趣信息分别存储到不同的时间段的.表中,通过对比表中的记录可以获取到用户的稳定兴趣。在对用户兴趣有了1定了解和对时态数据等知识学习之后,结合与之相关的1些知识,设计了1个面向用户兴趣的时态数据管理系统,该系统由元事件设置、用户信息录入、数据压缩、数据查询,图形显示、用户管理等功能模块组成,可以实现用户兴趣的分段存储、用户稳定兴趣的获取并降低用户数据存储量。
关键词:用户兴趣;时态数据;数据压缩;分段存储;时间段划分

User interest of temporal data management
 
Abstract: Personalized information services have become a mainstream information services. In the area of personalized information services, such as customized web pages, information filtering, information prefect, personalized search, the researchers have to consider the interest of users. If users effectively capture information of interest, they can better provide information services for network user. The main thesis of this work is to study and achieve users interested in information storage. Primarily using data compression and storage subparagraph way, users capture the stability user interest and reduce the growing information of interest users. In specific subparagraph storage achievement, the time division has become a key in the thesis. In the thesis the time will be divided into modern, contemporary, ancient three time, through data compression algorithms the information of users interest are stored in different times of the table, by comparing the records of the table user can capture the stability user interest. After study the article of user interest and have a certain understanding of temporal data, combined with some relevant knowledge to design a user interest of temporal data management system, the system set up by Yuan events, user information entered, data compression, data enquiries, graphics display, user management function modules. The system can achieve user interest sub storage, the acquisition of the stability users interested in data storage and reduce the volume of users.
Keywords: user interest; temporal data; data compression; subparagraph storage; time of division
前言

电脑已成为人们生活中的1个组成部分,随着Internet和WWW的迅速发展,个性化信息服务已成为信息服务的主流,未来的Web个性化服务将成为深入到用户个人生活工作各个层面的辅助性工具,而个性化信息服务是以用户满意度为中心的主动服务,用户兴趣的挖掘已成为个性化信息服务的关键。用户兴趣的挖掘可以基于Web浏览内容和行为相结合,也可以通过监视用户的各项操作来进行挖掘。当挖掘到关于用户兴趣的信息时,就要对信息进行存储和管理,而如何存储大量的用户信息,如何在大量的用户信息中获取用户最近的稳定兴趣,如何对用户兴趣信息进行管理等相关的问题却还未得到解决。因此,实现1个系统化的面向用户兴趣的时态数据管理系统是10分有必要。
本文首先介绍与之相关的1些知识,并在此基础上介绍了面向用户兴趣的时态数据管理系统的基本设计方法,对系统的总体功能以及各部分功能进行了详尽的分析,最后给出了1个完整的设计方案。论文的总体结构是:第1章相关知识的概述,包括用户兴趣、时态数据、分段存储、用户兴趣的存储等知识的介绍;第2章开发工具简介,包括Microsoft Visual Basic 6.0和SQL Server 2000的介绍;第3章系统总体设计,包括系统各个功能模块的设计、系统的总体流程以及数据库的设计;第4章详细设计,包括各个功能模块的详细设计以及数据压缩方法;第5章系统实现包括各个功能模块的实现、各个功能模块的界面图以及系统的测试;最后1部分为总结和展望以及致谢。

【面向用户兴趣的时态数据管理VB+SQL】相关文章:

1.德语时态

2.英语动词的时态

3.unix增加用户和切换用户

4.德语时态总结

5.英语时态的语法总结

6.德语的时态和语法

7.英语分词时态的语法总结

8.人力资源数据管理技巧

9.试论电子商务数据管理