vmerge.h

来自「seismic software,very useful」· C头文件 代码 · 共 54 行

H
54
字号
static float cent(    float *x   ,int n   ,float p);static void  findsize(    FILE *fp   ,char *type   ,long *size   ,int *n);static void  findclip(    FILE *fp   ,char *type   ,long size   ,float *low   ,float *high   ,float perc   ,float nan);static int   readvec(    FILE *fp   ,char *type   ,float *x   ,int n);static int   findbin(    float *bin   ,int nbin   ,float low   ,float high);static int   findbin2(    float *bin   ,int nbin   ,float low   ,float high   ,float interval);static int   findbin3(    float *bin   ,int nbin   ,float low   ,float high   ,float vrange);

⌨️ 快捷键说明

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