代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/423367/10566578
htm course5.htm
course5
.title_1 { text-align: left; line-height: 100%; color: #000
www.eeworm.com/read/423304/10571705
h c1.h
// c1.h (程序名)
#include
#include
#include // malloc()等
#include // INT_MAX等
#include // EOF(=^Z或F6),NULL
#include // atoi()
#inc
www.eeworm.com/read/278099/10571720
hpp date.hpp
// +++Date last modified: 05-Jul-1997
/*
* This file is part of PB-Lib C/C++ Library
*
* Copyright (c) 1995, 1996 Branislav L. Slantchev
* A Product of Silicon Creations, Inc.
*
* This
www.eeworm.com/read/352190/10576077
java mathimpl.java
public class MathImpl implements MathTool{
public boolean isPrime(int n){
for (int i =2; i
www.eeworm.com/read/423252/10576943
pas checkdates.pas
unit CheckDates;
interface
uses DateUtils, SysUtils;
function checkPasswordExpiry(beginDate : TDateTime) : Boolean;
function checkPasswordNearExpiry(beginDate : TDateTime) : Integer;
www.eeworm.com/read/352110/10580028
java folderrenderer.java
/*
* FolderRenderer.java
*
* Created on 2007年11月23日, 下午4:20
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package TreeList;
import jav
www.eeworm.com/read/352110/10580049
java progressrenderer.java
package DownloadManager;
import java.awt.*;
import javax.swing.*;
import javax.swing.table.*;
/**
a utility that renders a JProgressBar in a table cell.
@author Liu Yuyang
*/
class ProgressRender
www.eeworm.com/read/278011/10583414
txt 怎样避免nullpointerexceptions(原创).txt
作者:friendcn
日期:2001-5-30 17:38:21
写JAVA程序,NullPointerExceptions会经常陪伴着你
因为JAVA中到处都是对象,而每一个对象都可能为Null
怎样能减少这种错误呢?
我觉得应该尽量调用那些已经确定被实例话的对象的方法
比如
private String name = ""; // 给它初始化一个值不让它为null
pu
www.eeworm.com/read/278011/10583552
txt 最大化java代码的可重用性 (转).txt
作者:jeru
email: jeru@163.net
日期:8/6/2001 5:35:46 PM
最大化JAVA代码的可重用性
——克服传统OO方法在重用方面的缺陷
出处: http://www.javaworld.com
mashy 翻译
摘要:不要放弃编写可重用代码的努力!本文介绍了三种对现有代码进行修改以提高其可重用性的方法。
在
www.eeworm.com/read/278011/10583757
txt 提高java代码可重用性的三个措施(3).txt
作者:五一
日期:2001-6-7 16:40:08
提高Java代码可重用性的三个措施(3)
松下客 2001-05-29 09:35:18
而Rectangular接口的定义是:
public interface Rectangular {Rectangle getBounds();}
现在,所有可以描述为矩形的类(即,实现了Rectang