📄 a.java
字号:
// Decompiled by Jad v1.5.8e2. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://kpdus.tripod.com/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi space
public final class a
{
private static int b;
private static int c;
private static int d;
private static int e;
private static int f;
public static int a;
private static int g[] = new int[6];
private static int h;
private static int i;
public a()
{
}
public static final void a()
{
b = 0;
c = 0;
d = 0;
e = 0;
f = 0;
a = 0;
for (int j = 0; j < 6; j++)
g[j] = 0;
h = i = 0;
}
private static int d()
{
if (h == i)
{
return a;
} else
{
int j = g[i];
i = (i + 1) % 6;
return j;
}
}
public static final void b()
{
int j = d();
c = ~b & j;
b = j;
f++;
if (c != 0)
if (e != 0 && f < 6 && e == c)
{
d = c;
e = 0;
return;
} else
{
f = 0;
d = 0;
e = c;
return;
}
if (d != 0)
d = 0;
}
public static final boolean a(int j)
{
return (b & j) != 0;
}
public static final boolean c()
{
return c != 0;
}
public static final boolean b(int j)
{
return (d & j) != 0;
}
public static final boolean c(int j)
{
if (j == 0 && c == 0)
return true;
return (c & j) != 0;
}
public static final int d(int j)
{
switch (j)
{
case 1: // '\001'
case 50: // '2'
return 1;
case 2: // '\002'
case 56: // '8'
return 2;
case 3: // '\003'
case 52: // '4'
return 4;
case 4: // '\004'
case 54: // '6'
return 8;
case 5: // '\005'
case 53: // '5'
return 16384;
case 6: // '\006'
return 4096;
case 7: // '\007'
return 8192;
case 48: // '0'
return 16;
case 49: // '1'
return 32;
case 51: // '3'
return 64;
case 57: // '9'
return 512;
case 55: // '7'
return 256;
case 35: // '#'
return 2048;
case 42: // '*'
return 1024;
case -1:
return 32768;
case 0: // '\0'
case 8: // '\b'
case 9: // '\t'
case 10: // '\n'
case 11: // '\013'
case 12: // '\f'
case 13: // '\r'
case 14: // '\016'
case 15: // '\017'
case 16: // '\020'
case 17: // '\021'
case 18: // '\022'
case 19: // '\023'
case 20: // '\024'
case 21: // '\025'
case 22: // '\026'
case 23: // '\027'
case 24: // '\030'
case 25: // '\031'
case 26: // '\032'
case 27: // '\033'
case 28: // '\034'
case 29: // '\035'
case 30: // '\036'
case 31: // '\037'
case 32: // ' '
case 33: // '!'
case 34: // '"'
case 36: // '$'
case 37: // '%'
case 38: // '&'
case 39: // '\''
case 40: // '('
case 41: // ')'
case 43: // '+'
case 44: // ','
case 45: // '-'
case 46: // '.'
case 47: // '/'
default:
return 0;
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -