计算机毕业设计分类 VB类设计 | VF类设计 | ASP类设计 | delphi类设计 | VC类设计 | JSP类设计 | NET类设计 | 其他类设计
您当前的位置:E网飞阳 -> VC类设计 -> 设计内容
热门设计
· 学生成绩管理系统(A..
· 学生学籍管理系统
· 小型超市管理系统
· 图书馆管理系统(VB+..
· 图书管理系统
· 仓库管理系统
· 图书管理系统
· 毕业设计管理系统
· 超市销售管理系统
· 图书管理系统
相关设计
· 中学校园网站
· 基于E-school虚拟学..
· 中国大学校园交流网..
· 学校考务管理系统(S..
· 学校网站系统
相关搜索
在百度中搜索:
学校收费管理系统

在搜狗中搜索:
学校收费管理系统

在Google中搜索:
学校收费管理系统

在雅虎中搜索:
学校收费管理系统

在SOSO中搜索:
学校收费管理系统

在中搜中搜索:
学校收费管理系统
学校收费管理系统
作者:admin  来源:本站   点击这里给我发消息   QQ:87830  

减小字体 增大字体

本设计编号VC105,由VC+SQL2000开发
包括:程序代码,毕业论文,开题报告,外文翻译 (论文19300字)

 

摘  要
     在每一年的每一所学校中,学生的收费信息管理始终是学校的一项重点工作,如果采用传统的手工方式进行收费,不但劳动强度大,收费速度慢,而且往往容易发生数据丢失,统计出错的后果。因此,一个完善的学生收费系统无论是对交费的学生还是对学校收费的工作人员都是必不可少的。学校收费管理系统是解决大多数学校对学生收费管理所存在的种种问题的信息管理软件,该软件能够及时准确的反映出学生交费欠费的信息情况,这对提高学校的工作效率是具有重大意义的。
     学校收费管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立、维护以及前端应用程序的开发两个方面。对于前者要求建立一个完整性强、安全性好的数据库,而对于后者则应具有系统功能完备、运行速度快、容易上手使用等特点。经过分析,本系统的开发将以Microsoft公司的 Visual C++6.0作为前台开发工具,以Microsoft SQL Server作为系统的后台数据库操作,利用其提供的各种面向对象的工具,尤其是数据窗口这一能方便操纵数据库的智能化对象,首先在短时间内建立系统应用原型,然后对该原型进行层层的需求迭代,不断修正和改进,直到形成用户满意的可行系统。
关键字:信息管理系统,SQL Server数据库,Visual C++

ABSTRACT
     Each year in each school, students charging school information management has always been a priority, if we adopt the traditional manual way of charges, not only labor-intensive, slow charge, and often prone to data loss, the consequences of statistical errors. Therefore, a sound system of student fees is paid, whether students or staff of the school fees is essential. School fee management system to resolve the majority of school fees for students to manage the various problems existing in the information management software, which can reflect the timely and accurate information on students to pay arrears, which work to improve the efficiency of schools of great significance.
     School fee management system is a typical management information system (MIS), including the development of the background database, front-end application maintenance and development of two aspects. The former calls for the establishment of a strong integrity, security, database, and the latter should have the system fully functional, fast and easy to use and so on. After analysis, the development of the system will be Microsoft's Visual C + +6.0 as the future development of tools to Microsoft SQL Server database as a background system operations, provided use of its object-oriented tools, in particular, the data window that I can make it easier for the intelligent manipulation of the database object, the first in a short period of time to establish a prototype system, and then the layers of the demand for prototype iteration, constantly amended and improved, until the formation of a viable system of customer satisfaction.
Keywords:Information Management System,SQL Server database, Visual C++

目  录
第一章 绪论 6
1.1 开发的目的及意义 6
1.2 背景以及现状 6
1.3系统设计思想 7
1.4 本章小结 7
第二章 系统需求分析及其设计 8
2.1 数据的需求 8
2.2 功能需求 8
2.3 系统功能结构设计 8
2.4 系统流程分析 9
2.5 本章小结 10
第三章  开发技术 11
3.1开发工具的选择 11
3.2 ADO数据访问技术 11
3.3 ADO数据模型 12
3.4 ADO数据访问控件 13
3.5 ADO访问数据库使用步骤 15
3.6 本章小结 16
第四章 数据库设计 17
4.1 数据库结构设计 17
4.2 数据库表的操作实现 19
4.2.1 CDepInfo类 20
4.2.2 CSpeciality类 22
4.2.3 CStudent类 23
4.2.4 CChargeItem类 23
4.2.5 CStuCharge类 24
4.2.6 CUserInfo类 24
4.3 本章小结 24
第五章 详细模块设计及实现 25
5.1 登录模块 25
5.2 基本信息管理模块 27
5.2.1 设计院系信息编辑对话框 27
5.2.2设计院系信息管理对话框 29
5.2.3 设计院系信息选择对话框 31
5.2.4 设计专业信息编辑对话框 32
5.2.5 设计专业信息管理对话框 33
5.2.6 设计学生信息编辑对话框 34
5.2.7设计学生信息管理对话框 35
5.2.8 设计学生信息选择对话框 36
5.3 学生收费管理模块 37
5.3.1 设计收费项目编辑对话框 37
5.3.2 设计收费项目管理对话框 37
5.3.3 设计学生收费编辑对话框 38
5.3.4 设计学生收费管理对话框 41
5.4 查询统计模块 42
5.4.1 设计按日详细查询表对话框 42
5.4.2 设计按月收费统计表对话框 44
5.5 用户管理模块 45
5.5.1 设计用户编辑对话框 45
5.5.2 设计用户管理对话框 46
5.5.3设计修改密码对话框 46
5.6 本章小结 48
总  结 49
参考文献 50
致  谢 51

   需要购买本设计,请与客服联系购买; 若需要更详细的内容,请与客服联系索取参考文档 QQ: 87830 点击这里给我发消息
[] [返回上一页] [打 印]
上一篇设计:学生成绩管理系统
下一篇设计:医药连锁店管理系统
∷相关设计评论∷    (评论内容只代表网友观点,与本站立场无关!) [更多评论…]
 
桂ICP备07010180号
Copyright © 2005-2026 JZSA.COM. All Rights Reserved .