vb程序食堂磁卡管理系统设计.doc

约59页DOC格式手机打开展开

vb程序食堂磁卡管理系统设计,资源包括:正文doc格式共59页 17454字摘要随着高科技的蓬勃发展,智能化管理已经走进了人们的社会生活。为了适应信息时代的需要,作为新的管理模式,必须在功能上满足当前和未来发展的需求。目前,各学校校园网的建成投入使用,为高校食堂磁卡管理系统的建立提供应用平台,射频卡应用系统的日渐成熟为高校食堂磁卡管理系统的建立提供...
编号:25-260208大小:2.14M
分类: 论文>计算机论文

内容介绍

此文档由会员 莎士比亚 发布

资源包括:正文DOC格式共59页 17454字

摘要
随着高科技的蓬勃发展,智能化管理已经走进了人们的社会生活。为了适应信息时代的需要,作为新的管理模式,必须在功能上满足当前和未来发展的需求。目前,各学校校园网的建成投入使用,为高校食堂磁卡管理系统的建立提供应用平台,射频卡应用系统的日渐成熟为高校食堂磁卡管理系统的建立提供了技术保障,在校园食堂刷卡消费已经成为校园管理发展的必然趋势。
本文主要介绍了基于C/S的食堂磁卡管理系统的设计开发过程。该系统界面友好,操作方便,具有基本信息管理、学生消费、后台信息管理、财务管理、图表统计、系统用户管理几项功能。在开发过程中使用到了Visual basic、SQL Server开发工具,并采用结构化的系统开发方法。文章的最后对系统做出了一个较客观的评价,并对系统未来的发展进行了展望。
关键词:Visual Basic、数据库、管理系统

Abstract
With the flourishing development of Hi-Tech, Intelligent management has already come into people’s social’s life. In order to satisfied the needs of information time, as the new mana_
gement mode, must meet today’s and the future's demands in the function. At present, building
up coming into operation of campus network of every school, offer for setting-up of the magnetic stripe card administrative system of dining room of the university and use the platform, the ones that nipped the application system in radio frequency had offered the technological guarantee for setting-up of the magnetic stripe card administrative system of dining room of the university riply day by day, the dining room pays by credit card and consumes become the inexorable trend in the campus.
This text mainly introduces management system of magnetic stripe card of dining room, which is based on C/S. This system interface is friendly, easy to operate, have several functions: basic information management, student’s consumption, backstage supporter's information mana_ gement, financial administration, chart statistics and systematic user management. In the course of developing I have used Visual basic, SQL Server developing instrument, and adopt the structur_
ization systematic development approach. This text has made a more objective appraisal on the system at the end of the article, and look forward to the future development of the system.
Keywords: Visual Basic, database, management system

目录
摘要 1
Abstract 2
1.绪论 5
1.1 课题背景 5
1.2 开发工具与开发方法介绍 5
1.2.1 Visual Basic 技术 5
1.2.2 SQL Server技术 6
1.2.3 ADO数据库访问技术 8
1.2.4 结构化系统开发方法 9
2.系统分析与功能设计 10
2.1 任务概述 10
2.1.1 系统目标 10
2.1.2 用户特点 11
2.2 需求分析 11
2.3 系统设计原则 12
2.4 业务流程分析 12
2.5 数据流程分析 14
2.5.1 数据流程图 14
2.5.2 数据字典 15
2.6 系统总体设计与功能结构图 17
2.6.1 系统功能设计 17
2.6.2 系统功能结构图 17
2.7 数据库设计 18
2.7.1概念结构设计 18
2.7.2 逻辑结构设计 20
3.功能设计的实现 25
3.1 创建工程 25
3.2 添加模块 26
3.3 登录模块的设计实现 26
3.4 基本信息管理模块的设计实现 28
3.4.1 餐时设置模块 28
3.4.2 食堂设置模块 29
3.4.3 参数设置模块 32
3.5 后台信息管理模块的设计实现 33
3.5.1 学生办卡模块 33
3.5.2 交费管理模块 35
3.5.3 消费查询模块 36
3.6 学生消费模块的设计实现 37
3.7 财务管理模块的设计实现 37
3.7.1 日结算 38
3.7.2 月结算 38
3.7.3 刷卡机收费统计 39
3.7.4 操作员收费统计 41
3.8 图表统计模块的设计实现 42
3.8.1 日图表统计 42
3.8.2 月图表统计 44
3.9 系统用户管理模块的设计实现 45
3.9.1 添加用户 45
3.9.2 修改密码 46
3.9.3 删除用户 46
4.系统评价 47
5.系统展望 48
结束语 49
致谢 50
参考文献 51
附录 52