代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/182368/9206670
pas objbase.pas
unit ObjBase;
interface
uses
Windows, Classes, SysUtils, Forms, StrUtils, Math, SDK, Grobal2, Envir,
ItmUnit, MD5Unit;
type
TClientAction = (cHit,cMagHit,cRun,cWalk,cDigUp,cTurn);
//
www.eeworm.com/read/379105/9207693
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/379105/9207695
java~1~ usrcontainer.java~1~
package chatServer;
public class UsrContainer {
private UserInfo usrList[];
private int usrNum;
public UsrContainer()
{
usrList=new UserInfo[20];
usrNum=0;
www.eeworm.com/read/379051/9210210
java common.java
package serviceServer;
/**
* 定义整个系统用到的参数
*/
public class Common {
public static boolean sDebug = true;
public static boolean sInit = true;// 标识系统为启动态还是正常态
public static boolean sContin
www.eeworm.com/read/379051/9210223
java common.java
package clientServer;
import java.awt.GraphicsDevice;
import java.awt.GraphicsEnvironment;
import java.awt.Rectangle;
/**
* 定义整个系统用到的参数
*/
public class Common {
public static boolean sD
www.eeworm.com/read/182200/9211944
h random_util.h
/**********************************************************************
random_util.h
**********************************************************************
random_util - Random number utility r
www.eeworm.com/read/182200/9211997
h gaul.h
/**********************************************************************
gaul.h
**********************************************************************
gaul - Genetic Algorithm Utility Library.
www.eeworm.com/read/182159/9214045
java colorrenderer.java
import java.awt.*;
import javax.swing.*;
import javax.swing.border.*;
//彩色列表框的Renderer,须实现接口ListCellRenderer
public class ColorRenderer extends JLabel implements ListCellRenderer {
//实现接口中的g
www.eeworm.com/read/182159/9214108
java iconrenderer.java
import java.awt.*;
import javax.swing.*;
import javax.swing.border.LineBorder;
//带图标下拉框的单元绘制器,从JLabel类扩展,实现ListCellRenderer接口
public class IconRenderer extends JLabel implements ListCellRender
www.eeworm.com/read/378779/9216495
bas module1.bas
Attribute VB_Name = "Module1"
Public con As New ADODB.Connection
Public rct As ADODB.Recordset
Public Function connecttoserver() As Boolean
con.ConnectionString = "Provider=SQLOLEDB.1;Integrat