代码搜索:boolean

找到约 10,000 项符合「boolean」的源代码

代码结果 10,000
www.eeworm.com/read/168414/9917475

java gameflatobj.java

package LR; import javax.microedition.lcdui.game.Sprite; import javax.microedition.lcdui.*; import java.util.Random; public class gameFlatObj extends Sprite { /*public final static int
www.eeworm.com/read/168257/9927256

java disk.java

import java.awt.*; import javax.swing.JButton; public class Disk extends JButton { int number; boolean hasDesk = false; public Disk(int number, HannoiTower con) { this.number = nu
www.eeworm.com/read/363674/9940402

pas rttidesign.pas

unit RttiDesign; interface uses Controls, Windows, Messages, SysUtils, Classes, ExtCtrls, Graphics, Contnrs; type TExtControl = class(TControl); TBeforeSelectEvent = procedure(Se
www.eeworm.com/read/363665/9940546

c testrules.c

/*************************************************************************/ /* */ /* Evaluatation of rulesets */ /* ------------------------ */ /* */ /*********************
www.eeworm.com/read/363661/9940706

java abstractgap.java

/* **************************************************************************************** * Copyright ? Giovanni Novelli * All Rights Reserved. **********************************************
www.eeworm.com/read/363661/9940712

java resourcefactory.java

/* **************************************************************************************** * Copyright ? Giovanni Novelli * All Rights Reserved. **********************************************
www.eeworm.com/read/363616/9942458

java p_event.java

package test1; public class P_Event { protected int id; protected double timestamp; protected char type; protected int attribute; protected boolean[] flag; public void setflag(int i)
www.eeworm.com/read/363616/9942866

java node.java

package test; import java.util.*; public class Node { protected char type; protected byte mode=3; protected boolean flag=false; protected boolean isleaf; protected LinkedList
www.eeworm.com/read/363449/9950761

h point.h

// Borland C++ - (C) Copyright 1991 by Borland International /* point.h--Example from Getting Started */ // point.h contains two classes: // class Location describes screen locations in X and Y
www.eeworm.com/read/363449/9950865

h vpoint.h

// Borland C++ - (C) Copyright 1991 by Borland International /* vpoint.h--Example from Getting Started */ // version of point.h with virtual functions for use with VCIRCLE // vpoint.h contains