- 博客(2)
- 收藏
- 关注
原创 (接上)将txt中的一组时间转换为简化儒略日的小工具
(接上)将txt中的一组时间转换为简化儒略日的小工具将txt中的一组时间转换为儒略日的小工具,输入年月日时分秒转换天文地理中常用的简化儒略日(MJD)(只适用于1901年至2099年)#include <iostream>#include <stdio.h>using namespace std;int main(){ freopen("D:\input.t...
2019-08-08 17:05:17
634
2
原创 儒略日小工具-输入年月日时分秒转换儒略日
儒略日小工具-输入年月日时分秒求儒略日输入年月日时分秒求天文地理中常用的儒略日(JD)及简化儒略日(MJD)(只适用于1901年至2099年)#include <iostream> using namespace std;int main(){ const int i=1; while(i==1) { int Y,M,D,y,m,H,min; float J,sec...
2019-08-08 14:39:36
5982
3
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人