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

📄 samest.for

📁 This Source-Navigator, an IDE for C/C++/Fortran/Java/Tcl/PHP/Python and a host of other languages.
💻 FOR
字号:
      LOGICAL FUNCTION SAMEST(IST)*-----------------------------------------------------------------------**   Compares statement IST in SIMA with the new image SNEWST, returns*   .TRUE. if they are identical.**-----------------------------------------------------------------------      include 'param.h'      include 'alcaza.h'      include 'state.h'      include 'cursta.h'      SAMEST=.FALSE.      N=0      DO 10 I=NFLINE(IST),NLLINE(IST)         IF(NLTYPE(I).NE.0) N=N+1   10 CONTINUE      IF(N.NE.NEWOUT) GOTO 999      N=0      DO 20 I=NFLINE(IST),NLLINE(IST)         IF(NLTYPE(I).NE.0) THEN            N=N+1            IF(SNEWST(N)(:72).NE.SIMA(I)(:72)) GOTO 999         ENDIF   20 CONTINUE      SAMEST=.TRUE.  999 END

⌨️ 快捷键说明

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