代码搜索:Protection
找到约 1,659 项符合「Protection」的源代码
代码结果 1,659
www.eeworm.com/read/156999/11747285
dof protection.dof
[FileVersion]
Version=7.0
[Compiler]
A=8
B=0
C=0
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=0
Z=1
ShowHints=1
ShowWarnings=1
U
www.eeworm.com/read/156999/11747288
cfg protection.cfg
-$A8
-$B-
-$C-
-$D+
-$E-
-$F-
-$G+
-$H+
-$I+
-$J+
-$K-
-$L+
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$Y-
-$Z1
-cg
-AWinTypes=Windows;WinProcs=Windows;Dbi
www.eeworm.com/read/156999/11747300
dpr protection.dpr
program Protection;
uses
Forms,
ProtForm in 'ProtForm.pas' {Form1},
TestClass in 'TestClass.pas';
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1)
www.eeworm.com/read/474814/1388741
test protection.test
#
# Tests for method/variable protection and access
# ----------------------------------------------------------------------
# AUTHOR: Michael J. McLennan
# Bell Labs Innovations for Luc
www.eeworm.com/read/247617/4475323
idl protection.idl
#ifndef protection_idl
#define protection_idl
// *************************************
// * *
// * protection.idl *
// *
www.eeworm.com/read/342018/3240482
java protection.java
package p1;
public class Protection{
int n=0;
private int n_pri=2;
protected int n_pro=3;
public int n_pub=4;
public Protection(){
System.out.println("base constructor");
System.out
www.eeworm.com/read/323581/3513549
test protection.test
#
# Tests for method/variable protection and access
# ----------------------------------------------------------------------
# AUTHOR: Michael J. McLennan
# Bell Labs Innovations for Luc
www.eeworm.com/read/380043/2665449
dof protection.dof
[FileVersion]
Version=7.0
[Compiler]
A=8
B=0
C=0
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=0
Z=1
ShowHints=1
ShowWarnings=1
U
www.eeworm.com/read/380043/2665450
cfg protection.cfg
-$A8
-$B-
-$C-
-$D+
-$E-
-$F-
-$G+
-$H+
-$I+
-$J+
-$K-
-$L+
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$Y-
-$Z1
-cg
-AWinTypes=Windows;WinProcs=Windows;Dbi
www.eeworm.com/read/380043/2665453
dpr protection.dpr
program Protection;
uses
Forms,
ProtForm in 'ProtForm.pas' {Form1},
TestClass in 'TestClass.pas';
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1)