代码搜索:declared
找到约 3,220 项符合「declared」的源代码
代码结果 3,220
www.eeworm.com/read/103328/15737136
c mix_code_file.c
/* -*-c-*- -------------- mix_code_file.c :
* Implementation of the functions declared in mix_code_file.h
* ------------------------------------------------------------------
* $Id: mix_code_file.c
www.eeworm.com/read/103328/15737170
c mixgtk_wm.c
/* -*-c-*- -------------- mixgtk_wm.c :
* Implementation of the functions declared in mixgtk_wm.h
* ------------------------------------------------------------------
* $Id: mixgtk_wm.c,v 1.6 2002/
www.eeworm.com/read/102394/15783266
texi specfunc-dilog.texi
@cindex dilogarithm
The functions described in this section are declared in the header file
@file{gsl_sf_dilog.h}.
@menu
* Real Argument::
* Complex Argument::
@end menu
www.eeworm.com/read/102394/15783291
texi specfunc-trig.texi
@cindex Trigonometric functions
The library includes its own trigonometric functions in order to provide
consistency across platforms and reliable error estimates. These
functions are declared in th
www.eeworm.com/read/183596/9149796
java inode.java
/**
* TO DO: This class has to add getter/setter methods for the data elements
* to allow the elements to be declared as private
*
*/
class Inode {
public final static int SIZE = 64; // size in
www.eeworm.com/read/179705/9342046
texi specfunc-elljac.texi
@cindex Jacobi elliptic functions
@cindex elliptic functions (Jacobi)
The Jacobian Elliptic functions are defined in Abramowitz & Stegun,
Chapter 16. The functions are declared in the header file
@f
www.eeworm.com/read/179705/9342317
texi specfunc-ellint.texi
@cindex elliptic integrals
The functions described in this section are declared in the header file
@file{gsl_sf_ellint.h}.
@menu
* Definition of Legendre Forms::
* Definition of Carlson Forms::
www.eeworm.com/read/373260/9466802
bas modparsers.bas
Attribute VB_Name = "modParsers"
Option Explicit
' Module contains functions that are required by two or more classes.
' No APIs are declared public. This is to prevent possibly, differently
'
www.eeworm.com/read/424281/10468004
texi specfunc-elljac.texi
@cindex Jacobi elliptic functions
@cindex elliptic functions (Jacobi)
The Jacobian Elliptic functions are defined in Abramowitz & Stegun,
Chapter 16. The functions are declared in the header file
@f
www.eeworm.com/read/421154/10752424
c pppfsm.c
/*
* PPPFSM.C -- PPP Finite State Machine
*
* This implementation of PPP is declared to be in the public domain.
*
* Acknowledgements and correction history may be found in PPP.C
*/
#i