util.c
来自「The CUBA library provides new implementa」· C语言 代码 · 共 25 行
C
25 行
/* util.c Utility functions this file is part of Suave last modified 9 Feb 05 th*/#include "decl.h"static count ndim_, ncomp_, nregions_;static number neval_;#define RegionAlloc(p, n, nnew) \ MemAlloc(p, sizeof(Region) + \ (n)*(ndim_ + ncomp_ + 1)*sizeof(real) + \ (nnew)*ndim_*sizeof(bin_t))#ifdef DEBUG#include "debug.c"#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?