代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/424853/10406428
java midletframe.java
import javax.microedition.midlet.MIDlet;
import javax.microedition.lcdui.*;
import javax.microedition.midlet.MIDletStateChangeException;
/*
* 创建日期 2006-11-15
*
* TODO 要更改此生成的文件的模板,请转至
* 窗
www.eeworm.com/read/161460/10407257
java sortable.java
package shared;
import java.lang.*;
/** Interface for classes that need to be sorted in a specific manner.
*/
public interface Sortable{
boolean lessThan(Sortable other);
boolean Equa
www.eeworm.com/read/161460/10407268
java globaloptions.java
package shared;
import java.lang.*;
/** This file processes a series of static, global options used by the MLC++
* library. These options are read as super-nuisance options--they are never
* p
www.eeworm.com/read/279638/10409405
txt java杀毒.txt
前几天电脑中了威金病毒,专门感染EXE文件,就连杀毒软件也中招。
于是决定自己写个程序清除这些病毒。
以下是编程思路和源码,特拿出与大家共享一下
Clear.java
这是一个主类,主要是负责运行程序和参数检查,不是核心
import java.io.*;
public class Clear{
public static void main(String[]
www.eeworm.com/read/279633/10409616
h log.h
typedef struct {
UInt8 sensorNum;
UInt32 time;
Int16 temp;
} LogEntryT;
Boolean LogData(UInt8, UInt32, Int16);
UInt16 LogGetNumEntries(DmOpenRef, UInt16);
UInt16 LogGetMinMaxEntry(DmOpenRef, LogEn
www.eeworm.com/read/353849/10412540
java checkboxadapter.java
import java.awt.*;
public class CheckboxAdapter extends Checkbox
{
public CheckboxAdapter(String n)
{
super(n);
}
public boolean isSelected()
{
return get
www.eeworm.com/read/353849/10412732
java vpiterator.java
import java.util.Iterator;
public class VPIterator implements Iterator
{
private VP vp;
public VPIterator(VP v)
{
vp = v;
}
public java.lang.Object next()
{
return
www.eeworm.com/read/279572/10413473
pas teengine.pas
{********************************************}
{ TeeChart Pro Charting Library }
{ For Borland Delphi, C++ Builder & Kylix }
{ Copyright (c) 1995-2007 by David Berneda }
{ All R
www.eeworm.com/read/279572/10413649
pas teejpeg.pas
{**********************************************}
{ TeeChart JPEG related functions }
{ Copyright (c) 1996-2007 by David Berneda }
{**********************************************}
www.eeworm.com/read/279572/10413767
pas teeprocs.pas
{******************************************}
{ Base types and Procedures }
{ Copyright (c) 1995-2007 by David Berneda }
{ All Rights Reserved }
{***************