ICode9

精准搜索请尝试: 精确搜索
  • 儒略日相关换算 Python实现2022-07-08 18:01:02

    数学公式 函数 import time def YMD_to_MJD(gmt_time): moudle0 = int((gmt_time.tm_mon-14)/12) module1 = int((1461/4)*(gmt_time.tm_year + 4800 + moudle0)) moudle2 = int((367/12)*(gmt_time.tm_mon - 2 - 12*moudle0)) moudle3 = int((3/4)*int((gmt_ti

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有