网站导航免费论文 原创论文 论文搜索 原创论文 网学软件 学术大家 资料中心 会员中心 问题解答 原创论文 大学论文导航 设计下载 最新论文 下载排行 原创论文
返回网学首页
网学联系
最新论文 推荐专题 热门论文 素材专题
当前位置: 网学 > 编程文档 > DELPHI > 正文

科技学院学生信息管理系统

来源:http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 16/02/07

鉴于大家对DELPHI十分关注,我们编辑小组在此为大家搜集整理了“科技学院学生信息管理系统”一文,供大家参考学习!

论文字数:12648,页数:58  附任务书,开题报告,外文翻译,程序

 科技学院学生信息管理系统设计
摘要:随着计算机日益普及和网络技术的快速发展,数据库的应用范围越来越广和功能越来越强,开发信息管理系统在现代企业运行模式中显得尤为重要。在强调管理,强调信息的现代社会中它也变得越来越普及 。所以完善的学生信息管理系统是一个教育单位不可缺少的部分。它的内容对于学校的决策者和管理者来说都至关重要。
 本系统是采用Microsoft 公司的SQL server 2000来设计数据库,使用Delphi 7.0作为开发工具 来实现的。
 学生信息系统主要分为系统系统管理、学生基本信息、学生选课信息、成绩管理信息、综合测评信息五大模块,可以分别完成相应信息的添加、查询、修改等操作。其中最核心内容是学生基本信息、学生选课信息、学生成绩管理信息、学生综合测评信息四个模块以及四者之间的联系。
 本系统可以极大的提高管理的效率,它具有检索迅速、查找方便、可靠性高、存储量大、保密性好、寿命长和成本低等优点。
   
 关键词:学生信息管理系统,SQL server 2000,delphi7.0
 Institute of technology student information management system design

  Abstract:With the increasing popularity of computer and network technology, the rapid development of the scope and functions of the application database , using computers to achieve personnel management of enterprises is imperative. It has become more and more universal in modern society in which people emphasize on management and information. So perfect student information management system is an educational unit indispensable part of its content for the schools, policy makers and managers are essential.    This system uses Microsoft''s SQL server 2000 to design the database, using Delphi 7.0 as development tool to achieve.
 Students'' information management system mainly divided into system management, students'' basic information, students’ selective information, students’ performance management information, students’ comprehensive assessment information five modules, They can complete the corresponding operation such as information of adding, querying and modifying. The core content is the three modules which are students'' basic information, selective information, performance management information, comprehensive assessment information and the link among them.
 This system can greatly improve the management efficiency, This system has advantages such as rapid search, convenient finding, high reliability, large capacity storage, good security, long life and low cost.
 
Keywords: Students'' information management system, SQL server 2000, Delphi 7.0

 目 录
1  引言
1.1课题的背景 1
1.2课题的意义 1
1.3 国内外研究现状 1
1.4课题相关技术 2
1.4.1编程语言的选择 2
1.4.2 数据库的选择 3
2  需求分析及功能模块分析
2.1 需求分析 4
2.1.1功能需求 4
2.2 系统数据流图 4
2.2.1 顶层数据流图 5
2.2.2学生数据流图 5
2.2.3课程数据流图 5
2.2.4成绩数据流图 6
2.2.5测评信息数据流图 6
2.3系统的开发环境 6
3  系统概要设计及数据库设计
3.1概要设计 7
3.2 数据库设计 11
3.2.1学生基本信息表 11
3.2.2系统用户表 11
3.2.3课程基本信息表 12
3.2.4成绩信息表 12
3.2.5测评信息模块 12
3.3 功能模块简介 12
3.4 数据库的连接设计 13
4  系统详细设计与实现
4.1 登陆模块 21
4.1.1 登陆过程流程图 21
4.1.2登陆窗体的设计 21
4.2 用户添加设计 25
4.2.1用户添加流程图 25
4.2.2添加用户设计 26
4.3学生基本信息模块 28
4.3.1修改学生基本信息流程图 28
4.3.2 学生基本信息修改模块设计 28
4.3.3 学生基本信息添加流程图 30
4.3.4 学生基本信息添加模块设计 31
4.3.5 学生基本信息查询流程图 32
4.3.6学生基本信息查询模块设计 33
4.4  学生选课信息模块 34
4.4.1 修改学生课程信息流程图 34
4.4.2 学生课程信息修改模块设计 35
4.4.3 学生课程信息添加流程图 37
4.4.4 学生课程信息添加模块设计 37
4.4.5 学生课程信息查询流程图 38
4.4.6 学生课程信息查询模块设计 39
4.5  成绩模块设计 40
4.5.1 修改学生成绩信息流程图 40
4.5.2 学生成绩信息修改模块设计 41
4.5.3 学生成绩信息添加流程图 42
4.5.4 学生成绩信息添加模块设计 43
4.5.5 学生成绩信息查询流程图 45
4.5.6 学生成绩信息查询模块设计 45
4.6  学生综合测评信息模块设计 47
4.6.1 修改学生这测评信息流程图 47
4.6.2 学生综合测评信息修改模块设计 47
4.6.3 学生综合测评信息添加流程图 49
4.6.4 学生综合测评信息添加模块设计 49
4.6.5 学生综合测评信息信息查询流程图 50
4.6.6 学生综合测评信息查询模块设计 51
 4.7  修改密码模块设计 52
4.71修改密码流程图 52
4.7.2修改密码模块设计 53
4.8退出系统模块 54
5  系统的调试及测试
5.1 数据库设计方面的问题 55
 结论
参考文献 57
致谢 58

科技学院学生信息管理系统......
  • 上一篇资讯: [DELPHI]
  • 版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
    Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号