代码搜索:Initialization
找到约 10,000 项符合「Initialization」的源代码
代码结果 10,000
www.eeworm.com/read/366412/9816500
txt test_results-linux.txt
randtest: Random Number Test
Using the RAN2 random number generator (RNG).
Using specified random seed 555
Library thinks the random seed is 555
running the chi-square test for randomness of the RNG.
www.eeworm.com/read/366412/9816538
txt test_results-winnt.txt
randtest: Random Number Test
Using the RAN2 random number generator (RNG).
Using specified random seed 555
Library thinks the random seed is 555
running the chi-square test for randomness of the
www.eeworm.com/read/366411/9817093
txt results.txt
randtest: Random Number Test
Using the RAN2 random number generator (RNG).
Using specified random seed 555
Library thinks the random seed is 555
running the chi-square test for randomness of the RNG.
www.eeworm.com/read/366065/9834685
3 appinit.3
'\"
'\" Copyright (c) 1993 The Regents of the University of California.
'\" Copyright (c) 1994-1996 Sun Microsystems, Inc.
'\"
'\" See the file "license.terms" for information on usage and redistribut
www.eeworm.com/read/366065/9834895
n load.n
'\"
'\" Copyright (c) 1995-1996 Sun Microsystems, Inc.
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
'
www.eeworm.com/read/365117/9878812
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/169058/9884007
java apricot.java
//: initialization/Apricot.java
public class Apricot {
void pick() { /* ... */ }
void pit() { pick(); /* ... */ }
} ///:~
www.eeworm.com/read/169058/9884062
java methodinit.java
//: initialization/MethodInit.java
public class MethodInit {
int i = f();
int f() { return 11; }
} ///:~
www.eeworm.com/read/169058/9884077
java spoon.java
//: initialization/Spoon.java
public class Spoon {
static int i;
static {
i = 47;
}
} ///:~
www.eeworm.com/read/168040/9941209
cpp matrixbase.cpp
// MatrixBase.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[]