代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/239300/13290294
java~1~ eight.java~1~
public class Eight extends Root
{
private GameTable gTable;
private int x,y;
private int direct=1;
private int[] store;
public Eight()
{
store=new int[15];
}
public bool
www.eeworm.com/read/239300/13290313
java~3~ root.java~3~
package russiagame;
public class Root {
public boolean begin() { //初始化显示
return true;
}
public boolean down() { //向下移动
return true;
}
public boolean l
www.eeworm.com/read/239300/13290316
java~2~ root.java~2~
package russiagame;
public class Root//8个块的根类,具有一般性
{
public boolean begin()//初始化显示
{
return true;
}
public boolean down()//向下移动
{
return true;
}
public boolean left()//向左移
www.eeworm.com/read/239300/13290323
java~1~ three.java~1~
public class Three extends Root
{
private GameTable gTable;
private int x,y;
private int direct=1;
private int[] store;
public Three()
{
store=new int[15];
}
public bool
www.eeworm.com/read/239300/13290404
java~1~ two.java~1~
public class Two extends Root
{
private GameTable gTable;
private int x,y;
private int direct=1;
private int[] store;
public Two()
{
store=new int[15];
}
public boolean b
www.eeworm.com/read/239289/13290932
~pas hikvisionsdk.~pas
unit HikVisionSDK;
interface
uses
Windows;
const
SERIALNO_LEN = 48;
SET_PRESET = 8 ; // 设置预置点
CLE_PRESET = 9 ; // 清除预置点
www.eeworm.com/read/239289/13290945
pas hikvisionsdk.pas
unit HikVisionSDK;
interface
uses
Windows;
const
SERIALNO_LEN = 48;
SET_PRESET = 8 ; // 设置预置点
CLE_PRESET = 9 ; // 清除预置点
www.eeworm.com/read/324052/13293193
java panduan.java
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Panduan
{
public static void main(String[] args)throws IOException
{
Pandua
www.eeworm.com/read/324022/13294836
java one.java
package russiagame;
public class One
extends Root { //第一个方块
private GameTable gTable; //创建游戏桌子
private int x, y; //方块坐上角现在在桌子上的位置
private int direct = 1; //第一个角度
private in
www.eeworm.com/read/324022/13294840
java four.java
package russiagame;
public class Four extends Root
{
private GameTable gTable;
private int x,y;
private int direct=1;
private int[] store;
public Four()
{
store=new int[15];