IF (iostat /= 0) THEN !文件打开时出现错误 PRINT *, 'Error opening file' ELSE !文件成功打开,进行读取操作 READ(file_unit, *) your_variable CLOSE(file_unit) END IF END IF ``` 根据你的具体情况,上述方法中的一种或多种可能会帮助你解决"end-of-file during read"错误。©...
fortran中forrtl:severe(24):end-of-fileduringread,unit7,fileD:\for\1\b-mu.txtimage请教这是什么问题 答案 读数据时读到文件末尾了。 说明你要读的数据多于文件中存储的数据,改一下程序中读取数据的个数。 结果二 题目 fortran中forrtl:severe(24):end-of-file during read,unit 7,file D:\for\1\b...
一、出错的read那句改成:read(1,"(9i2)")((A(i,j),i=1,9),j=1,9)二、数据文件改格式修改一下:删除空行,行首添加一个空格。不过,你的程序并不能输出有效答案。我看到的输出与输入数据是一样的。
fortran中forrtl:severe(24):end-of-fileduringread,unit7,fileD:\for\1\b-mu.txtimage请教这是什么问题 扫码下载作业帮搜索答疑一搜即得 答案解析 查看更多优质解析 解答一 举报 读数据时读到文件末尾了。 说明你要读的数据多于文件中存储的数据,改一下程序中读取数据的个数。 解析看不懂?免费查看同类题视频...
读数据时读到文件末尾了。说明你要读的数据多于文件中存储的数据,改一下程序中读取数据的个数。
I got this: forrtl: severe (24): end-of-file during read, unit 18, file /home/milenko/fast/ray/weight.cell Image PC Routine Line Source nray 080BDA03
Subject: Re: [mpich2-maint] #875: forrtl: severe (24): end-of-file during read, unit 5, file stdin #875: forrtl: severe (24): end-of-file during read, unit 5, file stdin ---+--- Reporter: Jamie T Tran <Jamie_T_Tran@…> | Owner: Type: defect | Status: new Priority: ma...
引用回帖:2楼:Originally posted byqingboyuhenat 2015-02-09 23:40:10 先谢谢啦 分子文件有问题 ...
3,825 Views The bit I don't understand is why you get "forrtl: severe (24): end-of-file during read " as the read has IOSTAT? Does SUBROUTINE READSEC get built as a DLL? There may be some runtime system problems from different versions. Translate 0 Kudos Copy ...
lower the install requirements (#3985) Feb 17, 2025 View all files Repository files navigation README Code of conduct Apache-2.0 license (简体中文|English) PaddleSpeechis an open-source toolkit onPaddlePaddleplatform for a variety of critical tasks in speech and audio, with the state-of-art ...