设计 任务书 文档 开题 答辩 说明书 格式 模板 外文 翻译 范文 资料 作品 文献 课程 实习 指导 调研 下载 网络教育 计算机 网站 网页 小程序 商城 购物 订餐 电影 安卓 Android Html Html5 SSM SSH Python 爬虫 大数据 管理系统 图书 校园网 考试 选题 网络安全 推荐系统 机械 模具 夹具 自动化 数控 车床 汽车 故障 诊断 电机 建模 机械手 去壳机 千斤顶 变速器 减速器 图纸 电气 变电站 电子 Stm32 单片机 物联网 监控 密码锁 Plc 组态 控制 智能 Matlab 土木 建筑 结构 框架 教学楼 住宅楼 造价 施工 办公楼 给水 排水 桥梁 刚构桥 水利 重力坝 水库 采矿 环境 化工 固废 工厂 视觉传达 室内设计 产品设计 电子商务 物流 盈利 案例 分析 评估 报告 营销 报销 会计
 首 页 机械毕业设计 电子电气毕业设计 计算机毕业设计 土木工程毕业设计 视觉传达毕业设计 理工论文 文科论文 毕设资料 帮助中心 设计流程 
垫片
您现在所在的位置:首页 >>计算机毕业设计 >> 文章内容
                 
垫片
   我们提供全套毕业设计和毕业论文服务,联系微信号:biyezuopin QQ:2922748026   
教务信息管理系统的设计与实现VB230
文章来源:www.biyezuopin.vip   发布者:毕业作品网站  

摘      要
    随着我国教育事业的不断发展,各级教育层次的教学规模日益扩大,采用传统的教务信息管理方法(如直接手工管理或者开发程度不高的管理系统)不但浪费大量人力、物力和财力资源,而且不能满足当前教育发展的需求。 http://www.16sheji8.cn/
    教务信息管理系统是一种融合管理科学、信息科学、系统科学和计算机技术为一体的综合性先进管理手段。系统是建立在WINDOWS操作系统上的基于C/S(客户机/服务器)模式的教务信息管理系统,选用VB.NET+SQL SERVER 2000数据库进行开发。有登录,教师用户,管理员用户,学生用户四个模块。教师用户可以查看自身信息,修改联系方式和密码,查看、录入、删除学生基本信息和学生成绩信息。管理员用户可以查看自身和教师信息,查询、录入、修改、删除课程信息和教师任课信息。添加、修改、删除教师基本信息。查询,添加,删除教师评价信息和修改自身登录密码。学生用户可以查看自身信息。http://www.16sheji8.cn/
    全文设计开发教务信息管理系统,结合面向对象的思想,采用典型的管理信息系统,其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。通过系统实现,用户可以在网络环境下直接访问操作权限范围内的各项信息,同时系统也可借鉴应用到其他教育单位、一般政府机关和厂矿企业进行信息管理。
 
关键词: 计算机应用;信息管理系统;教务管理;数据库;数据库程序设计

