搜索资源列表
segyswaphead
- 一个读写segy格式数据时,读取不同存储格式需要交换道头字节位置的程序。-1 segy format to read and write data, read the different storage formats need to be exchanged Road, the first byte location of the program.
read_segy1
- 此程序用fortran2003实现了对地震数据SEG-Y格式的读取。使用了fortran2003的一个新特性,流访问模式。 值得一提的是,在输出文件时,实现了自动化生成格式控制符。 程序存在的不足是,文件的字节大小得提前确定,不管用什么方式获取文件的大小都行,我用的方法是直接在windows下面通过查看sgy文件属性获得的。- This program read the Seismic SEG-Y data with Fortran 90 modified from C, se