代码搜索:ISO 9001 是什么?
找到约 10,000 项符合「ISO 9001 是什么?」的源代码
代码结果 10,000
www.eeworm.com/read/233448/4690164
h iso646.h
// -*- C++ -*- compatibility header.
// Copyright (C) 2002 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute i
www.eeworm.com/read/233396/4692740
h iso646.h
/* Copyright (C) 1997, 1999 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public Li
www.eeworm.com/read/230577/4722587
h iso82930.h
/*++
Copyright (c) 1997-1998 Microsoft Corporation
Module Name:
Iso82930.h
Abstract:
Kernel mode definitions and function prototypes
Environment:
Kernel mode
Notes:
www.eeworm.com/read/229812/4738868
c iso02.c
#include "fail.h"
template
struct equiv {
friend int operator ==( const T &l, const T &r ) {
return l.eq( r );
}
};
int count;
struct X : equiv {
int eq(
www.eeworm.com/read/229812/4738949
c iso01.c
#include "fail.h"
struct S;
S *ident( S a[] ) {
return a;
}
struct S {
};
int main() {
S x;
if( ident( &x ) != &x ) fail(__LINE__);
_PASS;
}
www.eeworm.com/read/229812/4741014
mh iso646.mh
/*
* iso646.h C99 Standard: 7.9 Alternative spellings
*
:include crwat.sp
*/
#ifndef _ISO646_H_INCLUDED
#define _ISO646_H_INCLUDED
:include readonly.sp
#ifndef __cpluspl