代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/442446/7651472
java testemployeearray.java
import java.io.*;
/**
* Tests the class EmployeeArray
*
* @author iCarnegie
* @version 1.0.0
* @see EmployeeArray
* @see Employee
*/
public class TestEmployeeArray {
www.eeworm.com/read/442337/7654716
java actor.java
import java.awt.*;
public interface Actor{
public void draw(Graphics g);
public void move();
public String getType();
public Rectangle getBorder();
public Rectangle[] getDetailedBorder();
www.eeworm.com/read/442095/7659931
pas untglobalvar.pas
unit untGlobalVar;
interface
uses
Graphics;
type
TOperatorMode = (omNew, omModi, omDel, omBrowse);
TFieldDataType = (dtString, dtNumeric, dtDateTime, dtBlob, dtUnknow);
TUserRec
www.eeworm.com/read/441846/7664060
h c1.h
// c1.h (程序名)
#include
#include
#include // malloc()等
#include // INT_MAX等
#include // EOF(=^Z或F6),NULL
#include // atoi()
#inc
www.eeworm.com/read/441840/7664086
h c1.h
// c1.h (程序名)
#include
#include
#include // malloc()等
#include // INT_MAX等
#include // EOF(=^Z或F6),NULL
#include // atoi()
#inc
www.eeworm.com/read/441795/7664860
pas data.pas
unit data;
interface
uses
Windows,SysUtils, Classes, DB, ADODB;
const CopyRight:string='作者:宋辉';
type
PAdmin = ^TAdmin;
TAdmin = record
FLoginName:string; //登录名
FPasswor
www.eeworm.com/read/441668/7667379
cpp page109.cpp
#include
#include
#include
#include
enum Boolean {False,True};
class Calculator{
public:
Calculator(int sz=20):s(sz){};
void Run();
www.eeworm.com/read/441587/7668531
java operation.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package Calculator;
/**
*
* @author asus
*/
public class Operation{
public stati
www.eeworm.com/read/441528/7669262
pas pci.pas
{ ************************************************************************ }
{ PCI.PAS: PCI BIOS Routines by Dieter R. Pawelczak }
{ ==========================================
www.eeworm.com/read/441435/7670437
java one.java
import java.awt.*;
public class One
{
int BLACK=1;
int WHITE=2;
int BLANK=0;
Point OUT=new Point(-1,-1);
int whichStep;
int color=BLANK;
boolean isthere=false;
Point p