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

📄 tune.h

📁 Altera recommends the following system configuration: * Pentium II 400 with 512-MB system memory (fa
💻 H
字号:
/* * sdbm - ndbm work-alike hashed database library * tuning and portability constructs [not nearly enough] * author: oz@nexus.yorku.ca */#define BYTESIZ		8/* * important tuning parms (hah) */#define SEEDUPS			/* always detect duplicates */#define BADMESS			/* generate a message for worst case:				   cannot make room after SPLTMAX splits *//* * misc */#ifdef DEBUG#define debug(x)	printf x#else#define debug(x)#endif

⌨️ 快捷键说明

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