代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/165586/10056855
pas uasrvobjmsgscheduler.pas
unit uaSrvObjMsgScheduler;
// =========================================================================
// UA - An advanced and extendable multi tier application development kit.
// by vinzon zen
www.eeworm.com/read/361283/10060771
pas vclzip.pas
{ ********************************************************************************** }
{ }
{ COPYRIGHT 1997 Kevin
www.eeworm.com/read/361283/10061046
pas lbdbcurrencyctrls.pas
unit LBDBCurrencyCtrls;
interface
uses Messages, SysUtils, Classes, Controls, Windows, DB, DbCtrls,
LBCurrencyCtrls;
type
TLBDBCurrencyEdit = class(TLBCustomCurrencyEdit)
privat
www.eeworm.com/read/361278/10061810
pas uconst.pas
unit uconst;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, ComCtrls, DB, ADODB,graphics,dialogs;
var
isclose:boolean;
isok:boolean;
bigclass:string;
smallclass:string;
us
www.eeworm.com/read/361054/10067490
pas ugoodsjc.pas
unit uGoodsJc;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, uBasic, cxStyles, cxCustomData, cxGraphics, cxFilter, cxData,
cxDataSto
www.eeworm.com/read/361019/10068504
java led.java
//LED
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class Led extends JPanel{
Image leds[] = new Image[4];
public static final boolean OFF = false;
public static fi
www.eeworm.com/read/361019/10068514
java portviewerpanel.java
//MAP PANEL
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import parport.ParallelPort;
public class PortViewerPanel extends JPanel{
/*-----------Settings-----------*/
www.eeworm.com/read/165201/10072466
java stage.java
import javax.microedition.lcdui.*;
import javax.microedition.lcdui.game.* ;
import javax.microedition.io.*;
import java.util.*;
public class Stage extends GameCanvas {
public boolean c
www.eeworm.com/read/360848/10075294
java queens.java
import java.io.*;
class Queens {
private final boolean available = true;
private final int squares = 5, norm = squares - 1;
private int[] positionInRow = new int[squares];
priva
www.eeworm.com/read/165124/10075587
java matchcolumnidentifyer.java
class MatchColumnIdentifyer
{
MSA msa;
public MatchColumnIdentifyer(MSA msa)
{
this.msa = msa;
}
public boolean[] getMatchColumns(String constructionMethod)
{
if(co