代码搜索:declared
找到约 3,220 项符合「declared」的源代码
代码结果 3,220
www.eeworm.com/read/377308/9281299
h random.h
#include
/* variables are declared static so that they cannot conflict
with names of */
/* other global variables in other files. See K&amt;R, p 80, for
scope of static */
static doubl
www.eeworm.com/read/179705/9342186
texi specfunc-fermi-dirac.texi
@cindex Fermi-Dirac function
The functions described in this section are declared in the header file
@file{gsl_sf_fermi_dirac.h}.
@menu
* Complete Fermi-Dirac Integrals::
* Incomplete Fermi-Dirac
www.eeworm.com/read/165080/10077408
h stream.h
/* C++ Stream I/O header file
Copyright (c) Borland International 1987,1988,1990
All Rights Reserved.
%W% %G% %U%
NOTE: The data and function variables are declared so that
www.eeworm.com/read/424281/10468220
texi specfunc-fermi-dirac.texi
@cindex Fermi-Dirac function
The functions described in this section are declared in the header file
@file{gsl_sf_fermi_dirac.h}.
@menu
* Complete Fermi-Dirac Integrals::
* Incomplete Fermi-Dirac
www.eeworm.com/read/160624/10513593
asm handlers.asm
.MODEL small, pascal
INCLUDE tsr.inc
.CODE
; Stack buffer used by TSR. Size is determined by constant STACK_SIZ,
; declared in TSR.INC file. NewStack points to top of
www.eeworm.com/read/450313/7485794
h random.h
#include
/* variables are declared static so that they cannot conflict
with names of */
/* other global variables in other files. See K&amt;R, p 80, for
scope of static */
static doubl
www.eeworm.com/read/138026/13272386
h stream.h
/* C++ Stream I/O header file
Copyright (c) Borland International 1987,1988,1990
All Rights Reserved.
%W% %G% %U%
NOTE: The data and function variables are declared so that
www.eeworm.com/read/316990/13513094
java dialogs.java
/*
* Dialogs.java E.L. 2001-08-23
*
* Dialogs for use in the Renovation Example in Chap15.
* Many of the variables are declared in the Constants interface.
*/
import java.awt.*;
impor
www.eeworm.com/read/300969/13877014
h proto.h
/* Function prototypes. */
/* Structs used in prototypes must be declared as such first. */
struct buf;
struct filp;
struct inode;
struct super_block;
/* cache.c */
_PROTOTYPE( zone_t all
www.eeworm.com/read/483067/6609279
h stream.h
/* C++ Stream I/O header file
Copyright (c) Borland International 1987,1988,1990,1991
All Rights Reserved.
NOTE: The data and function variables are declared so that any
combin