搜索资源列表
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
PowerBuilderDetailedfunction
- PowerBuilder函数详解 都是经常用到的函数 • LowerBound() LowerBound()功能得到指定数组第n维的下界。 语法LowerBound ( array {, n } ) 参数array:数组名n:数值类型,可选项,指定要得到数组哪一维的下界。缺省值为1返回值Long。函数执行成功时返回array数组第n维的下界。如果n的值超过了指定数组的最大维数,那么该函数返回-1。如果任何参数的值为NULL,LowerBound()函数返回NULL
libata-transport
- The array of null terminated pointers to attributes needed by scsi_sysfs.c.
ib_umem_odp
- An array of the pages included in the on-demand paging umem. Indices of pages that are currently not mapped into the device will contain NULL.
csdetect
- If not null, active set of charset recognizers had been changed the default. The array index is corresponding to fCSRecognizers. See setDetectableCharset(). -If not null, active set of charset recognizers had been changed the default. The array i
SkVertState
- Construct a VertState a vertex count, index array, and index count. If the vertices are unindexed pass NULL for indices. -Construct a VertState a vertex count, index array, and index count. If the vertices are unindexed pass NULL for indices.