討論串[問題] 想問一個簡單的例子 讀檔案
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓2(2推 0噓 9→)留言11則,0人參與, 最新作者chengyu2001 (踩到瘋狗尾巴= =)時間14年前 (2010/04/18 18:46), 編輯資訊
1
0
0
內容預覽:
想問一個簡單的例子. program test. real,dimension(11)::a. open(unit=10,file='number.txt',status='old'). read(10,*) a. write(*,*) a. end. number.txt裡面有 10個數字. 我想

推噓1(1推 0噓 1→)留言2則,0人參與, 最新作者crazy10167 (夏日的風味)時間14年前 (2010/04/19 00:56), 編輯資訊
0
0
0
內容預覽:
program test. real,dimension(11)::a. integer i. open(unit=10,file='number.txt',status='old'). do i=1,99. read(10,*,end=20) a(i) !end=20是代表讀完檔案跳到標籤20.
首頁
上一頁
1
下一頁
尾頁