Fortran Coder

标题: K法数据聚类 [打印本页]

作者: PotsyYZhou    时间: 2022-3-17 10:29
标题: K法数据聚类
K法数据聚类
      open ( unit = 1, file = 'points_100.txt', status = 'old' )
17 March     2022   2:14:41.796 AM      

ASA058_PRB
  FORTRAN77 version
  Test the ASA058 library.

TEST01
  Test the CLUSTR algorithm.
  Applied Statistics Algorithm 58

  Reading the data.
****************************
Compilation failed due to following error(s).
****************************
At line 71 of file main.f95 (unit = 1)
Fortran runtime error: Cannot open file 'points_100.txt': No such file or directory
Error termination. Backtrace:
#0  0x7fa7736a1d5a
#1  0x7fa7736a2869
#2  0x7fa7736a354f
#3  0x7fa7738e29d6
#4  0x7fa7738e2ccc
#5  0x5647bfe81a60
#6  0x5647bfe834d8
#7  0x5647bfe8371f
#8  0x7fa7734b60b2
#9  0x5647bfe8115d
#10  0xffffffffffffffff


如何处理?

作者: fcode    时间: 2022-3-18 08:13
关键句
Fortran runtime error: Cannot open file 'points_100.txt': No such file or directory




欢迎光临 Fortran Coder (http://bbs.fcode.cn/) Powered by Discuz! X3.2