代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/231730/14222654
h jpeglib.h
/*
* jpeglib.h
*
* Copyright (C) 1991-1996, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying READM
www.eeworm.com/read/231727/14222734
h jpeglib.h
/*
* jpeglib.h
*
* Copyright (C) 1991-1996, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying READM
www.eeworm.com/read/231652/14224961
pas ac1042.pas
program ural1042;
const
maxn=250;
var
e:array[1..maxn,0..maxn]of boolean;
n,i,j:integer;
first:boolean;
procedure fail;
begin
writeln('No solution');
halt;
end;
procedu
www.eeworm.com/read/231652/14225146
pas ac1336.pas
program ural1336;
var
n,i:longint;
m,k:qword;
o:boolean;
begin
read(n);
m:=1;k:=1;
for i:=2 to trunc(sqrt(n)+1e-9) do begin
o:=false;
while n mod i=0 do begin
n:=n
www.eeworm.com/read/129741/14228665
bas mdlvar.bas
Attribute VB_Name = "mdlVar"
'声明全局变量
Public g_CurUserID As Long
Public g_bLogin As Boolean
Public g_bAdmin As Boolean
'查找用户
Public Function IsExistUser(strUserName As String, strpwd As String)
www.eeworm.com/read/129220/14257107
java catgraph.java
package id3;
import java.io.*;
import java.util.*;
import shared.*;
import shared.Error;
/** CatGraph is a directed graph whose nodes have references to Categorizers.
* Edges are labelled wit
www.eeworm.com/read/129125/14264931
java sortable.java
public interface Sortable
{
public abstract boolean lessThan(Sortable obj);
}
www.eeworm.com/read/229545/14331806
h jpeglib.h
////////////////////////////////////////////////////////////////////////
//
// Note : this file is included as part of the Smaller Animals Software
// JpegFile package. Though this file has not bee
www.eeworm.com/read/126082/14446591
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