⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form1.frm

📁 GPS坐标转换软件:直角坐标与大地坐标转换
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form1 
   Caption         =   "Form1"
   ClientHeight    =   6300
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   8100
   LinkTopic       =   "Form1"
   ScaleHeight     =   6300
   ScaleWidth      =   8100
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command1 
      Caption         =   "Command1"
      Height          =   735
      Left            =   1920
      TabIndex        =   0
      Top             =   3840
      Width           =   2415
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Dim e(3) As Double
Dim ee(3) As Double
Dim str As String
str = "f:\002.txt"
Open str For Output As #1

e(2) = 114 + 21# / 60# + 26.3 / 3600#   '281 55 43.0  45 57 31.7   202.0
e(1) = 30 + 31# / 60# + 54.1 / 3600#  '114 21 26.3  30 31 54.1    25.8
e(3) = 25.8
Print e(1), e(2), e(3)
Call wrhtouvw(e)
Print xx1, yy1, zz1
ee(1) = xx1
ee(2) = yy1
ee(3) = zz1
Call uvwtowrh2(ee)
Print , omuga, riga, hhh
Call uvwtowrh(ee)
Print , omuga, riga, hhh
Close (1)

End Sub

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -