1、 本科生毕业设计说明书(毕业论文) 题 目:水准网条件平差程序设计 I 水准网条件平差程序设计水准网条件平差程序设计 摘摘 要要 近年来,随着我国经济的快速发展,国家大力于投资各种铁路建设和公路建设,测 绘工程的运用也越来越突出。以水准网布设的高程控制网在各类工程中随处可见。 但 观测到的数据存在着各种各样的误差,这就需要我们通过简易平差或严密平差来对数据 进行处理,从而使数据能够达到工程的预期精度。 本文主要研究如何解决绘图软件行业标准的网络数据处理问题。从水准网的结构, 平差基本原理、调整模型,基本方程及其解,并对法方程组成,求解,平差值的计算及 其精度评定作了介绍。和 Visual st
2、udio6.0 编程软件的利用,利用 C 语言是程序设计的 相干事情。在今后的测量工作中,可结合实际平差方案进行平差计算。 关键词:关键词:平差模型;精度评定;程序设计 Leveling Network Adjustment Program Design II Abstract In recent years, with Chinas rapid economic development, the state vigorously investment in all kinds of railway construction and road construction, the use of
3、mapping project is also more and more prominent. In order to control the network level network in various engineering in everywhere. But the observed data exist various error, this needs us through simple adjustment or rigorous adjustment for data processing, so that data to achieve the desired prec
4、ision engineering. This paper mainly studies how to solve the problem of mapping software industry standard network data processing. From the structure adjustment of leveling network, the basic principle, adjustment model, basic equation and its solution, and the composition of the solution of equat
5、ions, adjustment calculation and precision evaluation, gross error elimination are introduced as well. And the use of Visual Studio6.0 programming software, using C programming language is related to program design. The measurement work in the future, can be combined with the actual adjustment adjus
6、tment calculation. Key words: adjustment model;the accuracy assessment;program design III 目录目录 摘 要 I Abstract II 第一章 绪 论 . 1 1.1 研究背景及意义 . 1 1.2 国内外研究现状 . 2 1.3 本文研究的具体内容 . 2 第二章 条件平差数学模型 . 3 2.1 条件平差模型 3 2.1.2 测角网条件方程 6 2.1.3 测边网条件方程 8 2.1.4 以坐标为观测值的条件方程 .11 2.2 精度评定 . 13 2.3 条件平差的计算步骤 . 17 第三章 水准网的设计 . 18 3.1 水准测量 . 18 3.1.1 水准网的基本概念 18 3.2 水准网的布设 . 19 3.2.1 国家水准网的布设 19 3.2.2 水准网的布设要求 20 第四章 C 语言介绍 21 4.1C 语言的基本概念. 21 4.2C 语言的介绍. 22 4.2.1C 语言的特点 22 第五章 程序设计 . 24 5.1 水准网条件平差和测角网条件平差实例 24 5.1