代码搜索:ISO 9001 开发教程

找到约 10,000 项符合「ISO 9001 开发教程」的源代码

代码结果 10,000
www.eeworm.com/read/376006/2717672

h stem_iso_8859_1_dutch.h

/* This file was generated automatically by the Snowball to ANSI C compiler */ #ifdef __cplusplus extern "C" { #endif extern struct SN_env * dutch_ISO_8859_1_create_env(void); extern void dutch_ISO
www.eeworm.com/read/376006/2717673

h stem_iso_8859_2_romanian.h

/* This file was generated automatically by the Snowball to ANSI C compiler */ #ifdef __cplusplus extern "C" { #endif extern struct SN_env * romanian_ISO_8859_2_create_env(void); extern void romani
www.eeworm.com/read/376006/2717674

h stem_iso_8859_1_german.h

/* This file was generated automatically by the Snowball to ANSI C compiler */ #ifdef __cplusplus extern "C" { #endif extern struct SN_env * german_ISO_8859_1_create_env(void); extern void german_I
www.eeworm.com/read/376006/2717677

h stem_iso_8859_1_swedish.h

/* This file was generated automatically by the Snowball to ANSI C compiler */ #ifdef __cplusplus extern "C" { #endif extern struct SN_env * swedish_ISO_8859_1_create_env(void); extern void swedish
www.eeworm.com/read/376006/2717681

h stem_iso_8859_1_danish.h

/* This file was generated automatically by the Snowball to ANSI C compiler */ #ifdef __cplusplus extern "C" { #endif extern struct SN_env * danish_ISO_8859_1_create_env(void); extern void danish_I
www.eeworm.com/read/376006/2717686

h stem_iso_8859_1_french.h

/* This file was generated automatically by the Snowball to ANSI C compiler */ #ifdef __cplusplus extern "C" { #endif extern struct SN_env * french_ISO_8859_1_create_env(void); extern void french_I
www.eeworm.com/read/366702/2876308

f03 iso_c_binding_only.f03

! { dg-do compile } module iso_c_binding_only ! c_f_procpointer verifies that the c_funptr derived type for the cptr param ! is auto-generated, and c_f_pointer tests c_ptr. use, intrinsic :: iso
www.eeworm.com/read/366702/2876346

f90 iso_fortran_env_2.f90

! { dg-do compile } module iso_fortran_env logical :: x end module iso_fortran_env subroutine bar1 use , intrinsic :: iso_fortran_env print *, character_storage_size end subroutine bar2 use,
www.eeworm.com/read/366702/2876678

f90 iso_fortran_env_3.f90

! { dg-do run } subroutine foo1 (x,y) use iso_fortran_env integer, intent(out) :: x, y x = numeric_storage_size y = character_storage_size end subroutine foo2 (x,y) use iso_fortran_env, fo