代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/170469/9805386
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/170469/9805392
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/170466/9805649
java sys.java
package chc;
import java.io.*;
import java.net.*;
public class Sys {
private String name;
private int port;
private boolean occupied = false;
public boolean checked = true; //this sys is not
www.eeworm.com/read/170466/9805671
java testfarm.java
package chc;
import java.net.*;
import java.io.*;
public class TestFarm {
public static boolean send = false;
public static boolean go = false;
public static int[] values;
public static S
www.eeworm.com/read/366557/9809270
pas callcard.pas
unit callcard;
interface
Function UnLink :Boolean;cdecl;External 'dkq.dll';
function Link_Com(port:integer):Boolean;cdecl;External 'dkq.dll';
function Inquire(statusstring:pchar):integer;cdecl
www.eeworm.com/read/366495/9811665
h c1.h
// c1.h (程序名)
#include
#include
#include // malloc()等
#include // INT_MAX等
#include // EOF(=^Z或F6),NULL
#include // atoi()
#inc
www.eeworm.com/read/170223/9814305
h video.h
/*
* Copyright (c) 1995 The Regents of the University of California.
* All rights reserved.
*
* Permission to use, copy, modify, and distribute this software and its
* documentation for any purp