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

📄 parse.h

📁 Dieharder是一个是一个测试一序列伪随机数的随机性能的测试套件
💻 H
字号:
/* *======================================================================== * See copyright in copyright.h and the accompanying file COPYING *======================================================================== * Utility routines to support basic needs of the program like managing * models, creating and deleting directories with contents.  Probable * cruft or yet-unused routines belong at the bottom... *======================================================================== *//* * This is a somewhat sloppy way to do this, I suppose, but it will work */#define PBUF 128#define PK   1024 /*  * Shared space  */ char splitbuf[PK][PBUF]; /*  * parse.c prototypes  */ int split(char *inbuffer); int parse(char *inbuffer,char **outfields,int maxfields,int maxfieldlength); void chop(char *buf);

⌨️ 快捷键说明

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