客服一(QQ:40114597):
该资料价格:¥200
,查看汇款方式
VF 学生选课管理系统
以下仅为该设计的基本说明介绍,若需要完整的设计和论文,建议您购买本设计 。
本系统开发工具:VF 6.0
本设计包含内容:源代码+可执行程序+毕业论文+开题报告+答辩稿
论文大概:33页 1.3万字
摘 要
学生选课管理系统是教学管理的重要组成部分,其开发主要包括后台、数据库的建立和维护以及前端应用程序的开发两个方面,前者要求建立起数据的一致性、完整性和安全性好的数据库,而对于后者则要求应用程序功能完备、易使用及界面友好等特点。
论文运用软件工程和面向对象技术对学生选课管理系统进行了建模与分析,在此基础上实现了学生选课管理的功能。主要内容如下:
首先,对学生选课的工作流程进行描述和分析,分析其工作中存在的缺陷和不足,在此基础上得出理想的工作流程模式。按照模块化设计思想,将流程各个阶段分开设计。
其次,对系统的设计过程中的一些技术难点和实现方法进行叙述。其中包括权限分配、添加、删除、修改功能的实现,查询功能以及打印功能的实现等等。
经过仔细分析,系统使用Microsoft公司的Visual FoxPro6.0来开发,利用其提供的各种面向对象的开发工具,快速建立系统应用原形,并对初始原型系统进行需求分析,然后通过不断修正和改进,最终形成一个用户满意的系统。
关键词 选课;查询;管理;Visual Foxpro
Abstract
Course management student teaching management system is an important component of its development including background, database development and maintenance as well as front-end application development 2, the former wants to establish the consistency of the data, integrity and safety of a good database, while the latter demanded the application functions, and easy to use and friendly interface, and other features.
Papers using software engineering and object-oriented technology to students Course management system modeling and analysis, Based on this realization of the students Course management functions. The following are the main points :
First, the students Elective workflow description and analysis, their work is the deficiencies and shortcomings, Based on this vision come to the workflow patterns. According to the modular design thinking of the process at all stages of the design separately.
Secondly, the system design process some technical problems and methods to achieve narrative. These include the distribution of competences, add, delete, change the functional and that the realization of the inquiry and Print functions, and so on the achievement.
After careful analysis, system using Microsoft's Visual FoxPro 6.0 to development, use of the various object-oriented development tools to build applications prototype, as well as the initial prototype system needs analysis and then constantly revised and improved, ultimately forming a system of user satisfaction.
Keywords Course Management; inquiry ; management ;Visual Foxpro
目 录
绪论 1
1 系统概述 2
1.1系统问题分析 2
1.2系统建设目标 2
1.3 VISUALFOXPRO 6.0的简介 3
1.4 VISUAL FOXPRO 6.0提供的编程功能 3
1.5 VISUAL FOXPRO 6.0提供的数据库管理功能 5
1.6系统运行环境 6
2 系统需求分析 7
2.1系统用户要求 7
2.2系统目标设计 7
2.3开发设计思想 8
2.4系统功能分析 8
2.5系统的性能要求 8
3 系统概要设计 10
3.1系统层次设计模块图 10
3.2系统功能概述 10
3.3系统数据库设计 11
4系统详细设计 16
4.1 系统登录界面的设计 16
4.2 系统界面模块 18
4.3 院系开课目录模块 19
4.4院系开课目录查询模块 21
4.5学生选课模块 22
4.6 密码修改表单设计 24
4.7添加课程表单设计 25
结束语 27
致谢 28
参考文献 29

