代码搜索:4
找到约 10,000 项符合「4」的源代码
代码结果 10,000
www.eeworm.com/read/353301/3086893
java exam4_4test.java
public class Exam4_4Test
{
public static void main(String[] args)
{
A1 a1 = new A1();
a1.setx(4);
a1.printa();
B1 b1 = new B1();
b1.printb();
b
www.eeworm.com/read/158872/5591785
mh sun4os4.mh
# Host: Sun 4 or Sparcstation, running SunOS 4
NAT_FILE= nm-sun4os4.h
NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o sparc-nat.o
HOST_IPC=-DBSD_IPC
# Setting XM_CLIBS=-lresolv would let us
www.eeworm.com/read/158872/5591818
mt sun4os4.mt
# Target: Sun 4 or Sparcstation, running SunOS 4
TDEPFILES= sparc-tdep.o solib.o solib-sunos.o
TM_FILE= tm-sun4os4.h
www.eeworm.com/read/158018/5601468
java ex_4_2_4.java
/*
*文件名:ex_4_2_4.java
*说 明:一维数组应用举例
* 冒泡法排序
*/
public class ex_4_2_4
{
public static void main(String args[])
{
int i,j;
//定义并初始化数组
int intArray[]={30,1,-9,70,25,30,50,80,100
www.eeworm.com/read/158018/5601473
java ex_4_3_4.java
/*
*文件名:ex_4_3_4.java
*说 明:三维数组
*/
class ex_4_3_4
{
public static void main(String args[])
{
//声明三维数组
int threeD[][][] = new int[3][4][5];
int i, j, k;
//为三维数组元素赋值
for(
www.eeworm.com/read/158018/5601479
java ex_5_4_4.java
/*
*文件名:ex_5_4_4.java
*说 明:演示方法重载
*/
class A
{
int i, j;
//构造方法
A(int a, int b)
{
i = a;
j = b;
}
// 显示i和j
void show()
{
System.out.println("i和j分别是 " + i + " " +
www.eeworm.com/read/158018/5601510
java ex_3_4_4.java
/*
*文件名 ex_3_4_4.java
*说 明:将break语句当做goto来用
*/
class ex_3_4_4 {
public static void main(String args[])
{
boolean flag=true;
firstBlock:
{
System.out.println("进入第1层块");
sec
www.eeworm.com/read/155965/5616761
dof d4r4.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/155965/5616762
cfg d4r4.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