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

📄 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 Divonne		last modified 9 Feb 05 th*/#include "decl.h"static count ndim_, ncomp_, selectedcomp_, nregions_;static number neval_, neval_opt_, neval_cut_;static int sign_, phase_;static Bounds border_;static Samples samples_[3];static Rule rule7_, rule9_, rule11_, rule13_;static real *xgiven_, *fgiven_, *xextra_, *fextra_;static count ldxgiven_;static number ngiven_, nextra_;static Totals *totals_;#ifdef DEBUG#include "debug.c"#endif

⌨️ 快捷键说明

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