代码搜索:Initialization
找到约 10,000 项符合「Initialization」的源代码
代码结果 10,000
www.eeworm.com/read/414988/11088093
java automaticconstructor.java
// initialization/AutomaticConstructor.java
// TIJ4 Chapter Initialization, Exercise 7, page 167
/* Create a class without a constructor, and then create an object of that
* class in main() to veri
www.eeworm.com/read/414988/11088100
java inittest17.java
// initialization/InitTest17.java
// TIJ4 Chapter Initialization, Exercise 17, page 198
/* Create a class with a constructor that takes a String argument. During
* constriction, print the argument.
www.eeworm.com/read/414988/11088179
java primitivetest.java
// TIJ4 Chapter Object, Exericise 1, page 89
// object/PrimitiveTest.java
// Create a class containing an int and a char that are not intitialized
// and print their values to verify that Java perf
www.eeworm.com/read/269518/11096045
cpp testserial.cpp
// TestSerial.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "TestSerial.h"
#include "TestSerialDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THI
www.eeworm.com/read/269510/11096274
cpp devmode.cpp
// devmode.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "devmode.h"
#include "devmodeDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
s
www.eeworm.com/read/269502/11096344
cpp download.cpp
// Download.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Download.h"
#include "DownloadDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
www.eeworm.com/read/414892/11096488
cpp scoreprocess.cpp
// ScoreProcess.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "ScoreProcess.h"
#include "ScoreProcessDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#und
www.eeworm.com/read/269485/11096879
cpp pocketlian.cpp
// PocketLian.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "PocketLian.h"
#include "PocketLianDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THI
www.eeworm.com/read/269462/11097409
cpp record.cpp
// Record.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Record.h"
#include "RecordDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
stat
www.eeworm.com/read/269415/11098740
cpp cgrade.cpp
// CGrade.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "CGrade.h"
#include "CGradeDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
stat