论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 计算机论文
毕业论文标题:

学籍管理系统

 本文ID:LWGSW13850 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 学籍管理系统 (收费:1000 积分)  

论文字数:8639,页数:24

摘  要
  
学籍管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。
本系统主要完成对学生情况和学生成绩的管理,包括数据库中表的添加、修改、删除等。系统还可以完成对各类信息的浏览、查询、添加、删除、修改、报表等功能。
系统的核心是数据库中各个表联系,每一个表的修改都将联动的影响其它的表,当完成对数据的操作时系统会自动地完成数据库的修改。查询功能也是系统的核心之一,在系统中即有单条件查询和多条件查询,也有精确查询和模糊查询,系统不仅有静态的条件查询,也有动态生成的条件查询,其目的都是为了方便用户使用。系统有完整的用户添加、删除和密码修改功能,并具备报表打印功能。
经过分析,我们使用 MICROSOFT公司的 VISUAL BASIC开发工具,利用其提供的各种面向对象的开发工具,尤其是数据窗口这一能方便而简洁操纵数据库的智能化对象,首先在短时间内建立系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进,直到形成用户满意的可行系统。
关键字:管理信息系统、数据库、vb6.0、access2000。 ABSTRACT


Student status management system is development two aspects that typical information management system, IMS( MIS), its development includes primarily the background database creates with support and the front end applies the procedure.Creates to rise to the former request the consistency of data is strong with the integrity, the library that the safeness of data like.But request the latter very much to apply the procedure function complete, easy usage etc. characteristics.
This system completes primarily to student's circumstance with the management of student's score, include the database the inside the watch increase, modify, delete etc..The system can also complete to the browsing of various information, search, increase, delete, modify, report etc. function.
System of nucleus is other table in an influence for of relation, each a modification of watch moving in a table in database that modification that operation hour system, be to complete the logarithms according to will complete the database of oneself.Search the function is also one of the nucleus of the system, having namely in system the single condition search to search with many conditions, also having the accurate search to search with blur, system not only contain static condition search, also have the dynamic born condition search, its purpose is all for the sake of the convenient consumer to use.System contain complete consumer increase, delete to modify the function with the password, the union has the report prints the function.
Through analysis, we use the MICROSOFT company VISUAL BASIC development tool, making use of its every kind of the tool of development that provide that face to the object, particularly is intelligence that the window of data this on canning be convenient but manipulate the database in brief to turn the object, create in the in a short time first system application prototype, then, start to the beginning the prototype system proceeds to require with the iteration, revising continuously with improve, until forming the consumer is satisfied can row system.
Keywords: MIS, database, vb6.0, access2000.


目  录

前  言 1
第一章  概述 1
1.1课题来源 1
1.2 开发工具的选用 2
1.2.1 Visual Basic的使用 2
1.2.2 Microsoft Access的使用 3
1.3 系统的初步调查 3
1.4 系统的可行性研究 4
1.4.1技术上的可行性 4
1.4.2管理上的可行性 4
1.4.3安全上的可行性 4
1.5 系统分析 4
1.5.1系统的安全性 4
1.5.2系统的快捷性 5
1.5.3系统的准确性 5
1.5.4系统的严谨性 5
第二章  概要设计 5
2.1 系统设计思路 5
2.1.1界面设计 5
2.1.2用户登陆 5
2.1.3学籍信息内容查询和录入 6
2.1.4数据库分析 6
2.2 设计简述 6
2.2.1 vb设计的界面简述 6
2.2.2 Access2000设计数据库 7
2.2.3系统简图 7
2.3 设计需求 7
2.3.1 运行设计 7
2.3.2 出错处理设计 8
2.3.3安全保密设计 8
2.3.4维护设计 8
第三章  详细设计 9
3.1 数据库的实现 9
3.1.1课程表 9
3.1.2学生情况表 9
3.1.3学生与课程表 9
3.2 界面的实现 9
3.2.1登陆界面 9
3.2.3 主界面 10
3.2.4 基本信息录入 11
3.2.5 成绩录入 14
3.2.6 信息查询 16
3.2.7 报表输出 18
第四章  数据测试 18
第五章  总结 19
5.1 编程心得 19
5.2 感谢 19
参考文献 20


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:校园网交换机节点管理 下一篇:vb学生档案管理系统
Tags:学籍 管理系统 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供计算机论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号