代码搜索:declared
找到约 3,220 项符合「declared」的源代码
代码结果 3,220
www.eeworm.com/read/212047/15166847
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/212047/15166935
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/210569/15196104
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
www.eeworm.com/read/11356/228096
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
www.eeworm.com/read/13787/283322
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
www.eeworm.com/read/470720/1447056
c err-msg11.c
// Build don't link:
// GROUPS passed error-messages
void foo (mutable int x);// ERROR - non-member `x' cannot be declared `mutable'.*
www.eeworm.com/read/470693/1459002
c err-msg11.c
// Build don't link:
// GROUPS passed error-messages
void foo (mutable int x);// ERROR - non-member `x' cannot be declared `mutable'.*
www.eeworm.com/read/240162/4581743
c type1.c
// { dg-do assemble }
// Test that using an elaborated-type-specifier in a namespace to refer
// to a class outside the namespace does not cause its name to be considered
// declared in the namespace
www.eeworm.com/read/239567/4598293
java isourcemodule.java
package org.python.pydev.core;
public interface ISourceModule extends IModule{
/**
* @return a Module (it is declared as object because in the core we do not have access to the SimpleNode or