⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bhdr.h

📁 seismic software,very useful
💻 H
字号:
/* * bhdr.h - include file for bhed offset array */#ifndef BHDR_H#define BHDR_Hstatic struct {	char *key;	char *type;	int offs;} bhdr[] = {	   "jobid",		"l",		0,	    "lino",		"l",		4,	    "reno",		"l",		8,	   "ntrpr",		"h",		12,	    "nart",		"h",		14,	     "hdt",		"h",		16,	     "dto",		"h",		18,	     "hns",		"h",		20,	     "nso",		"h",		22,	  "format",		"h",		24,	    "fold",		"h",		26,	   "tsort",		"h",		28,	  "vscode",		"h",		30,	    "hsfs",		"h",		32,	    "hsfe",		"h",		34,	   "hslen",		"h",		36,	   "hstyp",		"h",		38,	    "schn",		"h",		40,	   "hstas",		"h",		42,	   "hstae",		"h",		44,	  "htatyp",		"h",		46,	   "hcorr",		"h",		48,	   "bgrcv",		"h",		50,	    "rcvm",		"h",		52,	   "mfeet",		"h",		54,	   "polyt",		"h",		56,	    "vpol",		"h",		58,};#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -