⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 baciof.h

📁 计算线性趋势 回归系数 主要用于气象站点值的线性趋势计算
💻 H
字号:
!     Include file to define variables for Fortran to C interface(s)!     Robert Grumbine 16 March 1998      INTEGER,PARAMETER:: BACIO_OPENR=1      ! Open file for read only      INTEGER,PARAMETER:: BACIO_OPENW=2      ! Open file for write only      INTEGER,PARAMETER:: BACIO_OPENRW=4     ! Open file for read or write      INTEGER,PARAMETER:: BACIO_CLOSE=8      ! Close file      INTEGER,PARAMETER:: BACIO_READ=16      ! Read from the file      INTEGER,PARAMETER:: BACIO_WRITE=32     ! Write to the file      INTEGER,PARAMETER:: BACIO_NOSEEK=64    ! Start I/O from previous spot      INTEGER,PARAMETER:: BACIO_OPENWT=128   ! Open for write only with truncation      INTEGER,PARAMETER:: BACIO_OPENWA=256   ! Open for write only with append

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -