代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/384830/8839769
java whiletest.java
//: control/WhileTest.java
// Demonstrates the while loop.
public class WhileTest {
static boolean condition() {
boolean result = Math.random() < 0.99;
System.out.print(result + ", ")
www.eeworm.com/read/187229/8840031
pas rasdial3.pas
{* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Copyright: Fran鏾is Piette
This program can be used/modified freely provided this copyright
not
www.eeworm.com/read/187222/8840494
java frog.java
//: Frog.java
// A trivial Java Bean
import java.awt.*;
import java.awt.event.*;
class Spots {}
public class Frog {
private int jumps;
private Color color;
private Spots spots;
privat
www.eeworm.com/read/187222/8840914
java autoevent.java
//: AutoEvent.java
// Alternatives to action()
import java.awt.*;
import java.applet.*;
import java.util.*;
class MyButton extends Canvas {
AutoEvent parent;
Color color;
String label;
www.eeworm.com/read/187173/8847596
java colorrenderer.java
/*
* ColorRenderer.java (compiles with releases 1.2, 1.3, and 1.4) is used by
* TableDialogEditDemo.java.
*/
import javax.swing.BorderFactory;
import javax.swing.JLabel;
import javax.swing.JTabl
www.eeworm.com/read/187173/8848902
java stringtransferhandler.java
/*
* StringTransferHandler.java is used by the 1.4
* ExtendedDnDDemo.java example.
*/
import java.awt.datatransfer.*;
import javax.swing.*;
import java.io.IOException;
public abstract class String
www.eeworm.com/read/285342/8849575
pas htmutils.pas
unit htmutils;
interface
uses classes,sysutils,db,adodb,Grids,windows;
function datasettohtm(dset:Tdataset;htmlines:tstrings;autoid:boolean;processhandle:cardinal):boolean;
function strgri
www.eeworm.com/read/187173/8849662
java bldcomponent.java
/*
* Used by BoxLayoutDemo.java.
*/
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
/** A rectangle that has a fixed size. */
class BLDComponent extends JComponent
www.eeworm.com/read/285267/8856974
java userpwddao.java
import java.sql.*;
public class userpwdDAO {
public boolean checkUser(String username,String pwd) throws SQLException{
Statement stmt=CreateConnection.conn.createStatement();
ResultSet rs=stm
www.eeworm.com/read/285126/8867184
h udfprocs.h
/*++
Copyright (c) 1989 Microsoft Corporation
Module Name:
UdfProcs.h
Abstract:
This module defines all of the globally used procedures in the Udfs
file system.
Author: