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

📄 util.c

📁 The CUBA library provides new implementation of four general-purpose multidimensional integration al
💻 C
字号:
/*	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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -