?? jdtoxs.bas
字號:
Attribute VB_Name = "Module1"
Public Function Jdtoxs(jd As Single) As Single
Jdtoxs = Int(jd) + ((jd * 100 - Int(jd * 100)) / 60 + (jd - Int(jd) - (jd * 100 - Int(jd * 100)) / 100)) / 0.6
End Function
Public Function Xstojd(xs As Single) As Single
Xstojd = Int(xs) + Int((xs - Int(xs)) * 60) / 100 + (((xs - Int(xs)) * 60) - Int((xs - Int(xs)) * 60)) * 60 / 10000
End Function
Public Function fwj(CZX As Single, CZY As Single, DXS As Single, DXY As Single) As Single
End Function
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -