您现在的位置:网站首页答辩论文计算机毕业设计VB毕业设计

VB学生成绩管理系统

  • 简介:(毕业设计 页数:48 字数:11827 图纸 程序)VB学生成绩管理系统 摘 要:学生成绩是一个教育单位不可缺少的部分,它的内容对于学校的决策者和管理者来说都至关重要,所以学生成绩系统应该能够为用户提供充足的信息和快捷的查询手段。但一直以来人们使用传...
    • 请与管理员联系购买资料 QQ:5739126
  • 论文简介
  • 相关论文
  • 论文下载

(毕业设计 页数:48 字数:11827  图纸 程序)VB学生成绩管理系统

摘 要:学生成绩是一个教育单位不可缺少的部分,它的内容对于学校的决策者和管理者来说都至关重要,所以学生成绩系统应该能够为用户提供充足的信息和快捷的查询手段。但一直以来人们使用传统人工的方式管理学生成绩,这种管理方式存在着许多缺点,如:效率低、保密性差,另外时间一长,将产生大量的文件和数据,这对于查找、更新和维护都带来了不少的困难。
随着科学技术的不断提高,计算机科学日渐成熟,其强大的功能已为人们深刻认识,它已进入人类社会的各个领域并发挥着越来越重要的作用。作为计算机应用的一部分,使用计算机对学生信息进行管理,具有手工管理所无法比拟的优点.例如:检索迅速、查找方便、可靠性高、存储量大、保密性好、寿命长、成本低等。这些优点能够极大地提高学生成绩管理的效率,也是学校的科学化、正规化管理,与世界接轨的重要条件。
本文论述了VB6.0可视化开发软件工具下分析、设计、开发大中专院校的学生成绩管理系统的过程。通过对计算机硬件和软件解决方案的论证,对应用领域进行调查分析,参考各种资料和进行数据库编程实践,在指导老师的帮助下,已经基本上成功地实现了设计要求,实现了利用计算机对学生成绩管理,主要包括对学生各种信息的添加、修改、删除和查询,以及对学生成绩信息的打印等功能。该系统基本上满足了学校在学生成绩管理方面的需求,用户界面友好。此系统更加贴近信息电子化处理,从而降低了人工劳动并增加了信息的准确性。


关键字:学生成绩管理系统,功能,特点,数据词典。

Abstract :Student achievement is a essential part educating an unit , its content all all-important , ought to can therefore student achievement is systematic as for school decision-maker and director for the consumer provides sufficient information and rapid inquiry means. But always in the past people is using artificial way of tradition to manage student achievement , this there is existing a lot of shortcoming in supervisor mode, such as: Inefficient , keep secret nature is bad , time is besides once long, will produce large amount of document and data, with regard to, this seeks , renews and defends the difficulty having brought about quite a few.

Rise , computer science are gradually mature with the science and technology ceaselessness, whose function big and powerful already, already have entered each human society fields, conduct oneself deep cognition , it and are bringing the more and more important effect into play. The part being computer applications, uses a computer to carry out administration on student information , has unable parallel handwork administration merit. For instance: The retrieval is prompt , seek reliability is high , store reserves conveniently, to keep secret greatly, nature is good , life-span is long , cost waits low. And these merit is able to improve the efficiency that student achievement manages tremendously , is also the school scientification , regularization administration, the world receives important track condition.
The achievement analysing , designing , developing student of important technical secondary school universities and colleges under the VB6.0 Visualization exploitation software implement the main body of a book has been discussed manages systematic process. By the demonstration resolving a scheme's to the computer hardware and the software, the investigation being in progress to application field analyses , the programming consulting the various data and carrying out a data base puts into practice, have realized design demand already mainly successfully , have come true making use of computer to student achievement administration under the help guiding a teacher,include the functions such as adding , revising , deleting and inquiring about, as well as to student achievement the information printing to various information of student mainly.Being system's turn to have satisfied school need managing aspect in student achievement , the consumer interface mainly is amicable. This system further presses close to information electronization treatment , the accuracy thereby, having reduced manpower physical labour and having increased information's.

Key words: Student achievement manages system, function , characteristic , data dictionary.

目 录
第一章 引 言 ………………………………………………………………………5
1.1项目开发的背景 ……………………………………………………………5
1.2项目开发的目标 ……………………………………………………………5
1.3项目开发的意义……………………………………………………………6
第二章 可行性研究报告与需求分析………………………………………………6
2.1可行性研究……………………………………………………………………6
2.2需求分析…………………………………………………………………………6
2.2.1 概述……………………………………………………………………………6
2.2.2 系统需求………………………………………………………………………7
2.2.3 数据词典………………………………………………………………………7
2.2.4 数据流程图…………………………………………………………………8
第三章 系统总体设计………………………………………………………………9
3.1 系统结构设计…………………………………………………………………9
3.2 数据库结构设计……………………………………………………………12
第四章 系统详细设计……… …………………………………………………15
4.1系统开发工具及运行环境…………………………………………………15
4.2系统各功能模块的设计及实现……………………………………………15
4.2.1系统管理模块设计 ………………………………………………………16
4.2.2信息录入模块设计…………………………………………………………17
4.2.3信息查询模块设计…………………………………………………………21
4.2.4信息打印模块设计…………………………………………………………23
第五章 系统测试与维护……………………………………………………………25
5.1 系统测试……………………………………………………………………25
5.1.1软件测试的目的………………………………………………………25
5.1.2系统的测试环境…………………………………………………………25
5.1.3测试方案设计……………………………………………………………25
5.1.4测试结果的评价…………………………………………………………27
5.2 系统维护…………………………………………………………………27
总结………………………………………………………………………………28
致谢…………………………………………………………………………………29
参考文献 ……………………………………………………………………………30
附录 (程序代码)……………………………………………………………………31


第一章 引 言
1.1 项目开发的背境
几年前,各个学校的学生成绩管理基本上都是靠手工进行,随着各个学校的规模增大,学生人数逐年增加。有关学生成绩管理工作所涉及的数据量越来越大,有的学校不得不靠增加人力、物力来进行学生成绩管理。但人工管理具有效率底、易出错、检索信息慢、对学校的管理提供决策信息较为困难等缺点。学校不能完全掌握每一个学生的学习情况,这样对学校的教学工作是不利的,使学校的教学质量一直停滞。我校尽管部分系已开出学生成绩管理系统,但开发的系统不具有通用性,所以我想借本次毕业设计之际,开发一个不仅适用本校各系而且适用于其它各校的通用高校学生成绩管理系统,使学校能够充分掌握学生的学习情况,便于学校教学工作的进行和改革。
我选择母校来设计这个系统主要有两个原因:一是:我熟悉学校的学生成绩管理工作,可以向老师以及学校领导征求意见和有关方面的讨论,进行需求分析时比较方便;二是:在我校学习的几年里,我受到了很多老师的关怀,若开发的系统能投入使用并发挥作用,使有关人员从繁重的工作中解脱出来,也算是对母校的一点回报。

\

查看评论 已有0位网友发表了看法
  • 验证码: