代码搜索:Initialization
找到约 10,000 项符合「Initialization」的源代码
代码结果 10,000
www.eeworm.com/read/169058/9884011
java leaf.java
//: initialization/Leaf.java
// Simple use of the "this" keyword.
public class Leaf {
int i = 0;
Leaf increment() {
i++;
return this;
}
void print() {
System.out.println
www.eeworm.com/read/169058/9884015
java spiciness.java
//: initialization/Spiciness.java
public enum Spiciness {
NOT, MILD, MEDIUM, HOT, FLAMING
} ///:~
www.eeworm.com/read/364987/9884153
cpp testut.cpp
// TESTUT.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "TESTUT.h"
#include "TESTUTDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
stat
www.eeworm.com/read/364981/9884889
cpp asmep.cpp
// asmep.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "asmep.h"
#include "asmepDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static
www.eeworm.com/read/169013/9885622
cpp modemsms.cpp
// ModemSMS.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "ModemSMS.h"
#include "ModemSMSDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
www.eeworm.com/read/364963/9885722
cpp uart.cpp
// uart.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "uart.h"
#include "uartDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static cha
www.eeworm.com/read/364962/9885782
cpp calculator.cpp
// Calculator.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Calculator.h"
#include "CalculatorDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THI
www.eeworm.com/read/168992/9886299
cpp bfsearch.cpp
// BFSearch.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "BFSearch.h"
#include "BFSearchDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
www.eeworm.com/read/168990/9886399
cpp dfsearch.cpp
// DFSearch.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "DFSearch.h"
#include "DFSearchDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
www.eeworm.com/read/168985/9886481
cpp mergesortshow.cpp
// MergeSortShow.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "MergeSortShow.h"
#include "MergeSortShowDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#