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

📄 ushtml.h

📁 This Source-Navigator, an IDE for C/C++/Fortran/Java/Tcl/PHP/Python and a host of other languages.
💻 H
字号:
      PARAMETER (MXANCH=20000)      COMMON /USHTML/ html,anchor_list,nanchr      COMMON /USHTMC/ canchr(MXANCH),cancht(MXANCH)      LOGICAL html      integer anchor_list      character*(mxnmch) canchr      character*(80) cancht*-----------------------------------------------------------------------*   HTML        = set .TRUE. if generation of HTML required*   ANCHOR_LIST = 0  Do not generate or use Anchor dictionary*                 1  Generate dictionary on MDUNIT*                 2  Use dictionary on MDUNIT*   MXANCH      = maximum number of anchor points allowed*   NANCHR      = number of anchor points in dictionary*   CANCHR      = Fortran variables for which there are anchors*   CANCHT      = equivalent anchor name for each Fortran variable*-----------------------------------------------------------------------

⌨️ 快捷键说明

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