代码搜索:initializes

找到约 4,453 项符合「initializes」的源代码

代码结果 4,453
www.eeworm.com/read/492033/6430226

cpp bocon.cpp

#include "bocon.h" #include "../../GEFEL/intools.h" #include #include bocon::bocon() /**< Constructor initializes data members Parameters : none Returns : nothing
www.eeworm.com/read/492033/6430577

cpp dloadpd.cpp

#include "dloadpd.h" #include "global.h" #include "intools.h" /** This constructor initializes class attributes to the zero values */ dloadpd::dloadpd() { eq = NULL; var = NULL; expr[0] = '\0
www.eeworm.com/read/479166/6700261

h account.h

// Fig. G.01: Account.h // Definition of Account class. class Account { public: Account( int ); // constructor initializes balance void credit( int ); // add an amount to the account bal
www.eeworm.com/read/479166/6700264

h account.h

// Fig. H.01: Account.h // Definition of Account class. class Account { public: Account( int ); // constructor initializes balance void credit( int ); // add an amount to the account bal
www.eeworm.com/read/407557/11415975

java jfcresume2.java

package sample; import java.awt.*; import java.awt.event.*; import javax.swing.*; public class JFCResume2 extends JFrame implements ItemListener { /** Initializes the applet Resume */
www.eeworm.com/read/127543/14350403

c rdcolor.c

/* rdcolor.c: this program initializes color/printer variables using a * rdcolor.dat file if it exists. Otherwise, default values are used. * The file uses the following format:
www.eeworm.com/read/223481/14639461

m cmlstartup.m

% CmlStartup % % Initializes the Coded Modulation Library % % Last updated June 29, 2006 % determine the version of matlab version version_text = version; if ( str2num( version_text(1) ) > 6)
www.eeworm.com/read/114424/15053796

a51 main1.a51

; This module initializes the microcontroller then executes MAIN forever ; SignOnMessage: DB 13, 13, "Serial1 V0.9", 13 ;USB Serial Device SignOnLength EQU $-SignOnMessage Reset: MOV SP, #23
www.eeworm.com/read/208576/15243686

h account.h

// Fig. L.01: Account.h // Definition of Account class. class Account { public: Account( int ); // constructor initializes balance void credit( int ); // add an amount to the account bal
www.eeworm.com/read/208576/15243832

h account.h

// Fig. M.01: Account.h // Definition of Account class. class Account { public: Account( int ); // constructor initializes balance void credit( int ); // add an amount to the account bal