example1.py
来自「1 gps基本算法」· Python 代码 · 共 21 行
PY
21 行
#!/usr/bin/pythonimport syssys.path.append("..")from gpstkPython import *try: time = DayTime() print 'Hello world!' print 'The current GPS week is', time.GPSfullweek() print 'The day of the GPS week is', time.GPSday() print 'The seconds of the GPS week is', time.GPSsecond()except Exception: print 'Error'
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?