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

📄 fldump.for

📁 This Source-Navigator, an IDE for C/C++/Fortran/Java/Tcl/PHP/Python and a host of other languages.
💻 FOR
字号:
      SUBROUTINE FLDUMP(NUN,N,STRING,NCOUNT)*-----------------------------------------------------------------------**--- writes lines onto output file**--- input*    NUN         output unit*    N           # of lines*    STRING      lines*--- input/output*    NCOUNT      counter to be increased by N**-----------------------------------------------------------------------      CHARACTER *(*) STRING(*)      DO 10 I=1,N         WRITE (NUN,'(A)') STRING(I)   10 CONTINUE      NCOUNT=NCOUNT+N      END

⌨️ 快捷键说明

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