单个数据按照seg-2中的字符串格式转换为字符串,结果存储于字符串数组content_data[i][j]。计算一行中每一个字符串的长度并累加,累加的结果再加2,得到该行字符串总长度,结果存储于int型数组stringlength_data[i]。其中i表示第i行,j表示第j个字符串。另外,对通道信息中的采集数据长度存储于int型数组datanum[i]...
//读取datalen unsignedlongdatalen; fread(&datalen,4,1,f); printf("datalen %lu\n",datalen); //读取numsamples unsignedlongnumsamples; fread(&numsamples,4,1,f); printf("numsamples %lu\n",numsamples); //读取datatype unsignedchardatatype; fread(&datatype,1,1,f); printf("datatype %d\...
Recommended standard for seismic (/radar) data files in the personal computer environment1 Subcommittee of the SEG Engineering and Groundwater Geophysics Committee, S. E Pullan, Chairman2 This paper is the result of the work of a subcommittee of SEG's Engineering and Groundwater Geophysics ...
vid e it.W ith an application example ,the author s studied the TSP data fi les by UltraEd it software ,and got to know their co nstr uctio n. Furth ermore ,the authors introduced S EG -2 fo rm at simply ,and wrote corresponding routines for reading the SEG -2 data and TS P...
datainthesmallcomputerenvironment.Itis recommendedthatthisformatbeknownas theSEG-2format. INTRODUCTION Theapplicationofseismicreflectionand ground-penetratingradarmethodsto engineering,groundwater,and environmentalproblemshasincreased dramaticallyoverthelast10years,spurred ...
如图6所示,SEG2数据文件由一个文件描述块(file descriptor block)、一个或多个道描述块(trace descriptor block)及相应的数据块(data block)组成。文件的开头部分是文件描述块,接着为第1道描述块(trace descriptor block 1),紧接着的是相应的第1道的数据块(data block 1),再后面的即为其余各道的描述块及其相...
Data Sheet BQ25620/BQ25622 I2C Controlled 1-Cell, 3.5A, Maximum 18V Input, Buck Battery Charger with NVDC Power Path Management and OTG Output1 FeaturesHigh-efficiency, 1.5MHz, synchronous switching mode buck charger for single cell battery >90% efficiency down to 25mA output current from 5V...
2. File descriptor block recommended in this paper is a file format for raw or processed shallow seismic or digital radar data in the small computer environment. It is not expected that data will necessarily be stored or recorded by 2 of 20 recording instruments in this format. However, ...
seg2_edit: A Program for Editing and Manipulating SEG-2 FilesEllefsen, KarlCenter for Integrated Data Analytics Wisconsin Science Center
试写出完整的数据段DATA_SEG,把整数5赋予一个字节,并把整数-1,0,2,5,4放在10字数组DATA_LIST的前5个单元中。然后,写出完整的代码段,其功能是把DATA_LIST中前5个数中的最大值和最小值分别存入MAX和MIN单元中。 ___ DATA_SEG SEGMENT DB1 DB 5 DATA_LIST DW -1, 0, 2, 5, 4, 5DUP(?) COUNT...