代码搜索:boolean

找到约 10,000 项符合「boolean」的源代码

代码结果 10,000
www.eeworm.com/read/220892/14785113

java myiterator.java

public interface MyIterator{ public boolean hasNext(); public Object next(); }
www.eeworm.com/read/220846/14786639

c jigb_wlan_mac_jamming.pr.c

/* Process model C form file: JIGB_wlan_mac_Jamming.pr.c */ /* Portions of this file copyright 1992-2004 by OPNET Technologies, Inc. */ /* This variable carries the header into the object file
www.eeworm.com/read/220846/14786652

c jigb_wlan_mac_sheu.pr.c

/* Process model C form file: JIGB_wlan_mac_Sheu.pr.c */ /* Portions of this file copyright 1992-2004 by OPNET Technologies, Inc. */ /* This variable carries the header into the object file */
www.eeworm.com/read/220846/14786663

c jigb_wlan_mac_bb.pr.c

/* Process model C form file: JIGB_wlan_mac_BB.pr.c */ /* Portions of this file copyright 1992-2004 by OPNET Technologies, Inc. */ /* This variable carries the header into the object file */
www.eeworm.com/read/118672/14859640

bas mversion.bas

Attribute VB_Name = "mVersion" Option Explicit Public Declare Function GetVersionEx Lib "kernel32" Alias "GetVersionExA" _ (ByRef lpVersionInformation As OSVERSIONINFO) As Lo
www.eeworm.com/read/118610/14861915

pas cooltrayicon.pas

{*****************************************************************} { This is a component for placing icons in the notification area } { of the Windows taskbar (aka. the traybar).
www.eeworm.com/read/117961/14892698

h jpeglib.h

/* * jpeglib.h * * Copyright (C) 1991-1998, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README fil
www.eeworm.com/read/115119/15025858

h doomstat.h

// Emacs style mode select -*- C++ -*- //----------------------------------------------------------------------------- // // $Id: doomstat.h,v 1.2 2003/09/08 22:34:27 jasonk Exp $ // // Copyright (
www.eeworm.com/read/213846/15123843

txt 绝对素数.txt

一个自然数是素数,且它的数字位置经过任意对换后仍为素数,刚称为绝对素数,例如:13。试找出所有二位绝对素数。 Private Sub Command1_Click() Dim pt As Boolean, qt As Boolean For i = 10 To 99 pt = False s = 0 For j = 2 To i - 1 If i Mod j = 0 Then
www.eeworm.com/read/213611/15129025

h jpeglib.h

/* * jpeglib.h * * Copyright (C) 1991-1998, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README fil