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

📄 usigno.h

📁 This Source-Navigator, an IDE for C/C++/Fortran/Java/Tcl/PHP/Python and a host of other languages.
💻 H
字号:
      PARAMETER (MXIGNV=50,MXIGNS=50,MUUNIT=15)      COMMON /USIGNO/ GALEPH,ADAMO,USAGE,UNFLP,atlas,     &                NIGNOR,NIGNOS,     &                CIGNOR(MXIGNV),LIGNOR(MXIGNS),     &                CIGNOS(MXIGNS),LIGNOS(MXIGNS)      CHARACTER*(MXNMCH) CIGNOR,CIGNOS      LOGICAL GALEPH,ADAMO,USAGE,UNFLP,atlas*-----------------------------------------------------------------------*   MXIGNV  = Maximum number of variable names to ignore*   MUUNIT  = LUN of USER list of variable names to ignore*   NIGNOR  = Number of variable names found*   NIGNOS  = Number of subroutine names found*   CIGNOR  = Array of ignorable variable names*   CIGNOS  = Array of ignorable subroutine names*   LIGNOR  = Length of variable name*   LIGNOS  = Length of subroutine name*   GALEPH  = set .TRUE. if special GALEPH processing*   ADAMO   = set .TRUE. if special ADAMO processing*   USAGE   = set .TRUE. if check of COMMON variable usage*   UNFLP   = set .TRUE. if NO coding convention checks !*   ATLAS   = set .TRUE. if special ATLAS processing*-----------------------------------------------------------------------

⌨️ 快捷键说明

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