代码搜索:declared

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

代码结果 3,220
www.eeworm.com/read/124283/14579058

texi specfunc-erf.texi

@cindex error function @cindex erf(x) @cindex erfc(x) The error function is described in Abramowitz & Stegun, Chapter 7. The functions in this section are declared in the header file @file{gsl_sf_er
www.eeworm.com/read/223835/14615949

c stdin.c

#include int main () { int ch; /* declared as int because EOF is -1 We don't know if char is defined as being signed or not in this compiler. If it is unsigned, will not pick up EOF
www.eeworm.com/read/123453/14631955

c charset.c

/* * gwlib/charset.c - character set conversions * * This file implements the character set conversions declared in charset.h. * * Richard Braakman */ #include "gwlib/gwlib.h" #if HAVE_ICONV_H
www.eeworm.com/read/123453/14632626

c charset.c

/* * gwlib/charset.c - character set conversions * * This file implements the character set conversions declared in charset.h. * * Richard Braakman */ #include "gwlib/gwlib.h" #if HAVE_ICONV_H
www.eeworm.com/read/212047/15166849

texi specfunc-erf.texi

@cindex error function @cindex erf(x) @cindex erfc(x) The error function is described in Abramowitz & Stegun, Chapter 7. The functions in this section are declared in the header file @file{gsl_sf_er
www.eeworm.com/read/38039/1095612

mnu rv_part.mnu

LIGHT_PART # remove the # sign and enter foreign help string in this line List#Declare List the declared global references in the current model. # remove the # sign and enter foreign help string in t
www.eeworm.com/read/470720/1446436

c friend34.c

// Build don't link: // excess errors test // This testcase won't fail if class ::foo is forward-declared in the // global namespace, nor if class bar is not a template class. template
www.eeworm.com/read/470720/1446573

c template12.c

// Build don't link: // Templates can be defined outside of the namespace if the have been declared // inside namespace bar { template T const foo(T const &); template const int f
www.eeworm.com/read/470720/1447575

c 900127_02.c

// g++ 1.36.1 bug 900127_02 // g++ (mostly) keeps separate name spaces for the declarations of data // objects and functions. // This means that a single name may be declared as both a data object a
www.eeworm.com/read/470720/1447625

c 891229_02.c

// g++ 1.36.1 bug 891229_02 // g++ limits the scope of names which are declared as typedef names within // another type to that other type. // This conflicts with the (global) scope given to such na