网站导航免费论文 原创论文 论文搜索 原创论文 网学软件 学术大家 资料中心 会员中心 问题解答 原创论文 大学论文导航 设计下载 最新论文 下载排行 原创论文 设计图标 Ppt模板 Flash素材 PSD素材 JS代码
返回网学首页
网学联系
最新论文 推荐专题 热门论文 素材专题
当前位置: 网学 > 编程文档 > 其他类别 > 正文

高校教务系统毕业论文

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

【编者按】网学网其他类别频道为大家收集整理了“高校教务系统毕业论文“提供大家参考,希望对大家有所帮助!

论文字数:23870,页数:45,有答辩PPT

【摘要】
    随着信息技术在管理上越来越深入而广泛的应用,管理信息系统的实施在技术上已逐步成熟。管理信息系统是一个不断发展的新型学科,任何一个单位要生存要发展,要高效率地把内部活动有机地组织起来,就必须建立与自身特点相适应的管理信息系统。
 教务管理是一个学校的核心,其特点是资料繁多,包含很多的信息数据,处理起来工作量大,容易出错。一直以来人们使用传统人工的方式进行学生选课、成绩管理等,这种管理方式存在着许多缺点,如效率低、保密性差等。另外,随着时间的积累将产生大量的文件和数据,查找、更新和维护这些数据将变得十分困难。
 使用计算机对教务信息进行管理,具有手工管理无法比拟的优点,如检索迅速、查找方便、可靠性高、存储量大、保密性好、寿命长、成本低等。这些优点能够极大地提高教务管理的效率,是现代高效教务的科学化、正规化管理的重要途径。
 本系统设计了一个功能较齐全、实用性较强、扩展灵活、安全性高、操作方便的基于Web的高校教务系统,对系统进行划分并对各个子系统的功能进行详尽的描述。
 
【关键词】教务系统 信息化 数据库 C#.NET  SQL Server B/S Web

【Abstract】
      With more and more widespread and profound application of information technology in management, the implement of management information system has become nature in technology step by step. Managing information system is a new subject. Enterprise needs existence and development, so enterprise activities should be organized efficiently and organically, which means tightening up the enterprise management and strengthening effective management of any resource (staff, finance, property, etc.) internal the enterprise, and also establishing a management information system fitting in with its own characteristics.
 Educational management is the core of a school, which is characterized by numerous data, including a lot of information and data, processing up the workload and error-prone. It has been conducted using conventional artificial class selection, performance management, such management, there are many disadvantages, such as low efficiency and poor confidence. In addition, the accumulation over time will produce a large number of documents and data, find, update and maintain these data will be very difficult.
 Educational use of computers to manage information, management cannot be compared with the manual advantages, such as quick search, find convenient, high reliability, large memory capacity, confidentiality, long life and low cost. These advantages can greatly improve the efficiency of educational administration, is a modern and efficient academic scientific and standardized management of important ways.
 A feature of this system more complete, practical, strong, extended and flexible, safe, easy to operate Web-based Educational Administration, division of the system and the functions of each subsystem detailed description.
 
【Keywords】education system   Information  Database  C#.NET  SQL Server  B / S  Web

目录
一、绪论 1
(一)问题的提出 1
(二)现有系统存在问题的分析 1
(三)系统开发目标与意义 2
1.系统开发目标 2
2.意义 2
(四)可行性分析 2
1.经济上可行性 2
2.技术上可行性 3
3运行上可行性 3
二、需求分析 3
(一)教育系统学生管理现状分析 3
1.学校工作流程分析 3
2.学校具体需求分析 4
3.系统设计思想 4
4.系统设计分析 4
5.系统功能分析 5
6.教务系统的目标 5
7.数据库分析 5
(二)基于B/S结构技术的应用 5
1.B/S结构技术发展简述 5
2.动态网站开发技术比较 6
3.本系统的开发采用Asp.NET——一种全新的设计模式 9
4.面向对象的开发过程 10
5.开发工具的选择 11
6.数据库系统选择 13
7.开发方法的选择 14
8.开发本系统的意义 14
9.本文档编写目的 15
10.定义 15
三、高校教务系统概要设计 16
(一)功能模块设计 16
1.信息统计模块 16
2.管理员管理模块 16
3.系统管理模块 16
4.学生管理模块 17
5.部门管理模块 17
6.教师管理模块 17
7.学生模块 17
8.教师模块 17
(二)文件架构设计 17
(三)数据库设计 18
1.基本概念 18
2.数据模型 19
3.数据库设计的基本步骤 20
4.高校教务系统数据库建表及其说明 21
(四)系统流程图 22
四、系统实现 23
(一)用户登录 23
(二)学生模块功能 25
1.校内公共选修课选课 25
2.个人基本信息查询 27
3.个人课表查询 28
4.考试成绩查询 29
(三)教师模块功能 30
1.上传选修课成绩 30
2.上传专业课成绩 32
3.教工个人信息查询 32
4.教工个人课表查询 33
五、测试 33
(一)概述 33
(二)测试方法 33
1.界面测试 33
2.功能测试 34
(三)不同的测试技术区分 35
1.覆盖测试技术 35
2.白盒测试和黑盒测试技术 35
3.手工测试和自动化测试 35
(四)本系统的测试 36
六、帮助模块设计 36
(一)系统导航 36
(二)帮助 36
七、开发技巧和难点 37
八、系统编译和发行 37
九、结束语 37
谢辞 37
参考文献 38

高校教务系统毕业论文......
  • 上一篇资讯: [其他类别]
  • 版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
    Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号