代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/455871/7362482
java m_iofilefilter.java
import java.io.File;
import java.io.FileFilter;
/**
* Description of the Class
*
* @author kilo
* @created 2003年12月22日
*/
public final class m_ioFileFilter
implements FileFi
www.eeworm.com/read/455745/7366486
pas udm.pas
unit uDm;
interface
uses
SysUtils, Classes, MemDS,Controls,Forms, DBAccess, Ora, DB, ADODB;
type
TDmEl = class(TDataModule)
orsn1: TOraSession;
ado1: TADOConnection;
www.eeworm.com/read/455745/7366493
pas udbfuncpub.pas
unit uDbFuncPub;
{***********************************************************************
名称:uDbFuncPub
说明:相对比较公用的数据库函数
平台:Windows 98/2000/xp/2003, Delphi 7
编程:张新民,2008.12.11
Copyright (c)
www.eeworm.com/read/455745/7366497
~pas udm.~pas
unit uDm;
interface
uses
SysUtils, Classes, MemDS,Controls,Forms, DBAccess, Ora, DB, ADODB;
type
TDmEl = class(TDataModule)
orsn1: TOraSession;
ado1: TADOConnection;
www.eeworm.com/read/455619/7369412
pas soundconverter.pas
unit soundconverter;
{-----------------------------------------------------------------------------
The contents of this file are subject to the Mozilla Public License
Version 1.1 (the "License")
www.eeworm.com/read/455619/7369414
pas ftpunit.pas
unit FtpUnit;
interface
uses
Windows, Classes,Wininet;
type
TFtpThread = class(TThread)
private
TheisGetPut:Boolean;
TheIpaddStr:String;
ThePort:integer;
TheUser:
www.eeworm.com/read/455619/7369449
pas soundconverter.pas
unit soundconverter;
{-----------------------------------------------------------------------------
The contents of this file are subject to the Mozilla Public License
Version 1.1 (the "License")
www.eeworm.com/read/455249/7375331
java game.java
/*
* 创建日期 2005-6-28
*
* TODO 要更改此生成的文件的模板,请转至
* 窗口 - 首选项 - Java - 代码样式 - 代码模板
*/
package game;
import java.util.Random;
/**
* @author Administrator
*
* TODO 要更改此生成的类型注释的模板,请转至
www.eeworm.com/read/455123/7377567
java help.java
import java.awt.*;
class help extends Frame {
public help(int i, int j, String s) {
resize(i, j);
setTitle("Paints Help");
add("Center", new TextArea(s));
add("South", close = new
www.eeworm.com/read/454932/7381629
h c1.h
// c1.h (程序名)
#include
#include
#include // malloc()等
#include // INT_MAX等
#include // EOF(=^Z或F6),NULL
#include // atoi()
#inc