📄 decl.h
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -