代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/462531/7200593
java database.java
数据库联接类
package classsource;
import java.sql.*;
public class Database {
public static Connection cn;
public static Statement st;
public static ResultSet rs;
public stat
www.eeworm.com/read/461863/7215366
java escritorarquivo.java
//www.prevayler.org
//PrintWriter.setError()
//Falta abrir arquivo existente e acrescentar
import java.io.*;
public class EscritorArquivo
{
private static File arquivo;
private static P
www.eeworm.com/read/461856/7215385
java leitorarquivo.java
import java.io.*;
public class LeitorArquivo
{
private static File arquivo;
private static BufferedReader bufferLeitura;
private static String erroDescricao;
private static boolean erroSta
www.eeworm.com/read/461856/7215386
java escritorarquivo.java
//www.prevayler.org
//PrintWriter.setError()
//Falta abrir arquivo existente e acrescentar
import java.io.*;
public class EscritorArquivo
{
private static File arquivo;
private static P
www.eeworm.com/read/175326/7216305
java breakdemo.java
public class BreakDemo {
public static void main(String[] args) {
int[] arrayOfInts = { 32, 87, 3, 589, 12, 1076,
2000, 8, 622, 127 };
int searchfor
www.eeworm.com/read/461713/7221505
h point.h
// Borland C++ - (C) Copyright 1991 by Borland International
/* point.h--Example from Getting Started */
// point.h contains two classes:
// class Location describes screen locations in X and Y
www.eeworm.com/read/461713/7221689
h vpoint.h
// Borland C++ - (C) Copyright 1991 by Borland International
/* vpoint.h--Example from Getting Started */
// version of point.h with virtual functions for use with VCIRCLE
// vpoint.h contains
www.eeworm.com/read/461713/7221695
h figures.h
// Borland C++ - (C) Copyright 1991 by Borland International
// figures.h contains three classes.
//
// Class Location describes screen locations in X and Y
// coordinates.
//
// Class Poin
www.eeworm.com/read/461647/7222809
java~2~ usrcontainer.java~2~
package chatServer;
import chatServer.*;
public class UsrContainer {
private UserInfo usrList[];
private int usrNum;
public UsrContainer()
{
usrList=new UserInfo[20];
www.eeworm.com/read/461647/7222810
java~1~ usrcontainer.java~1~
package chatServer;
public class UsrContainer {
private UserInfo usrList[];
private int usrNum;
public UsrContainer()
{
usrList=new UserInfo[20];
usrNum=0;