会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
LanceHansen
首页
新随笔
联系
管理
2022年7月8日
儒略日相关换算以及Python实现
摘要: 数学公式 函数 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)) moudl
阅读全文
posted @ 2022-07-08 17:54 LanceHansen
阅读(519)
评论(0)
推荐(0)
公告