代码搜索:如何学习 common?
找到约 10,000 项符合「如何学习 common?」的源代码
代码结果 10,000
www.eeworm.com/read/236996/4636308
h addi_common.h
/**
@verbatim
Copyright (C) 2004,2005 ADDI-DATA GmbH for the source code of this module.
ADDI-DATA GmbH
Dieselstrasse 3
D-77833 Ottersweier
Tel: +19(0)72
www.eeworm.com/read/235550/4649324
h common_types.h
/*
*---------------------------------------------------------------------------
*
* I N T E L P R O P R
www.eeworm.com/read/235550/4649328
h common_def.h
/*
*---------------------------------------------------------------------------
*
* I N T E L P R O P R
www.eeworm.com/read/235550/4649536
h common_uc.h
/* common_uc.h
*
*---------------------------------------------------------------------------
*
* I N T E
www.eeworm.com/read/233448/4670512
texi gcc-common.texi
@c Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
@c This is part of the GCC manual.
@c For copying conditions, see the file gcc.texi.
@c Common values used in the GCC manuals:
www.eeworm.com/read/233448/4678326
h bf-common.h
#ifndef __NEXT_RUNTIME__
#include
#endif
#include "next_mapping.h"
void print_ivars (Class class)
{
struct objc_ivar_list* ivars = class->ivars;
int i;
for (i = 0; i < ivars-
www.eeworm.com/read/233448/4678698
f90 common.f90
! Program to test COMMON and EQUIVALENCE.
program common
real (kind=8) a(8)
real (kind=8) b(5), c(5)
common /com1/b,c
equivalence (a(1), b(2))
b = 100
c = 200
call common_pass
www.eeworm.com/read/233448/4684826
h compat-common.h
/* Several of the binary compatibility tests use these macros to
allow debugging the test or tracking down a failure by getting an
indication of whether each individual check passed or failed