当前所在位置: 首页 > 论文范文 > 正文

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

本文共计3507个字,预计阅读时长12分钟。【 字体:

论文指导服务

毕业论文网专业团队提供毕业设计、论文写作指导及相关咨询服务

论文指导 毕业设计 答辩咨询
微信号已复制到剪贴板

面向用户兴趣的时态数据管理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.

阅读全文