学生管理系统答辩.ppt
- 格式:ppt
- 大小:681.00 KB
- 文档页数:3
开题答辩ppt模板-学生信息管理系统(毕业论文开题报告答辩PPT)学生信息管理系统论文+开题报告+答辩PPT)摘要学生信息管理系统是典型的信息管理系统 (MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。
对于前者要求建立起数据一致性和完整性强、数据安全性好的库。
而对于后者则要求应用程序功能完备,易使用等特点。
经过分析,我们使用MICROSOFT公司的VISUAL BASIC开发工具,利用其提供的各种面向对象的开发工具,尤其是数据窗口这一能方便而简洁操纵数据库的智能化对象,首先在短时间内建立系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进,直到形成用户满意的可行系统。
关键字:控件、窗体、域、数据库前言第一章 Visual Basic 概述1.1 Visual Basic 语言的特点1.2 Visual Basic 系统几个程序应用中的常用名词第二章 Windows 下的Visual Basic 编程环境简介2.1 面对对象的编程2.2 实现菜单选项2.3 实现工具栏第三章怎样开发一个学生信息管理系统的查询模块3.1 学生信息系统的设计分析3.2 编程环境的选择3.3 关系型数据库的实现3.4 二者的结合(DBA)第四章使用Access2000 创建数据库4.1 数据库的概念4.2 新建一个数据库4.3 修改已建的数据库第五章可行性分析第六章系统总体规划6.1 系统功能6.2 系统流程图第七章系统具体实现7.1 各功能的实现7.1.1 课程管理7.1.2 打印统计结束语后记主要参考文献。
本科毕业设计(论文)学生学籍管理系统学院:计算机工程学院专业:计算机科学与技术年级班别:学号:学生姓名:指导教师:2012年5月30日摘要随着计算机技术的飞速发展,高校也已进入信息化时代。
为了使学生管理更高效、更科学,决定开发高校学生学籍管理管理系统。
本文采用结构化分析的方法,详细阐述了一个功能比较强大的高校学生学籍管理系统的前后台开发、操作流程和涉及的一些关键技术。
首先进行了可行性分析,然后是系统分析,通过实际的业务流程调研,分析业务流程和系统的组织结构,完成了数据流分析和数据字典;然后是系统设计阶段主要完成了功能模块的划分、阐述了系统设计的思想、数据库的设计和系统设计的工具及技术。
该阶段对本系统各个模块的功能进行了详细设计,形成了本系统的功能模块图;数据库设计时先进行了概念结构设计,然后进行了逻辑结构设计。
最后完成了数据表的设计。
根据前几个阶段的分析和设计,本系统在设计方面采用B/S模式,同时使用JSP技术进行基本页面的设计与功能实现,后台数据库选用SQL2005数据库。
本系统的设计实施为高校学生学籍管理系统的运行做基础,为高校学生学籍管理工作提供良好的条件。
关键词:学生学籍管理;数据库查询;结构化分析;系统AbstractWith the rapid development of computer technology, colleges and universities have entered the information age. To make college uniform identity authentication more efficient, more scientific, university decided to develop a unified identity authentication system.In this paper, structural analysis, a function described in detail more powerful unified authentication system colleges and universities before and after the station development, operations, processes, and some of the key technologies involved. First, a feasibility analysis, and system analysis, business process through the actual research, analyze business processes and organizational structure of the system to complete the data flow analysis and data dictionary; then completed the system design phase is mainly divided into functional modules, elaborated the idea of the system design, database design and system design tools and techniques. This phase of the system function of each module in detail the design, forming a functional block diagram of the system; database design first tested the concept design, followed by a logic design, and finally completed the data table design.According to the first few stages of the analysis and design, the system used in the design of C / S mode, JSP technology, the basic page design and implementation of function, use SQL2005 database back-end database. Design and implementation of this system for the college to run unified identity authentication system as a foundation, a unified identity for the university to provide excellent condition.Key Words:college uniform identity authentication; structural analysis; system目录摘要 (1)Abstract (2)引言 (5)1 可行性分析及总体设计 (6)1.1 可行性分析 (6)1.1.1 技术可行性 (6)1.1.2 经济可行性 (6)1.1.3 社会可行性 (7)1.2 总体设计 (7)2 系统分析 (8)2.1 业务流程分析 (8)2.2 数据流图 (9)2.3 数据字典 (11)3 系统设计 (14)3.1 系统功能设计 (14)3.2 系统数据库设计 (14)3.2.1 概念结构设计 (14)3.2.2 数据库表设计 (19)3.3 系统开发工具与模式 (200)3.3.1 系统开发工具 (200)3.3.2 系统设计模式 (21)4 系统实现 (222)4.1 登录界面 (222)4.1.1 登录管理模块 (222)4.1.2 登录程序流程 (233)4.2 登录首界面 (244)4.3 专业管理界面 (244)4.4 班级管理界面 (266)4.5 课程管理界面 (277)4.6 学生学籍管理管理界面 (299)4.7 修改密码界面 (299)4.8 学生成绩管理界面 (30)5 性能测试与分析 (31)5.1 系统测试的定义 (31)5.2 系统测试的目的及意义 (31)5.3 系统测试的重要性 (31)5.4 系统测试的常用方法 (32)5.5 系统运行情况 (33)5.6 测试总结 (33)总论 (34)致谢 (35)参考文献 (36)引言信息化时代的到来,使学校传统的管理方法和办学水平都受到了极大的挑战。