代码搜索:declared

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

代码结果 3,220
www.eeworm.com/read/270669/11030134

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/452607/7436881

mq4 [ea]2ma_divergencetrader_ron_mt4_v04.mq4

/* +--------+ |2MA Divergence Trader +--------+ */ // variables declared here are GLOBAL in scope #property copyright "Ron Thompson" #property link "http://www.lightpatch.com/forex"
www.eeworm.com/read/449996/7491880

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/437619/7744654

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/143516/12868650

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/137022/13347418

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/143132/5758671

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/131315/5937677

variable

Variable declarations Variables can be declared as either being global, local, or static. Global variables are visible to all functions and on the command line, and are permanent. Local variables
www.eeworm.com/read/102289/6234007

java transaction.java

package testsuite; /* * Transaction.java * * Created on May 24, 2000, 10:02 PM */ import java.sql.*; /** * Tests declared transaction capability. * * @versi
www.eeworm.com/read/101082/6240487

c tsearch.c

/* @(#)tsearch.c 2.3 */ /*LINTLIBRARY*/ /* * Tree search algorithm, generalized from Knuth (6.2.2) Algorithm T. * * * The NODE * arguments are declared in the lint files as char *, * because the