代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/467642/7006533
java type.java
package Types;
public abstract class Type {
public Type actual() {return this;}
public boolean coerceTo(Type t) {return false;}
}
www.eeworm.com/read/467642/7006534
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/467642/7006535
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/467642/7006538
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/467642/7006541
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/467094/7015795
cs scheduledata.cs
using System;
using System.Data;
namespace qminoa.Common.Data
{
public class ScheduleData:DataSet
{
public const string SCHEDULE_TABLE="ScheduleTable";
public const string SCHID_FIELD="
www.eeworm.com/read/467145/7019041
java mytablemodel.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package swing;
import java.awt.Color;
import javax.swing.table.AbstractTableModel;
/**
*
* @auth
www.eeworm.com/read/467145/7019115
java cardattachment.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package cardmanager;
/**
*
* @author zhaolin
*/
public class CardAttachment implements java.io.S
www.eeworm.com/read/466890/7022815
lst cacu.lst
C51 COMPILER V7.50 CACU 07/01/2008 15:53:06 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE CACU
OBJECT MODULE PLACED IN Ca
www.eeworm.com/read/466890/7022837
c cacu.c
/*
****************************************************
计算
****************************************************
*/
#include "Typedef.H"
#include "UserDef.H"
/* 全局变量 */
static float id