测绘基础
2022-10-30 13:04:11 499KB 测绘
测绘基础
2022-10-30 13:04:10 2.51MB 测绘
用于二等水准教程,了解二等水准技术规章,当我们继进行高精度水准测量时需要了解的方法与规范
2022-07-07 16:35:52 153KB 二等水准
1
2006国家一、二等水准测量规范 目前最新规范。
2022-07-01 16:27:37 3.55MB 2006国家一、二等水准测量规范
1
土木工程水准测量高程要点图文解读.
2022-06-09 20:00:10 2.32MB 文档资料
Dim imarks% Private Sub form_load() imark = 1 End Sub Private Sub cmdcancel_Click() Dim i% For i = 1 To imark dis(i) = 0: deth(i) = 0 Next i frmmain.txtshow.Text = "水准计算结果" Unload Me End Sub Private Sub cmdok_Click() dist = Val(txtdist.Text): dh = Val(txtdeth.Text) Call adddata(imark, dist, dh) Public Sub adddata(imark As Integer, dist As Single, dh As Single) dis(imark) = dist: deth(imark) = dh frmmain.txtshow.Text = frmmain.txtshow.Text & "第" & Str(imark) & "站:" & vbCrLf frmmain.txtshow.Text = frmmain.txtshow.Text & " & 距离:" & dis(imark) & " 高差中数:" & deth(imark) & vbCrLf If imark >= nmarks Then frminput.Hide Else txtdist.Text = "": txtdeth.Text "": txtdist.setfoucs End If frminput.Caption = "观测数据输入:第" & Trim(Str(imark)) & "站" imark = imark + 1 frminput.Caption = "观测数据输入:第" & Trim(Str(imark)) & "站" End Sub Private Sub cmdcheckcalc_Click() Dim totaldeth!, closedeth!, tdist#, i% End Sub Private Sub optannex_Click() txtendpoint.Enabled = optannex.Value End Sub Private Sub optclose_Click() txtendpoint.Enabled = Not optclose.Value End Sub Private Sub optspur_Click() txtendpoint.Enabled = Not optspur.Value End Sub Dim startpoint!, ENDPOINT! Private Sub txtendpoint_LostFocus() If Not IsNumeric(txtendpoint.Text) Then MsgBox "输入的高程含有非数字字符!" txtendpoint.Text = "": txtendpoint.SetFocus Exit Sub End If If Val(txtendpoint.Text) > 5000 Or Val(txtendpoint.Text) < -100 Then MsgBox "输入的高程有误!" txtendtpoint.Text = "": txtendtpoint.SetFocus Exit Sub End If ENDPOINT = Val(txtendtpoint.Text) End Sub
2022-04-20 20:01:28 4KB vb代码
1
利用VB编写的Dini测量数据处理软件,可以实现将原始数据导出Excel观测记录表,支持各种线路测量和中间点测量。
2022-04-20 19:21:33 543KB Dini  天宝 水准 记录
1
附合水准测量成果表.pdf
2022-02-23 18:00:31 765KB 互联网
参考资料-1、水准测量(复核)记录.zip
2022-02-06 09:02:23 95KB 资料
GB-T12898-2009国家三四等水准测量规范
2022-01-10 20:15:06 5.8MB 三四等水准
1