代码搜索:declared

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

代码结果 3,220
www.eeworm.com/read/102394/15783220

texi specfunc-hyperg.texi

@cindex hypergeometric functions @cindex confluent hypergeometric functions Hypergeometric functions are described in Abramowitz & Stegun, Chapters 13 and 15. These functions are declared in the hea
www.eeworm.com/read/296931/3896327

err k9s1208.err

"k9s1208.c", line 192: Warning: C2870W: variable 'i' declared but not used "k9s1208.c", line 524: Warning: C2870W: variable 'id' declared but not used "k9s1208.c", line 667: Warning: C2873W: implici
www.eeworm.com/read/183596/9149833

java superblock.java

/** * Class representing the super block. * * TO DO: This has to be refactored so to allow * the data in this class to be declared as private * This will require getter/setter methods for each d
www.eeworm.com/read/378186/9243006

readme

Onesided communication seems not to be very stable yet: -- To be sure that window addresses are long enough the parameters 'disp' and 'mlen' MUST be declared as Integer(8). -- A peculiarity of S
www.eeworm.com/read/179705/9342208

texi specfunc-log.texi

@cindex logarithm and related functions Information on the properties of the Logarithm function can be found in Abramowitz & Stegun, Chapter 4. The functions described in this section are declared i
www.eeworm.com/read/179705/9342387

texi specfunc-expint.texi

@cindex exponential integrals @cindex integrals, exponential Information on the exponential integrals can be found in Abramowitz & Stegun, Chapter 5. These functions are declared in the header file
www.eeworm.com/read/163329/10165925

cpp ngrams.cpp

//==== // Ngrams.cpp // - implements some methods declared in Ngrams.hpp // Notes // - this package is provided as is with no warranty // - the author is not responsible for any damage caused // eit
www.eeworm.com/read/424281/10468268

texi specfunc-log.texi

@cindex logarithm and related functions Information on the properties of the Logarithm function can be found in Abramowitz & Stegun, Chapter 4. The functions described in this section are declared i
www.eeworm.com/read/424281/10468820

texi specfunc-expint.texi

@cindex exponential integrals @cindex integrals, exponential Information on the exponential integrals can be found in Abramowitz & Stegun, Chapter 5. These functions are declared in the header file
www.eeworm.com/read/421154/10753076

c ppp.c

/* * PPP.C -- Send and receive datagrams on serial lines with * Point-to-Point Protocol * * This implementation of PPP is declared to be in the public domain. * */ #include "global