文档介绍:参考文献[1] 叶子,[J].计算机工程与科学,2009,1(07):61-64. [2] 基于MATLAB 实现的指纹图像预处理[J].2008,34(04):836-856. [3] /kaixin8/ [4] /aomenbaijiale/ [5] By-gnksguybb [6] [D].济南:山东大学,2007. [7] 滤波的指纹图像增强[J]. 微计算机信息,2009,25(15):305-306. [8] [D].重庆:西南政法大学,2008.
【摘要】
学生学籍管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。
经过分析,我使用 MICROSOFT公司的 VISUAL BASIC开发工具,利用其提供的各种面向对象的开发工具,尤其是数据窗口这一能方便而简洁操纵数据库的智能化对象,首先在短时间内建立系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进,直到形成用户满意的可行系统。
【关键字:】
控件窗体域
ABSTRACT
The system of managing student file is a typical application of managing information system (know as MIS),which mainly includes building up data-base of back-end and developing the application interface of front-end. The former required consistency and integrality and security of data. The later should make the application powerful and easily used.
By looking up lots of datum, I selected Visual Basic presented by Microsoft because of its objective tools in Win32. VB offered a series of ActiveX operating a database. It can give you a short cut to build up a prototype of system application. The prototype could be modified and developed till users are satisfied with it.
Keywords:
ActiveX Form Field
目录
1、前言……………………………………………………………………………6
2、系统概述………………………………………………………………7
开发背景………………………………………………………………………7
学籍管理系统概述……………………………………………………………7
开发环境及开发工具介绍……………………………………………………7
………………………………………………………………8
开发工具…………………………………………………………9
3、设计总体规划…………………………………………………………11
数据库设计…………………………………………………………………11
设计流程图…………………………………………………………………11
………………………………………………………………13
4、设计具体实现………………………………………………………14
准备工作……………………………………………………………………15
模块设计……………………………………………………………………17
用户界面的实现……………………………………………………………18
登陆界面(frmlogin)………………………………………………… 19
MDI主窗体(frmmain)………………………………………………20
用户管理窗体(frmmanage)…………………………………………18
修改密码窗体(frmchgPWD)………………………………………