代码搜索:Initialization

找到约 10,000 项符合「Initialization」的源代码

代码结果 10,000
www.eeworm.com/read/466562/7028961

cpp wzddmfc.cpp

// WzdDMFC.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/436161/7069052

cpp imagelib.cpp

// ImageLib.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/288039/7097233

c jcinit.c

/* * jcinit.c * * Copyright (C) 1991-1996, 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/125142/7126536

c jcinit.c

/* * jcinit.c * * Copyright (C) 1991-1997, 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/332978/7142289

java apricot.java

//: initialization/Apricot.java public class Apricot { void pick() { /* ... */ } void pit() { pick(); /* ... */ } } ///:~
www.eeworm.com/read/332978/7142319

java methodinit.java

//: initialization/MethodInit.java public class MethodInit { int i = f(); int f() { return 11; } } ///:~
www.eeworm.com/read/332978/7142327

java spoon.java

//: initialization/Spoon.java public class Spoon { static int i; static { i = 47; } } ///:~
www.eeworm.com/read/149857/7150714

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[] =
www.eeworm.com/read/101623/7152967

cpp cj60lib.cpp

// CJ60Lib.cpp : Defines the initialization routines for the DLL. // // Copyright
www.eeworm.com/read/463779/7175575

c jcinit.c

/* * jcinit.c * * Copyright (C) 1991-1997, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file