代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/466696/7031491
java three.java
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/466696/7031494
java root.java
public class Root//8个块的根类,具有一般性
{
public boolean begin()//初始化显示
{
return true;
}
public boolean down()//向下移动
{
return true;
}
public boolean left()//向左移动
{
return true;
www.eeworm.com/read/466696/7031503
java eight.java
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/466324/7032783
java exercise6_9.java
public class Exercise6_9 {
public static void main(String[] args) {
Int n1 = new Int(5);
System.out.println("n1 is even? " + n1.isEven());
System.out.println("n1 is prime? " + n1.isPrime
www.eeworm.com/read/466400/7034694
java rmiinterface.java
import java.rmi.*;
import java.util.*;
public interface RMIInterface extends Remote {
public boolean login(String username, String password)
throws RemoteException;
public boolean regi
www.eeworm.com/read/465777/7045840
pas comvariable.pas
unit ComVariable;
interface
uses inifiles,bass,types,classes;
Type TWaveData = array [ 0..2048] of DWORD;
Type TFFTData = array [0..512] of Single;
type
TTag=record
Title:st