代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/325825/13182345
pas ulogin.pas
unit uLogin;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, InvokeRegistry, StdCtrls, DB, DBClient, ExtCtrls, Grids,
DBGrids, ADODB;
www.eeworm.com/read/240985/13182374
h graph2.h
#ifndef __GRAPH2_H
#define __GRAPH2_H
#if !defined(__TOOLS_H)
#include"tools.h"
#endif
#define rdx 9
#define rdy 9
#define max_node_num 20
#define upv 86
#define lowv 118
#def
www.eeworm.com/read/325824/13182395
pas ulogin.pas
unit uLogin;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, InvokeRegistry, StdCtrls, DB, DBClient, ExtCtrls;
type
TLoginDlg = cla
www.eeworm.com/read/240985/13182396
h tools.h
#ifndef __TOOLS_H
#define __TOOLS_H
#if !defined( __CONIO_H )
#include "conio.h"
#endif
#if !defined( __GRAPHICS_H )
#include "graphics.h"
#endif
#if !defined( __CTYPE_H )
#includ
www.eeworm.com/read/240985/13182418
bak graph2.h.bak
#ifndef __GRAPH2_H
#define __GRAPH2_H
#if !defined(__TOOLS_H)
#include"tools.h"
#endif
#define rdx 9
#define rdy 9
#define max_node_num 20
#define upv 86
#define lowv 118
#def
www.eeworm.com/read/325823/13182453
~pas ulogin.~pas
unit uLogin;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, InvokeRegistry, StdCtrls, DB, DBClient, ExtCtrls, Grids,
DBGrids, ADODB,
www.eeworm.com/read/325822/13182497
pas ulogin.pas
unit uLogin;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, InvokeRegistry, StdCtrls, DB, DBClient, ExtCtrls;
const
conFileName =
www.eeworm.com/read/240985/13182652
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/240985/13182809
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/240985/13182812
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