代码搜索:Initialize
找到约 10,000 项符合「Initialize」的源代码
代码结果 10,000
www.eeworm.com/read/288248/4008659
event initialize.event
#if($item == "extra")
SudokuMainFrame smf;
pointcut $pct0():
call(public SudokuMainFrame.new());
after() returning(SudokuMainFrame s): $pct0() {
$logger
smf = s;
}
SudokuGuiGrid.SudokuGui
www.eeworm.com/read/288248/4008678
event initialize.event
#if($item == "extra")
declare precedence:Test,UndoRedo;
MainForm mainForm;
CreateSudokuGUI sudoku;
oyg.sudoku.frame1 frame;
pointcut $pct0():
call(public CreateSudokuGUI.new());
after()ret
www.eeworm.com/read/288248/4008696
event initialize.event
#if($item == "extra")
//declare precedence: Test,HintingAspect;
Cell cell;
FreeSudoku freesudoku;
pointcut $pct0():
call(private FreeSudoku.new());
after() returning(FreeSudoku fs): $pct0() {
www.eeworm.com/read/288165/4009425
c initialize.c
# include
# include
int search(char* p[], char* name);
/* 给字符型的指针数组赋初值 */
char* names[] = {
"Herb",
"Rex",
"Dennis",
"John",
NULL}; /* NULL指针标志数组内容的结束 */
www.eeworm.com/read/283433/4079111
cfg initialize.cfg
-$A+
-$B-
-$C+
-$D+
-$E-
-$F-
-$G+
-$H+
-$I+
-$J+
-$K-
-$L+
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$YD
-$Z1
-cg
-AWinTypes=Windows;WinProcs=Windows;Dbi
www.eeworm.com/read/283433/4079114
dof initialize.dof
[Compiler]
A=1
B=0
C=1
D=1
E=0
F=0
G=1
H=1
I=1
J=1
K=0
L=1
M=0
N=1
O=1
P=1
Q=0
R=0
S=0
T=0
U=0
V=1
W=0
X=1
Y=1
Z=1
ShowHints=1
ShowWarnings=1
UnitAliases=WinTypes=Windows;
www.eeworm.com/read/274119/4188921
c initialize.c
# include
# include
int search(char* p[], char* name);
/* 给字符型的指针数组赋初值 */
char* names[] = {
"Herb",
"Rex",
"Dennis",
"John",
NULL}; /* NULL指针标志数组内容的结束 */
www.eeworm.com/read/440906/1780206
m initialize.m
/* Contributed by Nicola Pero - Wed Mar 7 17:55:04 CET 2001 */
#include
/* Test that +initialize is automatically called before the class is
accessed */
static int class_variable =
www.eeworm.com/read/428548/1958738
c initialize.c
/* vi: set sw=4 ts=4: */
/*
* initialize.c --- initialize a filesystem handle given superblock
* parameters. Used by mke2fs when initializing a filesystem.
*
* Copyright (C) 1994, 1995, 1996 Theo