代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/141545/13001576
cpp bool_fun.cpp
#include
bool func(void)
{ // Function returns a bool type
return false;
// return NULL; // NULL is converted to Boolean false
}
void main(void)
{
bool va
www.eeworm.com/read/242358/13011928
pas keyobj.pas
//
//帺暘偟偐巊傢側偄偺偱傢偐傞偲巚偆偗偳丄儊儌
//KeyObj偼TKey僋儔僗偱惗惉偟丄巊偄傑偡丅
//* Uses偵乽KeyObj乿偲乽KeyDefs乿傪壛偊傑偟傚偆丅
//* DDIDex僐儞億亅僱儞僩傪揬傝晅偗偰 Form.Create 偺偲偙傠偵 DI := DDIDex1 傪晅偗壛偊傛偆
//* 僋儔僗偺愰尵丒惗惉丒攋夡(^^;偼昁偢偡傞傛偆偵丅
//埲忋偺Step偑
www.eeworm.com/read/141334/13021192
java positioniterator.java
public interface PositionIterator
{
public boolean hasNext();
public Object nextObject();
public Object nextPosition();
}
www.eeworm.com/read/141332/13021319
java positioniterator.java
public interface PositionIterator
{
public boolean hasNext();
public Object nextObject();
public Object nextPosition();
}
www.eeworm.com/read/141112/13038412
pas teelisb.pas
{***************************************}
{ TeeChart Pro - TChartListBox class }
{ Copyright (c) 1995-2005 David Berneda }
{ Component Registration Unit }
{***************************
www.eeworm.com/read/140930/13052012
h doomstat.h
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// Th
www.eeworm.com/read/140377/13084835
hh wisinput.hh
/*
* Copyright (C) 2005 WIS Technologies International Ltd.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and the associated README documentat
www.eeworm.com/read/241995/13100880
h packet32.h
/*
* Copyright (c) 1999 - 2003
* NetGroup, Politecnico di Torino (Italy)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are p
www.eeworm.com/read/326721/13120371
h ezxpmapi.h
/**************************************************************
*
* EZX系统的电源管理扩展函数列表,列表由程序整理,加上我个人的猜测,
* 有些返回值和参数我尚没有一一测试,带来不便请谅解,
* 如果有什么新的成果,请联系我。如果使用这个列表,
* 请开放源代码,期待你。
*
* EZX system Po
www.eeworm.com/read/139738/13137037
java translationentry.java
// PART OF THE MACHINE SIMULATION. DO NOT CHANGE.
package nachos.machine;
import nachos.machine.*;
/**
* A single translation between a virtual page and a physical page.
*/
public final class Tra