代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/440940/7678862
pas gateshare.pas
unit GateShare;
interface
uses
SysUtils, Classes, JSocket, SyncObjs,IniFiles,Grobal2;
const
GATEMAXSESSION = 1000;
MSGMAXLENGTH = 20000;
SENDCHECKSIZE = 512;
SEND
www.eeworm.com/read/440940/7678863
~pas gateshare.~pas
unit GateShare;
interface
uses
SysUtils, Classes, JSocket, SyncObjs,IniFiles,Grobal2;
const
GATEMAXSESSION = 1000;
MSGMAXLENGTH = 20000;
SENDCHECKSIZE = 512;
SEND
www.eeworm.com/read/440834/7680445
java chess.java
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
public class Chess extends MIDlet
{
public static Display dis=null;
private static Chess instance=null;
private MainSe
www.eeworm.com/read/440221/7691841
java gamemidlet.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
import javax.micro
www.eeworm.com/read/440136/7693722
java player.java
public class Player
{
private int ID = 1;
private String IP = "";
private int PORT = 9999;
private Desk desk;
public Queue data;
public boolean start = false;
public Player(String ip, i
www.eeworm.com/read/440026/7695688
jbx frame1.jbx
[PropertyInfo]
border1,Border,false,false, , ,false,
border2,Border,false,false, , ,false,
borderLayout1,BorderLayout,false,false, , ,false,
borderLayout2,BorderLayout,f
www.eeworm.com/read/439854/7700472
h sei.h
/*!
************************************************************************
* \file
* sei.h
* \brief
* definitions for Supplemental Enhanced Information
* \author(s)
*
www.eeworm.com/read/439766/7701895
pas pelcount.pas
unit PelcoUnt;
interface
uses SysUtils, Dialogs, LyfCom;
const
ACK = $A2;
NAK = $AA;
STX = $A0;
ETX = $AF;
type
TPelco = class
private
InUse: Boolean;
www.eeworm.com/read/439664/7703711
txt code195a.txt
Public Function MathCorrected(ByVal Error) As Boolean
Select Case Error.Number
Case 5
MsgText = "The called function received unexpected data.
www.eeworm.com/read/439580/7705558
java inher13.java
public class Inher13{
public static void main(String[] args){
Object ob[]=new Object[3];
ob[0]=new String("abc");
ob[1]=new Boolean(true);
ob[2]=new Integer(5);
for(int i=