代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/419945/10827465
java queue.java
/**
*
*
*
*/
package dreamer.util;
public interface Queue
{
public boolean add(T elem);
public boolean remove(T elem)throws IndexSlopOverException;
public T poll()throws
www.eeworm.com/read/349417/10828125
java updatedb.java
/*
* UpdateDB.java
*
* Created on 2008年6月9日, 下午3:14
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package publicBag;
/**
www.eeworm.com/read/349417/10828142
java userinfo.java
/*
* UserInfo.java
*
* Created on 2008年7月10日, 下午1:28
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package serverBag;
impor
www.eeworm.com/read/349417/10828159
java musiccd.java
/*
* MusicDB.java
*
* Created on 2008年7月10日, 下午3:50
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package serverBag;
import
www.eeworm.com/read/349417/10828162
java musics.java
/*
* Musics.java
*
* Created on 2008年7月10日, 下午3:42
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package serverBag;
import j
www.eeworm.com/read/349417/10828168
java messageinfo.java
/*
* MessageInfo.java
*
* Created on 2008年6月9日, 下午3:25
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package serverBag;
imp
www.eeworm.com/read/419875/10831653
pas uglobal.pas
unit uglobal;
interface
var
userid, userpwd: string[32];
sysadmin: boolean = false;
datestr, edatestr: string;
systopic, bgstr: string;
implementation
end.
www.eeworm.com/read/275170/10832645
h general.h
typedef unsigned int UINT;
typedef unsigned int *PUINT;
typedef unsigned char UCHAR;
typedef unsigned char *PUCHAR;
typedef unsigned long ULONG;
typedef unsigned long *PULONG;
typedef unsigned s
www.eeworm.com/read/349375/10832805
java subhttpproxy.java
// HttpProxy的简单派生类
// 不记录主机名字
// 在日志输出的每一行前面加上一个'*'
import java.io.*;
import java.net.*;
public class SubHttpProxy extends HttpProxy {
static private boolean first=true;
public SubH
www.eeworm.com/read/419842/10834354
pas whookdef.pas
{ Interface unit for use with WINHOOK.DLL }
unit WHookDef;
interface
uses
Windows;
function SetHook(WinHandle: HWND; MsgToSend: integer): boolean; stdcall
function FreeHook: boolean;