代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/437118/7754878
java nil.java
package Types;
public class NIL extends Type {
public NIL () {}
public boolean coerceTo(Type t) {
Type a = t.actual();
return (a instanceof RECORD) || (a instanceof NIL);
}
}
www.eeworm.com/read/437118/7754879
java string.java
package Types;
public class STRING extends Type {
public STRING(){}
public boolean coerceTo(Type t) {return (t.actual() instanceof STRING);}
}
www.eeworm.com/read/437118/7754882
java array.java
package Types;
public class ARRAY extends Type {
public Type element;
public ARRAY(Type e) {element = e;}
public boolean coerceTo(Type t) {
return this==t.actual();
}
}
www.eeworm.com/read/437118/7754885
java void.java
package Types;
public class VOID extends Type {
public VOID () {}
public boolean coerceTo(Type t) {return (t.actual() instanceof VOID);}
}
www.eeworm.com/read/436934/7758559
h m50530.h
/******************************************************************************
Name: M50530 LCD DRIVER LIBRARY tested with LEXMARK OPTRA DISPLAY MODULE
Who: GJO
Ver: 1.00
Date: 2008.0
www.eeworm.com/read/436934/7758560
bak m50530.bak
/******************************************************************************
Name: M50530 LCD DRIVER LIBRARY tested with LEXMARK OPTRA DISPLAY MODULE
Who: GJO
Ver: 1.00
Date: 2008.0
www.eeworm.com/read/436900/7759193
arff zoo.arff
% Changes to WEKA Format: SRG - November 1994
% 1. Boolean attributes changed from 1 and 0 to Enumerated attribute with
% values {true and false}
% 2. Class Number (Attribute 18) change
www.eeworm.com/read/436543/7768011
pas abfcifdi.pas
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in
www.eeworm.com/read/436543/7768038
pas abselfex.pas
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in com
www.eeworm.com/read/436543/7768062
pas abgztyp.pas
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in com