基于vc++ 6.0校 园 一 卡 通 管 理 系 统.doc

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

基于vc++ 6.0校 园 一 卡 通 管 理 系 统,47页5.8万余字包含毕业设计任务书,完整论文、源代码。文献资料等操作平台:windows 2000 professional数据库平台:sql server 2000摘要ic卡应用系统在日渐成熟为校园一卡通系统的建立提供了技术保障,校园内实现一卡通管理已成为校园管理发展的必然趋势。学校内各部门根据自己的需求,分别建立...
编号:68-19922大小:839.00K
分类: 论文>计算机论文

内容介绍

此文档由会员 lzj781219 发布

47页5.8万余字包含毕业设计任务书,完整论文、源代码。文献资料等


操作平台:Windows 2000 Professional
数据库平台:SQL Server 2000
摘要

IC卡应用系统在日渐成熟为校园一卡通系统的建立提供了技术保障,校园内实现一卡通管理已成为校园管理发展的必然趋势。学校内各部门根据自己的需求,分别建立本系统的管理卡应用系统,由于其采取的技术与规格不统一,造成了各种校园卡应用系统无法兼容的问题,学生手中学生证卡、食堂饭卡、图书馆借阅卡、银行消费卡……少则三四张,多则六七张,给学生带来了不便,也给学校的统一管理造成了很大困难。
校园一卡通管理系统主要实现以下功能:学生卡管理、图书馆管理、校医院管理、食堂管理、机房管理。可替代校园传统的日常生活所需的学生证、借书证、食堂就餐饭卡、医疗证、上机证等证件和现金交易。
本文第一章介绍了该校园一卡通管理系统的项目概况,包括问题的提出、现状分析及系统概述等。第二章介绍了开发项目中所涉及到的相关技术简介:Visual C++提供的ADO数据库访问技术、SQL Server、卡的选择、权限问题及安全问题。第三章为具体的系统实现文档资料。第四章则附上了参考文献、英文资料翻译及致谢。

关键词:IC卡、校园一卡通管理系统、Visual C++、ADO、SQL Server

Abstract

IC card application systems are gradually mature and provide the technique to guarantee the establishing of card system in campus. The each section of school establish the card management application system respectively according to the own needs., It is resulted that the every kind of campus card applied system can't unite because of its technique and specification's disunify . The student hand student ID card, dining room card, library borrow card , consuming card and so on.There is at lest three or four .It is inconvenient to the student and also make the unifying management of school very big difficult.
The card management system of the campus primarily realizes the below functions:Student card management, library management...

Keywords: IC card
card management system of the campus
Visual C++
ADO
SQL Server

目录
摘要 -------------------------------------------------------- 1 -
ABSTRACT - 2 -
目录 -------------------------------------------------------- 3 -
第一章 项目概况------------------------------------------------- 4 -
1.1 问题的提出 - 4 -
1.2 校园卡管理现状分析 - 4 -
1.3 系统概述 - 5 -
1.4 开发环境和开发工具 - 5 -
1.5 系统运行环境 - 5 -
第二章 相关技术简介-------------------------------------------- 6 -
2.1 VISUAL C++数据库编程 - 6 -
2.1.1 Visual C++开发数据库的优势 - 6 -
2.1.2 Visual C++提供的ADO数据库访问技术 - 6 -
2.2 SQL SERVER技术简介 - 8 -
2.2.1 SQL Server基础知识 - 8 -
2.2.2 SQL Server中权限分配问题 - 10 -
2.3 卡的选择 - 11 -
2.4 系统安全问题 - 12 -
第三章 具体实现方案-------------------------------------------- 13 -
3.1 系统设计 -- 13 -
3.1.1 功能需求分析 --- 13 -
3.1.2 系统功能模块结构设计 ---- 14 -
3.1.3 系统功能分析 - 15 -
3.2 数据库设计 - 17 -
3.2.1 数据库概念结构设计(E-R图) - 17 -
3.2.2 数据库逻辑结构设计(表结构) - 20 -
3.3 各功能模块程序流程图 - 23 -
3.4 界面设计 - 30 -
第四章 附录---------------------------------------------------- 36 -
4.1 参考文献 - 36 -
4.2 英文资料翻译 - 36 -
4.2.1 英文原文 - 36 -
4.3 致谢 - 45 -
参考文献
1、Visual C++ 技术内幕 [美] David J. Kruglinski 著
2、Visual C++ 6.0 从入门到精通 [美] Michael J. Young 著
3、Visual C++ 6.0 数据库系统开发实例导航 吴继刚 等编著
4、Visual C++ 6.0 数据库高级编程 夏云庆 著