代码搜索:Initialization
找到约 10,000 项符合「Initialization」的源代码
代码结果 10,000
www.eeworm.com/read/373503/9453423
cpp attendance.cpp
// Attendance.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Attendance.h"
#include "AttendanceDlg.h"
#include "LoginDlg.h"
#ifdef _DEBUG
#define ne
www.eeworm.com/read/373475/9454463
cpp scanner.cpp
// Scanner.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Scanner.h"
#include "ScannerDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
s
www.eeworm.com/read/373456/9455463
cpp cclent.cpp
// cclent.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "cclent.h"
#include "cclentDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
stat
www.eeworm.com/read/177415/9456129
h hal.h
//===========================================================================
// HAL.H
//---------------------------------------------------------------------------
// Copyright (c) 2003 Epson Res
www.eeworm.com/read/177336/9459239
cpp threadasyn.cpp
// ThreadAsyn.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "ThreadAsyn.h"
#include "ThreadAsynDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THI
www.eeworm.com/read/177334/9459247
cpp createprocess.cpp
// CreateProcess.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "CreateProcess.h"
#include "CreateProcessDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#
www.eeworm.com/read/177333/9459300
cpp slideruse.cpp
// SliderUse.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "SliderUse.h"
#include "SliderUseDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_F
www.eeworm.com/read/177332/9459325
cpp listctrluse.cpp
// ListCtrlUse.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "ListCtrlUse.h"
#include "ListCtrlUseDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef
www.eeworm.com/read/373369/9459721
java multiplereturns.java
//: exceptions/MultipleReturns.java
import static net.mindview.util.Print.*;
public class MultipleReturns {
public static void f(int i) {
print("Initialization that requires cleanup");
www.eeworm.com/read/373369/9461276
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