Design and Implementation of a Management Information System for the Educational Administrationhttp://www.16sheji8.cn/
Abstract
    With the continuous development of our country's educational cause, the scale of all levels of education are enlarged greatly. Using the traditional method of Management Information(such as direct manual management or not highly developed management system)will not only waste a lot of manpower, the physical resource and the financial resources,but also be unable to satisfy the demand of current education development. http://www.16sheji8.cn/
    Integrative management system which combine management science,the information science,the systemic science with the computer science is an integrative managed system which is all-around and advanced. The system is established on the WINDOWS platform based on C/S (Client / Server) model Academic Information Management system,VB.NET + SQL the SERVER 2000 databases are selected to carry on the development. There are four templates model,about logging in teacher-consumers,administrator-consumers and student-consumers. The academic user may examine own information, change the connection tool and password. And also he can browse, logging and delete the students` basic information and students` achievement information. Manager users can look over their own information and teachers` information, inquiry,input,edit,and delete the course information and the information of which teacher get the course .And also manager users can add,modify,delete teachers basic information and make over the entering password. The student user may examine own information.http://www.16sheji8.cn/
    The thesis is about designing the Management Information System of the Educational Administration,unifies the object-oriented thought, uses the model the information management system,The establishment and the maintenance of the backstage database as well as front end the application procedure development two aspects are included in development. Through the system realization, users can direct access all kinds of information with his/her own competence in the network environment,meanwhile this system also can be applied to other education institutions,government agencies,the general mines and factory for information management.http://www.16sheji8.cn/

Key words: Computer application;management information system;Educational administration;Database;Database programming

目  录
论文总页数:26页
引言 1
2 需求分析 1
2.1教务信息管理业务 1http://www.16sheji8.cn/
2.2教务信息管理系统功能需求 1
2.3教务信息管理系统设计要求 1
2.4系统功能设计 2
2.5运行环境 2
2.6技术选择 3
3 系统开发的可行性分析 3
3.1教务信息管理系统可行性分析 3
3.1.1对系统的简要描述 3
3.1.2改进之处 3
3.1.3技术可行性分析 3
3.1.4系统经济可行性分析 3
3.2方案比较 4
3.3开发工具的选择 5
4 总体设计 5
4.1教务信息管理系统概要设计 5
4.1.1条件与限制 5
4.1.2运行设计 6
4.1.3出错处理设计 6
4.1.4安全保密设计 6
4.1.5维护设计 6
4.2总体功能模块图 7http://www.16sheji8.cn/
4.3数据流程图 8
4.4教务信息管理系统数据库设计 8
5 系统的详细设计和实现 11
5.1登录模块 11
5.2教师管理模块 12
5.2.1教师基本信息模块 12
5.2.2学生信息和成绩模块 13http://www.16sheji8.cn/
5.3管理员管理模块 14
5.3.1基本信息模块 14
5.3.2课程信息、任课信息、教师信息管理模块 15
5.3.3教师评价管理模块 17
5.3.4密码修改模块 17
5.4学生信息模块 18
6 软件测试 19
6.1教务信息管理系统测试计划 19
6.1.1测试方案 19
6.1.2测试环境 19http://www.16sheji8.cn/
6.1.3测试项目及说明 19
6.2教务信息管理系统测试计划执行情况 20
6.2.1用户登录界面的测试结果 20
6.2.2 教师信息管理界面的测试结果 20
6.2.3添加学生信息界面的测试结果 21
6.2.4课程信息管理界面的测试结果 22
6.2.5其他界面的测试结果 22
6.2.6基本信息查询界面的测试结果 23
6.3教务信息管理系统测试结论 23
结    论 23http://www.16sheji8.cn/
参考文献 24
致    谢 25
声    明 26
 
1 引言
    随着信息技术的革命与发展,计算机已经成为我们学习和工作的得力助手,逐渐改变着信息的管理方式,提高了信息管理的安全性和效率,节省了大量的人力和财力。同时Internet的普及也促进着各个行业的发展,从邮寄信件到E-mail,从电话会议到网络会议,从传统物流到电子商务,从面对面授课到远程教学等等一系列的变化,人们无不感觉到Internet的强大。信息管理技术的迅猛发展正得力于Internet的普及和发展。http://www.16sheji8.cn/
    目前社会上信息管理系统发展飞快,各个企事业单位都引入了信息管理软件来管理自己日益增长的各种信息。鉴于目前学校教学规模的日益扩大,教务信息呈爆炸性增长的前提下,教务信息管理的自动化与准确化的要求日益强烈的背景下构思出来的,该项目开发的软件就是为学校教务信息管理系统软件,系统完全独立开发,力求使系统功能简洁明了,但功能齐全且易于操作。该项目设计完成后可用于一些教育单位(包括学校,学院等等)的教务信息的管理。http://www.16sheji8.cn/
2 需求分析
  2.1教务信息管理业务

    教务信息管理应包括学校管理条例,基本职能,技能信息,教学成果,培养方案,教学通知,校历等基本信息。还应包括院系设置查询,专业设计查询,教学计划询,课程设置查询,教师信息查询,学生成绩查询等功能。提供教师,学生,管理员三种用户的登录,根据身份的不同,操作权限就不同。

  全套毕业设计论文现成成品资料请咨询微信号:biyezuopin QQ:2922748026     返回首页 如转载请注明来源于www.biyezuopin.vip  

                 

打印本页 | 关闭窗口
本类最新文章
基于uni-app的计算机类面试 基于Spring Boot的学生 基于Spring Boot的心理
基于Spring Boot的助农 基于Spring Boot和Vu 基于Vue.js的超市商品管理导
| 关于我们 | 友情链接 | 毕业设计招聘 |

Email:biyeshejiba@163.com 微信号:biyezuopin QQ:2922748026  
本站毕业设计毕业论文资料均属原创者所有,仅供学习交流之用,请勿转载并做其他非法用途.如有侵犯您的版权有损您的利益,请联系我们会立即改正或删除有关内容!