代码搜索:ISO 9001 是什么?
找到约 10,000 项符合「ISO 9001 是什么?」的源代码
代码结果 10,000
www.eeworm.com/read/127340/14360329
c iso8859.c
/* ISO 8859/1 Latin-1 alphabetic and upper and lower case bit vector tables. */
/* LINTLIBRARY */
unsigned char isoalpha[32] = {
0,0,0,0,0,0,0,0,127,255,255,224,127,255,255,224,0,0,0,0,0,0,0,0,
www.eeworm.com/read/127340/14360337
h iso8859.h
/* ISO 8859/1 Latin-1 "ctype" macro replacements. */
extern unsigned char isoalpha[32], isoupper[32], isolower[32];
#define isISOspace(x) ((isascii(((unsigned char) (x))) && isspace(((unsigned char
www.eeworm.com/read/125067/14515013
pdf iso14882.pdf
www.eeworm.com/read/124442/14567487
h iso_fs.h
#ifndef _ISOFS_FS_H
#define _ISOFS_FS_H
#include
/*
* The isofs filesystem constants/structures
*/
/* This part borrowed from the bsd386 isofs */
#define ISODCL(from, to
www.eeworm.com/read/123712/14615922
pdf iso9660.pdf
www.eeworm.com/read/123658/14618482
h iso646.h
/* Macros for C programs written in national variants of ISO 646. */
#ifndef __cplusplus
#define and &&
#define and_eq &=
#define bitand &
#define bitor |
#define compl ~
#define not !
#define not_e
www.eeworm.com/read/223066/14662204