代码搜索:common 有哪些应用?

找到约 10,000 项符合「common 有哪些应用?」的源代码

代码结果 10,000
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/4684524

hs common-1.hs

static int foo1 = 9; int foo2; extern int zz;
www.eeworm.com/read/233448/4684556

c common-1.c

#include "common-1.h" int foo2 = 3; int zz = 2;
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
www.eeworm.com/read/232407/4701277

hpp common_edg.hpp

// (C) Copyright John Maddock 2001 - 2002. // (C) Copyright Jens Maurer 2001. // (C) Copyright David Abrahams 2002. // (C) Copyright Aleksey Gurtovoy 2002. // (C) Copyright Markus Schoepflin
www.eeworm.com/read/231942/4708040

h system_common.h

#ifndef _SYSTEM_COMMON_H_ #define _SYSTEM_COMMON_H_ typedef unsigned char UCHAR8; typedef unsigned int UINT16; #define RETURN_OK 0 // Non-zero return values are alway
www.eeworm.com/read/231705/4711152

h system_common.h

#ifndef _SYSTEM_COMMON_H_ #define _SYSTEM_COMMON_H_ typedef unsigned char UCHAR8; typedef unsigned int UINT16; #define RETURN_OK 0 // Non-zero return values are alway
www.eeworm.com/read/231546/4714989

scm common-list.scm

;;;; common-list.scm --- COMMON LISP list functions for Scheme ;;;; ;;;; Copyright (C) 1995, 1996, 1997, 2001 Free Software Foundation, Inc. ;;;; ;;;; This program is free software; you can redistrib
www.eeworm.com/read/231017/4718141

c rep_common.c

/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2006 * Oracle Corporation. All rights reserved. * * $Id: rep_common.c,v 12.13 2006/09/08 20:32:06 bostic Exp $ */
www.eeworm.com/read/231017/4718142

h rep_common.h

/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2006 * Oracle Corporation. All rights reserved. * * $Id: rep_common.h,v 12.2 2006/08/24 14:45:46 bostic Exp $ */ t