代码搜索:Initialization
找到约 10,000 项符合「Initialization」的源代码
代码结果 10,000
www.eeworm.com/read/157751/11666324
cpp lobsample.cpp
/*****************************************************************************************
@author Chandar
@version 1.0
Development Environment : Visual C++ 6.0
Name of the File
www.eeworm.com/read/346949/11711524
cpp jcinit.cpp
/*
* jcinit.c
*
* Copyright (C) 1991-1995, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README
www.eeworm.com/read/346784/11722222
c main.c
/*******************************************************************************/
/*
Copyright (c) 2008 Freescale Semiconductor
\file main.c
\brief DZ60 - CAN sample code
\author F
www.eeworm.com/read/156804/11763385
cpp mfccli.cpp
/*
* MfcCli.cpp
*
* Sample code for "Multithreading Applications in Win32"
* This is from Chapter 17
*
* Communicates to a FreeThreaded COM Object
*/
#include "stdafx.h"
#include "Mf
www.eeworm.com/read/156803/11770026
cpp ex22a.cpp
// ex22a.cpp : Defines the initialization routines for the DLL.
//
#include "stdafx.h"
#include
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __
www.eeworm.com/read/258581/11853243
doc bldc_zc_8013.doc
=============================================================================
List of generated methods in project: bldc_zc_8013
THIS TEXT DESCRIPTION IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
www.eeworm.com/read/344239/11897167
java apricot.java
//: initialization/Apricot.java
public class Apricot {
void pick() { /* ... */ }
void pit() { pick(); /* ... */ }
} ///:~
www.eeworm.com/read/344239/11897261
java methodinit.java
//: initialization/MethodInit.java
public class MethodInit {
int i = f();
int f() { return 11; }
} ///:~
www.eeworm.com/read/344239/11897289
java spoon.java
//: initialization/Spoon.java
public class Spoon {
static int i;
static {
i = 47;
}
} ///:~
www.eeworm.com/read/343324/11957105
cpp cj60lib.cpp
// CJ60Lib.cpp : Defines the initialization routines for the DLL.
//
#include "stdafx.h"
#include
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] =