csjulian.h
来自「CSLIB, a C++ database library.」· C头文件 代码 · 共 19 行
H
19 行
/***********************************************************************
CSA Library, Free Evaluation Version 2.2.0
Release: June 9th 1997
Julian date routines.
Copyright(c) 1994-1997
ComBits
The Netherlands
***********************************************************************/
#ifndef __CSJULIAN_H
#define __CSJULIAN_H
long cal_julian(int month,int day,int year);
void julian_cal(long julian,int &month,int &day,int &year);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?