代码搜索:declared

找到约 3,220 项符合「declared」的源代码

代码结果 3,220
www.eeworm.com/read/127767/14336007

txt e333. creating a custom event.txt

A new custom event must extends EventObject. Moreover, an event listener interface must be declared to allow objects to receive the new custom event. All listeners must extend from EventListener. Th
www.eeworm.com/read/124283/14579228

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/212047/15166854

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/212047/15166995

texi cblas.texi

@cindex Low-level CBLAS @cindex CBLAS, Low-level interface The prototypes for the low-level @sc{cblas} functions are declared in the file @code{gsl_cblas.h}. For the definition of the functions cons
www.eeworm.com/read/470720/1446538

c ns11.c

// Build don't link // Check [namespace.memdef]/2 namespace A{ void f(int); void f(int,int); int i; // ERROR - .* } void A::f(){} // ERROR - should have been declared befo
www.eeworm.com/read/470720/1447644

c 900214_01.c

// g++ 1.36.1 bug 900214_01 // g++ allows function members of incomplete types to be declared to be // friends of other types. // Cfront 2.0 passes this test. // keywords: friends, incomplete types
www.eeworm.com/read/470720/1447649

c 900210_10.c

// g++ 1.36.1 bug 900210_10 // g++ allows operator[] to be declared as a static member function. // This is illegal. // Cfront 2.0 passes this test. // keywords: operator[], static function members
www.eeworm.com/read/470693/1458484

c ns11.c

// Build don't link // Check [namespace.memdef]/2 namespace A{ void f(int); void f(int,int); int i; // ERROR - .* } void A::f(){} // ERROR - should have been declared befo
www.eeworm.com/read/470693/1459590

c 900214_01.c

// g++ 1.36.1 bug 900214_01 // g++ allows function members of incomplete types to be declared to be // friends of other types. // Cfront 2.0 passes this test. // keywords: friends, incomplete types
www.eeworm.com/read/470693/1459595

c 900210_10.c

// g++ 1.36.1 bug 900210_10 // g++ allows operator[] to be declared as a static member function. // This is illegal. // Cfront 2.0 passes this test. // keywords: operator[], static function members