1、 本科生毕业设计 设计题目:开采沉陷开采沉陷实测数据处理系统实测数据处理系统 专 题: 2012 年 6 月 II xx 毕业设计任务书 任 务 下 达 日 期 :任 务 下 达 日 期 : 2012 年年 2 月月 20 日日 毕业设计日期:毕业设计日期:2012 年年 3 月月 28 日至日至 2012 年年 6 月月 15 日日 毕业设计题目:开采沉陷毕业设计题目:开采沉陷实测数据处理系统实测数据处理系统 毕业设计专题题目:毕业设计专题题目: 毕业设计主要内容和要求:毕业设计主要内容和要求: 根据开采沉陷的基本知识, 结合矿山实际需求, 以Visual C+为开发平台, 以SQL Ser
2、ver 2000 为后台数据库平台,综合运用 MFC ADO 访问技术,采用 C+编程语言,开发一套界 面设计良好、操作过程便捷、功能相对完善的开采沉陷实测数据处理系统,内容包括:实 测数据输入模块、计算模块以及绘图。系统要求智能化地完成开采沉陷数据的数据管理、 数据查询、数据计算和根据计算结果绘制所需曲线图形等基本操作。 院长签字:指导教师签字: III 摘要 本论文主要是基于 Visual C+6.0MFC 和 SQL2000 的开采沉陷实测数据处理系统的 设计与实现,并利用实例进行测试和软件的系统分析,本文有作者独立完成,并进行 了该论文的撰写。 论文主要阐述里软件设计的理论模型, 及在
3、软件设计过程中的关键问题。 运用 MFC 和 SQL 进行数据的输入、计算和查询工作,并进行曲线的可视化输出。本论文在下列 方面具有理论和实践意义:利用 C+底层编程语言实现绘图操作,提供了软件的共享 和进一步的开发;曲线拟合精度较高,适合进行根据实测资料进行相关规律的研究。 关键词:关键词:开采沉陷;数据处理;MFC:SQL2000;绘图;规律研究 IV ABSTRACT This thesis mainly is based on Visual C+ 6.0 MFC and SQL2000 mining subsidence of the measured data processing
4、system design and implementation, and use an example of the software and test system analysis, this paper has the author independently, and the writing of the paper. The paper mainly expounds the design of software theory model, and in the key problems in the process of software design. Using MFC an
5、d SQL data input, calculation and inquires the work, and the visualization of curve output. This paper in the following aspects has theoretical and practical significance: by using c + + computer programming language realization bottom graphics operation, provide the sharing of software and the furt
6、her development; The curve fitting accuracy is higher, according to the measured data for related law research. Keywords:Mining subsidence; Data processing; MFC: SQL2000; Drawing; Law research V 目 录 摘要. III 1.1 开采沉陷学的概念和研究内容 1 1.1.1 开采沉陷学的概念 . 1 1.1.2 开采沉陷学研究的内容 1 1.1.3 开采沉陷学研究的意义 1 1.2 国内外研究现状 . 2 1.2.1 开采沉陷的发展历程及现状 2 1.2.2 开采沉陷软件的发展现状 . 2 1.3 目前开采沉陷数据管理系统存在的问题 3 1.4 本章小结 3 第二章 系统分析与设计 4 2.1 系统开发环境. 4 2.2 系统设计 5 2.2.1 系统功能描述 5 2.2.2 功能模块划分 5 2.2.3 系统流程图 . 5 2.3 数据库设计 6 2.4 用户界面设计. 8 2.