|
沙发
楼主 |
发表于 2021-6-16 15:30:45
|
只看该作者
program main
!use IFWin
!
!aa=call CreateFile("cc.dat",0,0,0,0,0,0)
integer:: aa
integer(kind=1):: a(3600)
integer(kind=1):: b(240)
!character(len=5):: aa
real:: m(16)
!aa="11"//"bb"
open(100,file="BCO3_3D.sgy",form="unformatted",access="stream",convert="ibm")
read(100)a
!do i=1,1000,1
!read(100)b
!read(100,IOSTAT = aa)m
!end do
read(100)b
read(100)m
end program main |
|