搜索资源列表
UNIXCcode
- 用C语言编写的Unix代码实例 供大家参考 -#include <sys/sem.h> #include <sys/types.h> #include <sys/ipc.h> #include <stdio.h> #include <sys/stat.h> #define VERIFYERR(a, b) if (a) fprintf(stderr, " s failed.\n", b) else fp
template
- 模版类,解压缩之后,将Array.h包含即可使用.-The template class decompress Array.h contains can be used.
Base16k
- (1)这是一个伪随机数发生器,周期为2 ^ 19937 - 1,可以用于加密 文件说明如下: mtrand.h包含文件,包含类的声明 mtrand.cpp的库文件包含非内联成员 mttest.cpp小程序来测试随机数发生器 mttest.out输出文件,用于比较 (2)使用 初始化:两种方式,seed(s) 或seed(array, length). 随机数生成:MTRand_int32产生的32位无符号整数。 MTRand产生均匀的双精度浮点数,在halfo
sparse_array
- @file sparse_array.h Auto-expanding sparse array type.
rtasm_cpu
- \file indirect_va_private.h.State descr iptor for a single array of vertex data.
sparse_set
- For a generalization to sparse array, see sparse_array.h.