decl.h
来自「The CUBA library provides new implementa」· C头文件 代码 · 共 35 行
H
35 行
/* decl.h Type declarations this file is part of Vegas last modified 2 Feb 05 th*/#include "stddecl.h"#define MAXGRIDS 10#define MAXSTATESIZE 128#define NBINS 128typedef unsigned char bin_t;/* Note: bin_t must be wide enough to hold the numbers 0..NBINS */typedef const bin_t cbin_t;typedef real Grid[NBINS];typedef struct { real sum, sqsum; real weightsum, avgsum; real chisum, chisqsum, guess; real avg, err, chisq;} Cumulants;typedef const Cumulants cCumulants;typedef void (*Integrand)(ccount *, creal *, ccount *, real *);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?