代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/167329/5460817
java channelofboolean.java
package uk.co.brainycreatures.jpascal.type;
import jcsp.lang.*;
/**
* represents a channel that writes and reads
* booleans to and from a channel
* @author Fidel Viegas (viegasfh@hotmail.com
www.eeworm.com/read/165801/5477544
java htmlcomponent.java
/*
* Copyright 2002-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/162614/5532630
java equalityexpr.java
/* EqualityExpr.java --
Copyright (C) 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under the t
www.eeworm.com/read/162519/5542162
java equalityexpr.java
/* EqualityExpr.java --
Copyright (C) 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under the t
www.eeworm.com/read/203217/15363864
java ktablecelleditorcheckbox.java
/*
* Copyright (C) 2004 by Friederich Kupzog Elektronik & Software
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public L
www.eeworm.com/read/167133/5469320
java constmathmethods.java
/**
* Test math operations with constants, in reality, _something_ should do
* constant folding and everything should fall away. This is just to make
* absolutely sure it does happen.
*/
class C
www.eeworm.com/read/191767/8423974
java context.java
/**
* A Context to record variable value
*/
import java.util.*;
public class Context {
private Hashtable context = new Hashtable();
public void Assign(String name, boolean val) {
www.eeworm.com/read/430096/8767348
java autoboxtest.java
// TIJ4 Chapter Object, Exercise 9, page 90
// Write a program that demonstrates that autoboxing works for all the primitive // types and their wrappers.
public class AutoboxTest {
public static
www.eeworm.com/read/284193/8955123
~pas publicfunc.~pas
unit PublicFunc;
interface
uses
Windows,Classes,Messages,SysUtils,Forms,DB, ADODB,ComObj,Contnrs,DateUtils;
type
//发送串口数据的线程
TPublicFunc = Class(TObject)
private
Post_Event: THan